From 973a9ef0e1d86bd018e7478547e7e81783d9a5b3 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sat, 26 Mar 2022 16:42:13 -0700 Subject: Mount disk based off of FSTAB --- Common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Common.mk') 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 -- cgit v1.2.1