Skip to content

Commit

Permalink
Remove the wifi test script
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidHal committed Aug 22, 2019
1 parent 3f8a225 commit 529c8ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
9 changes: 0 additions & 9 deletions scripts/InstallScripts/wifi-test.sh

This file was deleted.

7 changes: 1 addition & 6 deletions scripts/buildFilesystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,7 @@ 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
#Setup the chroot for apt
#This is what https://wiki.debian.org/EmDebian/CrossDebootstrap suggests
cp /etc/hosts $outmnt/etc/
cp $build_resources/sources.list $outmnt/etc/apt/sources.list
Expand Down

0 comments on commit 529c8ec

Please sign in to comment.