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

Vagrant Cascadian debian-np-devel@lists.alioth.debian.org
Fri, 26 Nov 2004 13:25:45 -0700


Author: vagrant-guest
Date: Fri Nov 26 13:25:29 2004
New Revision: 268

Modified:
   people/vagrant/simple-cdd/default.preseed
Log:
bugfix.


Modified: people/vagrant/simple-cdd/default.preseed
==============================================================================
--- people/vagrant/simple-cdd/default.preseed	(original)
+++ people/vagrant/simple-cdd/default.preseed	Fri Nov 26 13:25:29 2004
@@ -59,7 +59,7 @@
 d-i  preseed/late_command    string mkdir -p /target/usr/local/simple-cdd ; cp /cdrom/simple-cdd/* /target/usr/local/simple-cdd/
 # This command is run just as base-config is starting up.
 #base-config  base-config/early_command string echo hi mom
-base-config  base-config/early_command string /usr/local/simple-cdd/simple-cdd-profiles ; /usr/local/simple-cdd-preseed
+base-config  base-config/early_command string /usr/local/simple-cdd/simple-cdd-profiles ; /usr/local/simple-cdd/simple-cdd-preseed
 # This command is run after base-config is done, just before the login:
 # prompt. This is a good way to install a set of packages you want, or to
 # tweak the configuration of the system.