aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2022-04-20 23:03:00 -0400
committerClyne Sullivan <clyne@bitgloo.com>2022-04-20 23:03:00 -0400
commit700a1b10b3a9d021b6a02d0f837ddfde52578634 (patch)
tree7f4e7164bd747d490a7663e324b9ec4eecfa4900 /build.sh
parent3d25ee9a165c3962473194c6c0e913fbbeb7045e (diff)
initial commit
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..613025f
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+cp base.img floppy.img
+sudo mount -oloop floppy.img /mnt
+sudo chown -R root:root floppy/
+sudo rsync -av floppy/ /mnt/
+df -h /mnt
+sudo umount /mnt