Improve make instructions

make wifi-test grab newest image
This commit is contained in:
Hal Emmerich 2019-05-22 11:49:08 -05:00
parent d2bcc35c8d
commit 758930ac0a
2 changed files with 5 additions and 2 deletions

View File

@ -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`.

View File

@ -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