summaryrefslogtreecommitdiff
path: root/host
diff options
context:
space:
mode:
authorChloe M. <chloe@aptel.org>2026-08-20 06:05:20 +0000
committerChloe M. <chloe@aptel.org>2026-08-20 06:05:20 +0000
commit968f5521418f14c1a8f0232e7ad4e1ba0fdcf628 (patch)
tree12b99c440f0f8bf2de58d2c62382c8f88d42ea3e /host
parentae526fa3375b708d4380d0227e27d32e06b40b92 (diff)
build: Generate boot filesystem via RDAR
Signed-off-by: Chloe M. <chloe@aptel.org>
Diffstat (limited to 'host')
-rwxr-xr-xhost/bootfs.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/host/bootfs.sh b/host/bootfs.sh
new file mode 100755
index 0000000..8e9b9df
--- /dev/null
+++ b/host/bootfs.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+mkdir -p boot_root
+echo "&" >boot_root/test.txt
+rdar -i boot_root -o bootfs.rdar
+rm -rf boot_root/