Skip to content

Commit 529c8ec

Browse files
committed
Remove the wifi test script
1 parent 3f8a225 commit 529c8ec

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

scripts/InstallScripts/wifi-test.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

scripts/buildFilesystem.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,7 @@ cp scripts/InstallScripts/* $outmnt/InstallResources/
113113
cp scripts/InstallScripts/InstallToInternal.sh $outmnt/
114114
chmod +x $outmnt/*.sh
115115

116-
117-
#Copy in the test script
118-
cp scripts/InstallScripts/wifi-test.sh $outmnt/wifi-test.sh
119-
chmod +x $outmnt/wifi-test.sh
120-
121-
#Setup the chroot for apt
116+
#Setup the chroot for apt
122117
#This is what https://wiki.debian.org/EmDebian/CrossDebootstrap suggests
123118
cp /etc/hosts $outmnt/etc/
124119
cp $build_resources/sources.list $outmnt/etc/apt/sources.list

0 commit comments

Comments
 (0)