From 34105077c777b0d2c5c69f39921f376b84ce1443 Mon Sep 17 00:00:00 2001 From: Philip J Freeman Date: Sat, 31 May 2025 12:34:14 -0700 Subject: Deploying a demo amd64 debian-based OS via ostree This is a prototype outline for building and deploying a debian based OS with ostree. For purposes of demonstration, the OS runs from a bootable USB device on a UEFI capable amd64 machine. Once a USB device is created and booted, the OS can be updated using a simple shell script. --- config | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config (limited to 'config') diff --git a/config b/config new file mode 100644 index 0000000..ca263c7 --- /dev/null +++ b/config @@ -0,0 +1,18 @@ +osname=halo +osversion=01 +osdesc="Down In It" +codename=trixie + +branch="$osname"/"$osversion"/x86_64/buildmain/standard + +# local dirs +roots=roots +build_repo=build-repo +repo=repo + +# remote +remote=repo-dev +remote_url="https://os.halo.nu/$remote" + +# publish-repo +publish_remote_repo="ph1l@os.halo.nu:/var/www/os.halo.nu/$remote" -- cgit v1.2.3