From 9417199206e59c2015ba764e66a4b536b95629f5 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sat, 6 Sep 2008 21:06:39 -0500 Subject: Unify initcpio hooks to one glorious archiso hook Signed-off-by: Aaron Griffin --- archiso/install/boot-cd | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 archiso/install/boot-cd (limited to 'archiso/install/boot-cd') diff --git a/archiso/install/boot-cd b/archiso/install/boot-cd deleted file mode 100644 index 2d96869..0000000 --- a/archiso/install/boot-cd +++ /dev/null @@ -1,17 +0,0 @@ -install () -{ - MODULES="cdrom ide-cd_mod ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") " - - # need usb modules for external drives - MODULES="${MODULES} $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd")" - MODULES=$(echo ${MODULES}) #trim whitespace - if [ "x${MODULES}" != "x" ]; then - MODULES="${MODULES} usb_storage sd_mod sr_mod" - fi - - BINARIES="" - FILES="" - SCRIPT="boot-cd" -} - -# vim:ft=sh:ts=4:sw=4:et: -- cgit v1.2.3-70-g09d2