[Debian-NP-Commits] r287 - people/vagrant/simple-cdd

Vagrant Cascadian debian-np-devel@lists.alioth.debian.org
Sun, 28 Nov 2004 17:12:08 -0700


Author: vagrant-guest
Date: Sun Nov 28 17:11:53 2004
New Revision: 287

Modified:
   people/vagrant/simple-cdd/build-simple-cdd
   people/vagrant/simple-cdd/qemu-test
Log:
quiet down tarball backup, more verbose qemu test.


Modified: people/vagrant/simple-cdd/build-simple-cdd
==============================================================================
--- people/vagrant/simple-cdd/build-simple-cdd	(original)
+++ people/vagrant/simple-cdd/build-simple-cdd	Sun Nov 28 17:11:53 2004
@@ -132,7 +132,7 @@
 # make a backup of the extras directory, just in case
 if [ -n "$extras_base_dir" ] && [ -d "$extras_base_dir" ]; then
   echo "backing up $extras_base_dir: old.extras.tgz"
-  tar cvpf $simple_cdd_dir/old.extras.tgz $extras_base_dir/
+  tar cpf $simple_cdd_dir/old.extras.tgz $extras_base_dir/
   echo "purging $extras_base_dir"
   rm -rf $extras_base_dir
 fi

Modified: people/vagrant/simple-cdd/qemu-test
==============================================================================
--- people/vagrant/simple-cdd/qemu-test	(original)
+++ people/vagrant/simple-cdd/qemu-test	Sun Nov 28 17:11:53 2004
@@ -37,9 +37,13 @@
 fi
 
 # build the CD image
+echo
+echo "$0: building CD image"
 ./build-simple-cdd 
 
 # boot the installer
+echo
+echo "$0: loading installer"
 qemu $qemu_opts -boot d 
 
 # take a break and start fresh
@@ -47,4 +51,6 @@
 reset
 
 # boot to the installed system
+echo
+echo "$0: initial boot"
 qemu $qemu_opts -boot c