aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
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