Mailinglist Archive: opensuse-bugs (6264 mails)
| < Previous | Next > |
[Bug 483136] boot fails with cmdline root=LABEL= syntax (could not find /dev/root)
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 25 Dec 2009 12:27:22 +0000
- Message-id: <20091225122722.EC4D2CC7CE@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=483136
http://bugzilla.novell.com/show_bug.cgi?id=483136#c18
Kay Sievers <kasievers@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kasievers@xxxxxxxxxx
--- Comment #18 from Kay Sievers <kasievers@xxxxxxxxxx> 2009-12-25 12:27:13 UTC
---
+ [ -e /dev/root ] || ln -s /dev/disk/by-label/$label /dev/root
We do not want to do nasty hacks like this. :) The real issue should be fixed
instead of creating hacks like this. If nothing else is broken, I guess
ID_FS_LABEL_SAFE should just be ID_FS_LABEL_ENC.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=483136#c18
Kay Sievers <kasievers@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kasievers@xxxxxxxxxx
--- Comment #18 from Kay Sievers <kasievers@xxxxxxxxxx> 2009-12-25 12:27:13 UTC
---
+ [ -e /dev/root ] || ln -s /dev/disk/by-label/$label /dev/root
We do not want to do nasty hacks like this. :) The real issue should be fixed
instead of creating hacks like this. If nothing else is broken, I guess
ID_FS_LABEL_SAFE should just be ID_FS_LABEL_ENC.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |