We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8a225 commit 529c8ecCopy full SHA for 529c8ec
scripts/InstallScripts/wifi-test.sh
scripts/buildFilesystem.sh
@@ -113,12 +113,7 @@ cp scripts/InstallScripts/* $outmnt/InstallResources/
113
cp scripts/InstallScripts/InstallToInternal.sh $outmnt/
114
chmod +x $outmnt/*.sh
115
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
+#Setup the chroot for apt
122
#This is what https://wiki.debian.org/EmDebian/CrossDebootstrap suggests
123
cp /etc/hosts $outmnt/etc/
124
cp $build_resources/sources.list $outmnt/etc/apt/sources.list
0 commit comments