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