# For debugging, add "DEBCONF_DEBUG=5" to the arguments.
extras = ["auto=true",
"debconf/priority=critical",
+ 'preseed/early_command="grep -v tty0 /etc/inittab >/etc/inittab.new; mv -f /etc/inittab.new /etc/inittab"',
"debian-installer/locale=en_US.UTF-8",
"debian-installer/exit/always_halt=true",
"url="+install['preseed'],