index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archlive_install | 4 |
diff --git a/archlive_install b/archlive_install index be2f5cc..bdb5857 100644 --- a/archlive_install +++ b/archlive_install @@ -1,11 +1,11 @@ # vim: set ft=sh: install () { - MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs iso9660 $(all_modules '/kernel/fs' | grep -v "nls") " + MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") " BINARIES="" FILES="" add_binary /bin/mount /bin/mount.full add_dir /real_root add_dir /tmpfs - SCRIPT="liveiso" + SCRIPT="archlive" } |