--- /tmp/ubiquity 2009-04-20 08:55:06.000000000 +0200 +++ debian/init 2009-04-20 10:06:45.000000000 +0200 @@ -81,10 +84,8 @@ if [ -n "$noninteractive" ]; then cmd="ubiquity noninteractive" else - # check if there was any frontend specified - frontend=$(cat /proc/cmdline | awk '{for (i=1;i<=NF;i++) if ( $i ~ "ubiquity-ui" ) print $i}' | awk -F = '{print $2}') # Run in the foreground. - cmd="ubiquity-dm vt7 :0 /usr/bin/ubiquity $debug $automatic --only $frontend" + cmd="ubiquity-dm vt7 :0 /usr/bin/ubiquity $debug $automatic --only" if ${cmd}; then cmd="/bin/true" else