diff options
author | Christian Cunningham <cc@localhost> | 2022-03-26 16:42:13 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-03-26 16:42:13 -0700 |
commit | 973a9ef0e1d86bd018e7478547e7e81783d9a5b3 (patch) | |
tree | 93775490e22c3a438d645c346809b384c3c0394a | |
parent | 32ef93110fc993f24540bdcff6c3d88c47cd64c1 (diff) |
Mount disk based off of FSTAB
-rw-r--r-- | Common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |