aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
blob: 613025fa500351df286c25b16f4c6bb3fb8b969f (plain)
1
2
3
4
5
6
7
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