From 829c19f4bb069cc350e9b2c6b2affa2e4c8a9d47 Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Sun, 5 Dec 2004 16:06:57 +0000 Subject: [PATCH] copy old bootme directory and new lvm conf file --- build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.sh b/build.sh index 5940d63..ce45757 100755 --- a/build.sh +++ b/build.sh @@ -144,6 +144,12 @@ function build_initrd() echo "$BOOTSERVER_PORT" > $CD_ROOT/usr/boot/boot_server_port echo "$BOOTSERVER_PATH" > $CD_ROOT/usr/boot/boot_server_path + echo "copying old boot cd directory bootme (TEMPORARY)" + cp -r bootme_old $CD_ROOT/usr/bootme + + echo "forcing lvm to make lvm1 partitions (TEMPORARY)" + cp -f $CONF_FILES_DIR/lvm.conf $CD_ROOT/etc/lvm/ + echo "copying isolinux configuration files" cp -f $CONF_FILES_DIR/isolinux.cfg $CD_ROOT/usr/isolinux/ echo "$FULL_VERSION_STRING" > $CD_ROOT/usr/isolinux/message.txt -- 2.43.0