Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2024 11:54:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 278480] Standardize GPT label names
Message-ID:  <bug-278480-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278480

            Bug ID: 278480
           Summary: Standardize GPT label names
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: bugs@FreeBSD.org
          Reporter: jlduran@gmail.com

Inspired by poudriere's pull request:

https://github.com/freebsd/poudriere/pull/1143

I submitted https://github.com/freebsd/freebsd-src/pull/1187 to keep things
similar.

It is a little annoying that depending on the image created the final GPT l=
abel
for the EFI partition has a different name.

Thus, if you want to add an entry in /etc/fstab using this label, you'll en=
d up
having different configurations. For example:

bsdinstall (zfsboot):
/dev/gpt/efiboot0       /boot/efi               msdosfs rw              2 2

vmimage:
/dev/gpt/efiesp         /boot/efi               msdosfs rw              2 2

nanobsd/poudriere firmware:
/dev/gpt/efiboot        /boot/efi               msdosfs rw              2 2


I personally prefer "efiboot$index", but any name will do, as long as they =
are
all the same.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278480-227>