change random to urandom in build process

This commit is contained in:
Keagan McClelland
2021-10-14 11:16:54 -06:00
committed by Aiden McClelland
parent 26af1b2e36
commit 46f24f94e3

View File

@@ -34,7 +34,7 @@ ubuntu.img:
product_key.txt:
$(shell which echo) -n "X" > product_key.txt
cat /dev/random | base32 | head -c11 | tr '[:upper:]' '[:lower:]' >> product_key.txt
cat /dev/urandom | base32 | head -c11 | tr '[:upper:]' '[:lower:]' >> product_key.txt
echo >> product_key.txt
$(EMBASSY_BINS): $(APPMGR_SRC)