blob: 52266d854313deac4739f87d7eb55763da24bf69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# ostree-demo
roughing out a quick demo to try out ostree for deploying ubuntu
# delta test - adding nethack
sudo ./make_rootfs.sh
sudo ./make_rootfs.sh with-app
sudo ./ostree_commit.sh rootfs/20250504.182708/
sudo ./ostree_commit.sh rootfs/20250504.183218/
sudo ./ostree_delta.sh rootfs^ rootfs
du -sh delta-update-file
60K delta-update-file
|