copy old bootme directory and new lvm conf file
authorAaron Klingaman <alk@cs.princeton.edu>
Sun, 5 Dec 2004 16:06:57 +0000 (16:06 +0000)
committerAaron Klingaman <alk@cs.princeton.edu>
Sun, 5 Dec 2004 16:06:57 +0000 (16:06 +0000)
build.sh

index 5940d63..ce45757 100755 (executable)
--- 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