Skip to content

Commit 2973bc6

Browse files
mahiuchunericonr
authored andcommitted
chroot: make ESP mount point consistent.
1 parent 0e1d6e7 commit 2973bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/installation/guides/chroot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,14 +225,14 @@ For example, the partition scheme used throughout previous examples yields the
225225
following `fstab`:
226226

227227
```
228-
/dev/sda1 /boot/EFI vfat rw,relatime,[...] 0 0
228+
/dev/sda1 /boot/efi vfat rw,relatime,[...] 0 0
229229
/dev/sda2 / ext4 rw,relatime 0 0
230230
```
231231

232232
The information from `blkid` results in the following `/etc/fstab`:
233233

234234
```
235-
UUID=6914[...] /boot/EFI vfat rw,relatime,[...] 0 2
235+
UUID=6914[...] /boot/efi vfat rw,relatime,[...] 0 2
236236
UUID=dc1b[...] / ext4 rw,relatime 0 1
237237
```
238238

0 commit comments

Comments
 (0)