search for: wireless_wep

Displaying 7 results from an estimated 7 matches for "wireless_wep".

Did you mean: wireless_dev
2019 Sep 26
1
[PATCH] builder: templates: set "unassigned" hostname
...egardless 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 netcfg/hostname string somehost +d-i netcfg/hostname string unassigned-hostname.unassigned-domain # 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 unassign...
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
2006 Nov 08
1
run pxelinux.0 on a booted system
...fault and give ma a boot: which will let me select: label ubuntu-edgy-alternate-hands-off kernel ubuntu/edgy/alternate/install/netboot/ubuntu-installer/i386/linux append initrd=sc/e-a/initrd.gz ramdisk_size=16503 root=/dev/rd/0 rw locale=en_US console-setup/layoutcode=us netcfg/wireless_wep= netcfg/get_hostname= DEBCONF_DEBUG=5 preseed/url=http://shaz/preseed-edgy-alt.cfg -- And so this will happen tftp> get ubuntu/edgy/alternate/install/netboot/ubuntu-installer/i386/linux tftp> get sc/e-a/initrd.gz and then this linux would be run from the local HD's fs (ramdisk fs real...
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
...an true + +#d-i netcfg/disable_dhcp boolean true +d-i netcfg/get_nameservers string $c{NetNameservers} +#d-i netcfg/get_netmask string \$c{NetNetmask} +#d-i netcfg/get_gateway string \$c{NetGateway} +d-i netcfg/confirm_static boolean true +d-i netcfg/get_domain string $c{TestHostDomain} +d-i netcfg/wireless_wep string + +d-i passwd/root-password password xenroot +d-i passwd/root-password-again password xenroot +d-i passwd/user-fullname string FLOSS Xen Test +d-i passwd/username string osstest +d-i passwd/user-password password osstest +d-i passwd/user-password-again password osstest + +console-common con...
2013 Dec 11
29
[PATCH RFC V2 0/6] OSSTest: OVMF test job
RFC v2 of this series This series implements a basic test job for OVMF guest. The test case will install an OVMF guest and try to boot it. It is also possible to derive a debian HVM installation test case from ts-ovmf-debian-install - the only difference should be the BIOS option. I tested running the test script without specifying BIOS, it worked fine. I just didn''t figure out a
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:
2016 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
...website/debian.preseed b/builder/templates/debian.preseed similarity index 99% rename from builder/website/debian.preseed rename to builder/templates/debian.preseed index faa4430..54d4253 100644 --- a/builder/website/debian.preseed +++ b/builder/templates/debian.preseed @@ -99,7 +99,7 @@ d-i netcfg/wireless_wep string d-i mirror/country string manual d-i mirror/http/hostname string ftp.uk.debian.org d-i mirror/http/directory string /debian -d-i mirror/http/proxy string @CACHE@ +#d-i mirror/http/proxy string # Suite to install. #d-i mirror/suite string testing diff --git a/builder/templates/fedora-1...