On Sun, Aug 03, 2008 at 03:22:00PM -0500, JR Richardson wrote: > I would like to modify isolinux.cfg before the simple-cdd image is > created. I would like to add the auto option on the default profile > and add TIMEOUT 10 so the cd launches.
to set the boot timeout: echo BOOT_TIMEOUT=10 >> profiles/default.conf to pass the "auto" boot prompt option: echo KERNEL_PARAMS="$KERNEL_PARAMS auto" >> profiles/default.conf live well, vagrant -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]