index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | 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 | 96d2ffefa87a0db2d892c1dffd1a68f5310e0a88 (patch) | |
tree | 1ca7ce6b1f767a38cb01f5890e7e14a5abbb4f96 /hooks/boot-cd | |
parent | 656016ca18ce2af9435456e6ef8238aa3d7981fc (diff) |
-rw-r--r-- | hooks/boot-cd | 3 |
diff --git a/hooks/boot-cd b/hooks/boot-cd index a730412..a9b6f61 100644 --- a/hooks/boot-cd +++ b/hooks/boot-cd @@ -1,4 +1,3 @@ -# vim: set ft=sh: run_hook () { msg ":: Scanning for boot cdrom device..." @@ -28,3 +27,5 @@ run_hook () export BOOT_MOUNT="${bootmnt}" fi } + +# vim:ft=sh:ts=4:sw=4:et: |