* [Buildroot] [Bug 5390] New: System banner - change to empty doesn't remove /etc/issue
@ 2012-07-24 5:46 bugzilla at busybox.net
2013-12-04 20:40 ` [Buildroot] [Bug 5390] " bugzilla at busybox.net
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla at busybox.net @ 2012-07-24 5:46 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=5390
Summary: System banner - change to empty doesn't remove
/etc/issue
Product: buildroot
Version: 2012.02
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: net147 at gmail.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
After building a root filesystem, changing the system banner to nothing and
then doing make doesn't remove /etc/issue from the root filesystem.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] [Bug 5390] System banner - change to empty doesn't remove /etc/issue
2012-07-24 5:46 [Buildroot] [Bug 5390] New: System banner - change to empty doesn't remove /etc/issue bugzilla at busybox.net
@ 2013-12-04 20:40 ` bugzilla at busybox.net
0 siblings, 0 replies; 2+ messages in thread
From: bugzilla at busybox.net @ 2013-12-04 20:40 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=5390
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #1 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2013-12-04 20:40:05 UTC ---
This is "expected": Buildroot doesn't track the configuration changes that are
made to update the root filesystem after just a "make" invocation. For example,
if you remove a package from your configuration, and then run "make", then the
files installed by this package in the previous build are not going to be
removed from the root filesystem.
It's the same for this /etc/issue thing. If the BR2_TARGET_GENERIC_ISSUE option
is empty at the first build, then no /etc/issue file gets created.
Otherwise, if you change BR2_TARGET_GENERIC_ISSUE after the first build, then
the file will remain as it was before, until you do a "make clean all" cycle.
Even though fixing this would not be very difficult, I don't think we really
want to do it, since we anyway don't do it for the vast majority of other
Buildroot configuration options.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-04 20:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-24 5:46 [Buildroot] [Bug 5390] New: System banner - change to empty doesn't remove /etc/issue bugzilla at busybox.net
2013-12-04 20:40 ` [Buildroot] [Bug 5390] " bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox