From 758930ac0a9b8d0690dca0687dd47fa36a1a67c4 Mon Sep 17 00:00:00 2001 From: Hal Emmerich Date: Wed, 22 May 2019 11:49:08 -0500 Subject: [PATCH] Improve make instructions make wifi-test grab newest image --- README.md | 5 ++++- scripts/InstallScripts/wifi-test.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d76129a..88ffa2b 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,10 @@ TO begin with: `make filesystem` builds the -BASE filesystem image with no kernel -`make kernel_inject` Injects a newly built kernel into a previously build PrawnOS.img located in the root of the checkout. Usually, this will be a copy of the -BASE image made by make filesystem +`make image` builds the kernel, builds the filesystem if a -BASE image doesn't exist, and combines the two into a new PrawnOS.img using kernel_inject + +`make kernel_inject` Injects a newly built kernel into a previously build PrawnOS.img located in the root of the checkout. Usually, this will be a copy of the -BASE image made by make filesystem. Only use this if you already have a built kernel and filesystem -BASE image. + You can use the environment variable `PRAWNOS_DEBOOTSTRAP_MIRROR` to use a non-default Debian mirror with debootstrap. For example, to use [Debian's Tor onion service mirror](https://onion.debian.org/) with debootstrap, you can build with `sudo PRAWNOS_DEBOOTSTRAP_MIRROR=http://vwakviie2ienjx6t.onion/debian make image`. diff --git a/scripts/InstallScripts/wifi-test.sh b/scripts/InstallScripts/wifi-test.sh index b660208..c090a36 100644 --- a/scripts/InstallScripts/wifi-test.sh +++ b/scripts/InstallScripts/wifi-test.sh @@ -6,4 +6,4 @@ 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.8.0-armhf-DVD-1.iso +wget https://cdimage.debian.org/debian-cd/current/armhf/iso-dvd/debian-9.9.0-armhf-DVD-1.iso