summaryrefslogtreecommitdiff
path: root/archlive_install
diff options
context:
space:
mode:
Diffstat (limited to 'archlive_install')
-rw-r--r--archlive_install4
1 files changed, 2 insertions, 2 deletions
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"
}