FS#5141 - missing path in mkinitrd device creation
Attached to Project:
Arch Linux
Opened by Martin Devera (devik) - Tuesday, 01 August 2006, 09:21 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 02 August 2006, 13:18 GMT
Opened by Martin Devera (devik) - Tuesday, 01 August 2006, 09:21 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 02 August 2006, 13:18 GMT
|
Details
in mkblkdevs() (mkinitrd script) function:
if [ $minor -ge 0 ]; then echo "mknod $1 b $4 $minor" >>$LINUXRC fi but $1 is "hda" for example. There is missing "/dev/" in front of it. |
This task depends upon