From 81bfae51f72885a411ea422d2a12bd0747982753 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Wed, 3 Aug 2005 18:14:47 +0000 Subject: [PATCH] - set timeout for isolinux to 1 minute - copy util-linux to ramdisk TODO: - do this with other tools as well in a bit more generic way svn path=/nixu/trunk/; revision=3524 --- isolinux.cfg | 2 +- make-disk.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/isolinux.cfg b/isolinux.cfg index f46570c89ff..180b144eeb5 100755 --- a/isolinux.cfg +++ b/isolinux.cfg @@ -1,6 +1,6 @@ default linux prompt 1 -timeout 600 +timeout 60 label linux kernel vmlinuz append initrd=initram.img init=/bin/sh diff --git a/make-disk.sh b/make-disk.sh index 0877d3ecf83..ba964d09c0e 100755 --- a/make-disk.sh +++ b/make-disk.sh @@ -134,6 +134,7 @@ cp ${bash}/bin/* ${initdir}/bin #cp -f /nix/store/570hmhmx3v57605cqg9yfvvyh0nnb8k8-bash ${initdir}/bin/sh chmod u+x ${initdir}/init cp -fau --parents ${bashdeps} ${initdir} +cp -fau --parents ${utilLinux} ${initdir} #(cd ${initdir}; find . |cpio -c -o) | gzip -9 > ${initrd} (cd ${archivesDir}/initdir; find . |cpio -c -o) | gzip -9 > ${initrd}