mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
build docker state on first startup
This commit is contained in:
committed by
Keagan McClelland
parent
b81f3e6041
commit
24656d4824
@@ -39,6 +39,7 @@ sudo mv /tmp/eos-mnt/config.txt.tmp /tmp/eos-mnt/config.txt
|
||||
# Unmount the boot partition and mount embassy partition
|
||||
sudo umount /tmp/eos-mnt
|
||||
sudo mount ${OUTPUT_DEVICE}p2 /tmp/eos-mnt
|
||||
sudo touch /tmp/eos-mnt/system-rebuild # rebuild docker state on first startup
|
||||
if [ "$NO_KEY" != "1" ]; then sudo cp product_key.txt /tmp/eos-mnt; else echo "This image is being written with no product key"; fi
|
||||
sudo umount /tmp/eos-mnt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user