mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
change random to urandom in build process
This commit is contained in:
committed by
Aiden McClelland
parent
26af1b2e36
commit
46f24f94e3
2
Makefile
2
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user