diff options
Diffstat (limited to 'run')
-rwxr-xr-x | run | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ build() { $SUDO mount "$DEV$PART" mnt/ $SUDO mkdir -p mnt/boot/ $SUDO cp example/segelboot.cfg mnt/boot/ + $SUDO cp build/examples/* mnt/boot/ $SUDO umount mnt/ || (sync && $SUDO umount mnt/) rm -rf mnt/ |