search for: choose_interfac

Displaying 5 results from an estimated 5 matches for "choose_interfac".

Did you mean: choose_interface
2019 Sep 26
1
[PATCH] builder: templates: set "unassigned" hostname
...n # Disable that annoying WEP key dialog. d-i netcfg/wireless_wep string diff --git a/builder/templates/ubuntu.preseed b/builder/templates/ubuntu.preseed index 236e17497..595d897a6 100644 --- a/builder/templates/ubuntu.preseed +++ b/builder/templates/ubuntu.preseed @@ -47,6 +47,11 @@ d-i netcfg/choose_interface select auto d-i netcfg/get_hostname string unassigned-hostname d-i netcfg/get_domain string unassigned-domain +# If you want to force a hostname, regardless of what either the DHCP +# server returns or what the reverse DNS entry for the IP is, uncomment +# and adjust the following line. +d-i n...
2007 Nov 06
1
Just a couple of hang-out install questions
Hello, I am trying to do a non-interactive installation on a system with only a serial port console. The serial port only piece is working and most of the questions are pre-seeded (answered). However, I can't seem to figure out what the question codes are for these last seven. :( ``debconf-get-selections'' did not print anything out that I can correlate with these questions. Where
2005 Apr 26
3
A HowTo guide?
I've very new to this... what I want to achieve, is to have my clients network boot - and then be presented with a menu, allowing them *well, me* to choose what to do. Maybe, boot from the main hard disk, or boot a disk image from a samba share, or maybe even boot a CD image, instead of having the actual CD in the drive. Also, I would want to be able to change this menu, without actually
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
...+kernel = "/tmp/di_kernel" +ramdisk = "/tmp/di_initrd" +extra = "debian-installer/exit/always_halt=true -- console=hvc0 auto-install/enable=true hostname=$gho->{Name} domain=$c{TestHostDomain} url=$ps_url DEBIAN_FRONTEND=text netcfg/dhcp_timeout=150 netcfg/choose_interface=eth0" +# +vif = [ ''mac=$gho->{Ether}'' ] +# +on_poweroff = ''preserve'' +on_reboot = ''$onreboot'' +on_crash = ''preserve'' +# +vcpus = $vcpus +# +disk = [ + ''phy:$gho->{Lvdev},xvda,...
2017 Jul 10
7
[PATCH 0/5] various improvements for make-template.mk
Hi, this series improves the generation of Debian templates, automating basically almost all the steps needed. Also, it fixes the generation of aarch64 images with NVRAM, which is currently removed too soon, and thus not saved and compressed. Thanks, Pino Toscano (5): builder: templates: update Debian preseed from Stretch builder: templates: generalize debian location builder: templates: