index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-10-10 20:12:47 -0500 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2007-10-10 22:34:28 -0500 |
commit | 8ada60b1750ece23a7e5eaed714fbfdac8756b1c (patch) | |
tree | 2f14fcd4b15d2ee1a089f081cbda131d867a4b3b /install/boot-cd | |
parent | fccb39dcd85edb30532bf4a6e6dfb056d40bc522 (diff) |
-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: |