index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | hooks/archiso | 3 | ||||
-rw-r--r-- | hooks/boot-cd | 3 | ||||
-rw-r--r-- | hooks/boot-usb | 3 | ||||
-rw-r--r-- | install/archiso | 3 | ||||
-rw-r--r-- | install/boot-cd | 3 | ||||
-rw-r--r-- | install/boot-usb | 3 |
diff --git a/hooks/archiso b/hooks/archiso index 1074e50..f6c7f86 100644 --- a/hooks/archiso +++ b/hooks/archiso @@ -1,4 +1,3 @@ -# vim: set ft=sh: run_hook () { if [ "x${ramdisk_size}" = "x" ]; then @@ -48,3 +47,5 @@ run_hook () /bin/umount /dev exec /bin/run-init -c /dev/console /real_root /sbin/init ${CMDLINE} } + +# vim:ft=sh:ts=4:sw=4:et: 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: diff --git a/hooks/boot-usb b/hooks/boot-usb index bb86596..4645c5a 100644 --- a/hooks/boot-usb +++ b/hooks/boot-usb @@ -1,4 +1,3 @@ -# vim: set ft=sh: run_hook () { msg ":: Scanning for boot usb device..." @@ -28,3 +27,5 @@ run_hook () export BOOT_MOUNT="${bootmnt}" fi } + +# vim:ft=sh:ts=4:sw=4:et: diff --git a/install/archiso b/install/archiso index ff3f64a..945ed40 100644 --- a/install/archiso +++ b/install/archiso @@ -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") " @@ -8,3 +7,5 @@ install () add_dir /tmpfs SCRIPT="archiso" } + +# vim:ft=sh:ts=4:sw=4:et: 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: diff --git a/install/boot-usb b/install/boot-usb index a1296f9..56302fd 100644 --- a/install/boot-usb +++ b/install/boot-usb @@ -1,4 +1,3 @@ -# vim: set ft=sh: install () { MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs $(all_modules '/kernel/fs' | grep -v "nls") " @@ -13,3 +12,5 @@ install () FILES="" SCRIPT="boot-usb" } + +# vim:ft=sh:ts=4:sw=4:et: |