diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-06-23 00:39:20 -0300 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-06-23 10:03:14 +0200 |
commit | f0aba9b8769b3160b5b8c3afc928963557c14756 (patch) | |
tree | a56505f4e4338fca3af00c5025099be52339838a /archiso/install | |
parent | 63c60ff0b686abb6e965560284aebbb66e7b2af8 (diff) |
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>
Diffstat (limited to 'archiso/install')
-rw-r--r-- | 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 |