Buildguide and Makefile updates (#617)

* Buildguide and Makefile updates

* Removed package-lock removal
This commit is contained in:
kn0wmad
2021-10-11 13:04:57 -06:00
committed by Aiden McClelland
parent 6afc4e02ee
commit 36f0959bc2
2 changed files with 39 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ ubuntu.img:
unxz ubuntu.img.xz
product_key.txt:
/usr/bin/echo -ne "X\c" > product_key.txt
$(which echo) -n "X" > product_key.txt
cat /dev/random | base32 | head -c11 | tr '[:upper:]' '[:lower:]' >> product_key.txt
echo >> product_key.txt