diff options
author | Christian Cunningham <cc@localhost> | 2022-04-05 16:57:23 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-04-05 16:57:23 -0700 |
commit | 395fd7a1e2f10399f84f0c7043feafe269a94217 (patch) | |
tree | 07ee23df07e3105e369cd93ac2d89c41026b8728 | |
parent | c6ba80fe1f8994a431d7c7a2a021864e66e4e59b (diff) |
Error if no disk is specified
This way, disks won't be unmounted errenously
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,8 +1,4 @@ # Jobbed -## Notice - - Currently `make -f Unix.mk copy` has a default disk /dev/sdc1. If you run it, it will mount this, copy the built image, and then unmount it. - - While this wouldn't overwrite any data, the unmounting of this disk may be errant on your computer configuration, causing you to lose access to files until you remount the disk. - - This will be changed in a few releases, but as it stands currently, this warning is here to prevent any transient problems ## Building (Debian) - Clone the repository. |