index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
-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: |