aboutsummaryrefslogtreecommitdiff
path: root/Common.mk
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-26 16:42:13 -0700
committerChristian Cunningham <cc@localhost>2022-03-26 16:42:13 -0700
commit973a9ef0e1d86bd018e7478547e7e81783d9a5b3 (patch)
tree93775490e22c3a438d645c346809b384c3c0394a /Common.mk
parent32ef93110fc993f24540bdcff6c3d88c47cd64c1 (diff)
Mount disk based off of FSTAB
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