Remove the wifi test script
This commit is contained in:
parent
3f8a2255a1
commit
529c8ece42
@ -1,9 +0,0 @@
|
||||
#! /bin/bash
|
||||
|
||||
#Connect to wifi
|
||||
wpa_passphrase PotatoMuncher gimmethosetots > wpa.conf
|
||||
wpa_supplicant -i wlan0 -c wpa.conf &
|
||||
dhclient wlan0
|
||||
|
||||
#download the debian image
|
||||
wget https://cdimage.debian.org/debian-cd/current/armhf/iso-dvd/debian-9.9.0-armhf-DVD-1.iso
|
@ -113,11 +113,6 @@ cp scripts/InstallScripts/* $outmnt/InstallResources/
|
||||
cp scripts/InstallScripts/InstallToInternal.sh $outmnt/
|
||||
chmod +x $outmnt/*.sh
|
||||
|
||||
|
||||
#Copy in the test script
|
||||
cp scripts/InstallScripts/wifi-test.sh $outmnt/wifi-test.sh
|
||||
chmod +x $outmnt/wifi-test.sh
|
||||
|
||||
#Setup the chroot for apt
|
||||
#This is what https://wiki.debian.org/EmDebian/CrossDebootstrap suggests
|
||||
cp /etc/hosts $outmnt/etc/
|
||||
|
Loading…
Reference in New Issue
Block a user