From 8966351b12bbcf2f8fffbd8c3a4b00e7529349b8 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sat, 6 Sep 2008 20:39:35 -0500 Subject: Split mkarchiso and configs into logical parts Signed-off-by: Aaron Griffin --- install/archiso | 11 ----------- install/boot-cd | 17 ----------------- install/boot-usb | 16 ---------------- 3 files changed, 44 deletions(-) delete mode 100644 install/archiso delete mode 100644 install/boot-cd delete mode 100644 install/boot-usb (limited to 'install') diff --git a/install/archiso b/install/archiso deleted file mode 100644 index 7b58831..0000000 --- a/install/archiso +++ /dev/null @@ -1,11 +0,0 @@ -install () -{ - MODULES="cdrom ide-cd_mod ide-core ide-generic unionfs squashfs isofs loop $(all_modules '/kernel/fs' | grep -v "nls") " - BINARIES="" - FILES="" - add_dir /real_root - add_dir /tmpfs - SCRIPT="archiso" -} - -# vim:ft=sh:ts=4:sw=4:et: diff --git a/install/boot-cd b/install/boot-cd deleted file mode 100644 index 2d96869..0000000 --- a/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: diff --git a/install/boot-usb b/install/boot-usb deleted file mode 100644 index 32d451f..0000000 --- a/install/boot-usb +++ /dev/null @@ -1,16 +0,0 @@ -install () -{ - MODULES="cdrom ide-cd_mod ide-core ide-generic unionfs squashfs $(all_modules '/kernel/fs' | grep -v "nls") " - - 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-usb" -} - -# vim:ft=sh:ts=4:sw=4:et: -- cgit v1.2.3-70-g09d2