Make it compatible with latest mkinitcpio.
Latest init script mounts a /dev FS, so /dev/loop0 will disappear. Create loop0 on /lib/udev/devices so udev copy to /dev on startup. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
63c60ff0b6
commit
f0aba9b876
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ install ()
|
|||
add_dir /tmpfs.sqfs
|
||||
add_dir /bootmnt
|
||||
|
||||
add_device /dev/loop0 b 7 0
|
||||
add_device /lib/udev/devices/loop0 b 7 0
|
||||
|
||||
add_binary /lib/udev/cdrom_id
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue