diff options
| author | Chloe M. <chloe@aptel.org> | 2026-08-20 06:47:03 +0000 |
|---|---|---|
| committer | Chloe M. <chloe@aptel.org> | 2026-08-20 06:47:03 +0000 |
| commit | e53055872e7dddaf9df51c9a3b5bf95778509fe2 (patch) | |
| tree | 16971cec04837b845b8080fb069ddba8e2674972 /host/bootfs.sh | |
| parent | 28438dc30083f8cecfbe58ed0990a0b684e5e702 (diff) | |
boot: mbr: Move host utilities to mbr/
Signed-off-by: Chloe M. <chloe@aptel.org>
Diffstat (limited to 'host/bootfs.sh')
| -rwxr-xr-x | host/bootfs.sh | 6 |
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/ |
