FS#6710 - udev: incorrect sed in root-link.sh
Attached to Project:
Arch Linux
Opened by Alex Merry (pippin) - Monday, 26 March 2007, 10:36 GMT
Last edited by Roman Kyrylych (Romashka) - Monday, 26 March 2007, 17:21 GMT
Opened by Alex Merry (pippin) - Monday, 26 March 2007, 10:36 GMT
Last edited by Roman Kyrylych (Romashka) - Monday, 26 March 2007, 17:21 GMT
|
Details
Depending on the kernel command line (given in grub), the
/lib/udev/root-link.sh may not successfully create the
/dev/root symlink.
Specifically, the sed command "s: :\n:" should be "s: :\n:g", so that the command line is split up properly. Without this, the sed only works if there are only two options given on the command line, or if root=blah is the first option. |
This task depends upon
Comment by
Tobias Powalowski (tpowa) - Monday,
26 March 2007, 18:00 GMT
thanks, fixed