Reorganize readme and tweak extension-release

+ add note about portential new update method
+ add note about system updates breaking things
* move note about changing root FS
- remove unused SYSEXT_LEVEL param from extension-release file
This commit is contained in:
Duncan Gibson
2023-11-19 22:12:38 -05:00
parent 938adc6951
commit 582036eeb4
2 changed files with 48 additions and 29 deletions

View File

@@ -46,7 +46,7 @@ cp -rf $tar_dir/tailscale tailscale/usr/bin/tailscale
cp -rf $tar_dir/tailscaled tailscale/usr/sbin/tailscaled
# write a systemd extension-release file
echo -e "SYSEXT_LEVEL=1.0\nID=steamos\nVERSION_ID=${VERSION_ID}" >> tailscale/usr/lib/extension-release.d/extension-release.tailscale
echo -e "ID=steamos\nVERSION_ID=${VERSION_ID}" >> tailscale/usr/lib/extension-release.d/extension-release.tailscale
# create the system extension folder if it doesn't already exist, remove the old version of our tailscale extension, and install our new one
mkdir -p /var/lib/extensions