diff options
-rw-r--r-- | emulator/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulator/README.md b/emulator/README.md index 248f79c..b989884 100644 --- a/emulator/README.md +++ b/emulator/README.md @@ -29,11 +29,11 @@ Edit /mnt/etc/fstab. Change to - /dev/sda1 /boot vfat defaults 0 0 + /dev/sda1 /boot vfat defaults 0 0 and then unmount: - $ sudo ../disk/rpi_umount /mnt + $ sudo ../disk/rpi_umount /mnt ## Booting |