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. --- ostree_commit.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 ostree_commit.sh (limited to 'ostree_commit.sh') diff --git a/ostree_commit.sh b/ostree_commit.sh deleted file mode 100755 index 23a04e0..0000000 --- a/ostree_commit.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -xe - -ROOTFS_DIR=$1 - -[ ! -d repo ] && \ - ostree --repo=repo init - -ostree --repo=repo commit --branch=rootfs "$ROOTFS_DIR" -- cgit v1.2.3