index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | install/boot-cd | 2 |
diff --git a/install/boot-cd b/install/boot-cd index b7e82ae..10577a9 100644 --- a/install/boot-cd +++ b/install/boot-cd @@ -4,5 +4,5 @@ install () MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") " BINARIES="" FILES="" - SCRIPT="from-cd" + SCRIPT="boot-cd" } |