aboutsummaryrefslogtreecommitdiff
path: root/Common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Common.mk')
-rw-r--r--Common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common.mk b/Common.mk
index 5baec27..66a9d3b 100644
--- a/Common.mk
+++ b/Common.mk
@@ -140,6 +140,6 @@ test: clean build/kernel.elf
@./tests/run.sh
copy: clean build/kernel7.img
- sudo mount -o umask=0 $(DISK) /mnt/sd0
+ sudo mount /mnt/sd0
sudo cp build/kernel7.img /mnt/sd0
sudo umount /mnt/sd0