index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | install/boot-cd | 3 |
diff --git a/install/boot-cd b/install/boot-cd index 10577a9..6a48716 100644 --- a/install/boot-cd +++ b/install/boot-cd @@ -1,4 +1,3 @@ -# vim: set ft=sh: install () { MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") " @@ -6,3 +5,5 @@ install () FILES="" SCRIPT="boot-cd" } + +# vim:ft=sh:ts=4:sw=4:et: |