Bugfix/gpt reflash (#2266)

* debug entry

* update magic numbers

* remove dbg

* fix hostname

* fix reinstall logic
This commit is contained in:
Aiden McClelland
2023-05-11 14:16:19 -06:00
committed by GitHub
parent 068b861edc
commit c7d82102ed
5 changed files with 23 additions and 22 deletions

View File

@@ -104,6 +104,8 @@ main () {
return 1
fi
echo embassy > /etc/hostname
ln -sf /usr/lib/embassy/scripts/fake-apt /usr/local/bin/apt-get
return 0