summaryrefslogtreecommitdiffhomepage
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun4
1 files changed, 4 insertions, 0 deletions
diff --git a/run b/run
index ee456ae..129b1d9 100755
--- a/run
+++ b/run
@@ -98,6 +98,10 @@ build() {
$SUDO mkdir -p mnt/boot/
$SUDO cp example/segelboot.cfg mnt/boot/
$SUDO cp build/examples/* mnt/boot/
+
+ $SUDO cp -r "$HOME"/code/melvix/disk/* mnt/ || true
+ $SUDO cp -r "$HOME"/code/melvix/build/apps/ mnt/apps/ || true
+
$SUDO umount mnt/ || (sync && $SUDO umount mnt/)
rm -rf mnt/