[Wolfgang Schweer]
> Hi.
>
> This might fix the installation hanging at the 'choose network card' 
> step.
>
> diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
> index ccb6fdb..5b54df6 100755
> --- a/bin/g-i-installation.sh
> +++ b/bin/g-i-installation.sh
> @@ -280,7 +280,7 @@ bootstrap_system() {
>                       GUITERMINAL=xterm
>                       ;;
>               debian-edu_*)
> -                     EXTRA_APPEND="$EXTRA_APPEND desktop=kde"
> +                     EXTRA_APPEND="$EXTRA_APPEND desktop=kde 
> netcfg/choose_interface=auto"
>                       GUITERMINAL=konsole
>                       ;;
>               *)      ;;

Perhaps it is better to do it in this block:

                debian-edu*-server)
                        QEMU_OPTS="$QEMU_OPTS -net nic,vlan=1 -net user,vlan=1"
                        EXTRA_APPEND="$EXTRA_APPEND interface=eth0"
                        ;;

I suspect the interface=eth0 setting used to work but no longer is
effective?

-- 
Happy hacking
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Reply via email to