Mailinglist Archive: opensuse-bugs (13451 mails)
| < Previous | Next > |
[Bug 335268] kiwi: /etc/passwd doesn' t contain all users after installing with zypper
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sun, 28 Oct 2007 03:14:34 -0600 (MDT)
- Message-id: <20071028091434.D25FC24526A@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=335268#c21
Marcus Schaefer <ms@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|ms@xxxxxxxxxx
|cthiel@xxxxxxxxxx
--- Comment #21 from Marcus Schaefer <ms@xxxxxxxxxx> 2007-10-28 03:14:33 MST
---
sorry what you are saying is wrong.
KIWIRoot.pm:
sub init {
...
}
called _one_ time at the beginning of prepare in first stage
in kiwi.pl
if (defined $Prepare) {
#==========================================
# Initialize root system
#------------------------------------------
...
if (! defined $root -> init ()) {
...
}
#==========================================
# Install root system
#------------------------------------------
...
}
It's not kiwi and I'm afraid even if all cp, mv, whatever commands
have been logged there is only one place kiwi add a passwd / group file
and that happens _before_ any packagemanager call
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Marcus Schaefer <ms@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|ms@xxxxxxxxxx
|cthiel@xxxxxxxxxx
--- Comment #21 from Marcus Schaefer <ms@xxxxxxxxxx> 2007-10-28 03:14:33 MST
---
sorry what you are saying is wrong.
KIWIRoot.pm:
sub init {
...
}
called _one_ time at the beginning of prepare in first stage
in kiwi.pl
if (defined $Prepare) {
#==========================================
# Initialize root system
#------------------------------------------
...
if (! defined $root -> init ()) {
...
}
#==========================================
# Install root system
#------------------------------------------
...
}
It's not kiwi and I'm afraid even if all cp, mv, whatever commands
have been logged there is only one place kiwi add a passwd / group file
and that happens _before_ any packagemanager call
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |