From e4b434910d2a42ccf6f6e44c705b281c42cd5f08 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Mon, 4 Oct 2021 11:32:25 -0600 Subject: [PATCH] fix build script --- build/write-image.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/write-image.sh b/build/write-image.sh index f81e0738d..4f86c2cb3 100755 --- a/build/write-image.sh +++ b/build/write-image.sh @@ -33,6 +33,8 @@ sudo cp product_key.txt /tmp/eos-mnt sudo umount /tmp/eos-mnt sudo mount ${OUTPUT_DEVICE}p3 /tmp/eos-mnt + +sudo sed -i 's/LABEL=writable/LABEL=green/g' /tmp/eos-mnt/etc/fstab # Enter the appmgr directory, copy over the built EmbassyOS binaries and systemd services, edit the nginx config, then create the .ssh directory cd appmgr/