summaryrefslogtreecommitdiff
path: root/host/bootfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'host/bootfs.sh')
-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/