From: Paul Hänsch Date: Thu, 1 Nov 2018 01:00:01 +0000 (+0100) Subject: typo for boot partition X-Git-Url: https://git.plutz.net/?p=rpi_small;a=commitdiff_plain;h=0b31466f58d15f47ea660624cec5fa42e25bfe08 typo for boot partition --- diff --git a/files/etc/fstab b/files/etc/fstab index 2ce959b..3bb13a0 100644 --- a/files/etc/fstab +++ b/files/etc/fstab @@ -1,2 +1,2 @@ /dev/mmcblk0p2 / ext4 auto,nofail,rw 0 0 -/dev/mmcblk0p1 / vfat auto,nofail,rw 0 0 +/dev/mmcblk0p1 /boot vfat auto,nofail,rw 0 0