23 Jun
2010
23 Jun
'10
3:39 a.m.
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> --- archiso/install/archiso | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/archiso/install/archiso b/archiso/install/archiso index ad1c1d0..9b45080 100644 --- a/archiso/install/archiso +++ b/archiso/install/archiso @@ -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 -- 1.7.1