Mailinglist Archive: opensuse-bugs (3331 mails)
| < Previous | Next > |
[Bug 700603] New: kiwi doesn't support systemd /sbin/init symlink
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 17 Jun 2011 13:31:04 +0000
- Message-id: <bug-700603-21960@http.bugzilla.novell.com/>
https://bugzilla.novell.com/show_bug.cgi?id=700603
https://bugzilla.novell.com/show_bug.cgi?id=700603#c0
Summary: kiwi doesn't support systemd /sbin/init symlink
Classification: openSUSE
Product: openSUSE.org
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: System Imaging
AssignedTo: ms@xxxxxxxxxx
ReportedBy: fcrozat@xxxxxxxxxx
QAContact: adrian@xxxxxxxxxx
Found By: ---
Blocker: ---
Created an attachment (id=435111)
--> (http://bugzilla.novell.com/attachment.cgi?id=435111)
don't check /sbin/init permission if it is a symlink
systemd-sysvinit create an symlink from /bin/systemd to /sbin/init but
unfortunately, kiwi linuxrc tries to check for the file permissions, which
can't work since the symlink is absolute.
Attached patch fixes this issue by ensuring the permission test is only
relevant when /sbin/init isn't a symlink (I'm also fixing rpm to not create an
absolute symlink in the case of /sbin/init but it can only be fixed for next
openSUSE release).
--
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 > |