freebsd-dev/release
Warner Losh 62a7dae44d release: Use standard mount points for arm MBR boot images
Traditionally, we've used /boot/msdos for the MBR mount point for the SD
images that we produced. For GPT and bsdinstall, we've used
/boot/efi. Migrate to using /boot/efi for MBR as well and add a
/boot/msdos -> /boot/efi symlink for compatibility (which may disappear
before 14.0, but will remain on the stable branches).

When we first created the arm images, there was no EFI booting and the
FAT partion on an MBR image was used to hold the firmware, uboot.bin,
SoC config files and ubldr.  When we transitioned to uboot with EFI, we
put the loader files in the same partition. Later we standardized on
/boot/efi at about the same time we added GPT support to the RE produced
images. We left the MRB case as /boot/msdos for legacy reasons and since
it wasn't always EFI. Later, we dropped support of non-EFI booting on
the RE produced images, so the duality of /boot/msdos diminished even
more. Since so little secondary meaning remains, putting it all in
/boot/efi standardizes the location and reflects the RE images
better as using efi-only booting.

In addition, always label the msdosfs partion 'efi'. While a small
misnomer on some systems that store other files in the ESP, it was
requested in review for more consistency for similar reasons to the
mountpoint rename. There was no way to have an 'alias' or 'second label'
here, so this breaks compatibility. Since the images are self-contained,
this was judged to be an acceptable change.

Sponsored by:		Netflix
Reviewed by:		manu, allanjude, emaste, gjb
Differential Revision:	https://reviews.freebsd.org/D36635
2022-09-23 09:53:55 -06:00
..
amd64 release: Support GNU stat in mkisoimages.sh 2022-07-15 23:04:48 +01:00
arm release: increase IMAGE_SIZE for arm, arm64, riscv 2022-07-13 14:36:22 -04:00
arm64 release: Support GNU stat in mkisoimages.sh 2022-07-15 23:04:48 +01:00
i386 release: Add support for building on non-FreeBSD 2022-02-28 22:37:37 +00:00
packages pkgbase: split kerberos binaries and libs 2022-08-03 11:02:28 +01:00
pkg_repos
powerpc release: Add support for building on non-FreeBSD 2022-02-28 22:37:37 +00:00
riscv release: Support GNU stat in mkisoimages.sh 2022-07-15 23:04:48 +01:00
scripts Replace subversion with git in the installation DVD 2022-05-27 09:10:19 -06:00
tools release: Use standard mount points for arm MBR boot images 2022-09-23 09:53:55 -06:00
Makefile release: Set loader_menu_multi_user_prompt to "Installer" for installer 2022-09-02 20:30:50 +01:00
Makefile.azure release: Remove unused variables in azure Makefile 2021-11-04 16:42:38 +08:00
Makefile.ec2 EC2: Default to UEFI booting 2021-09-16 12:23:19 -07:00
Makefile.gce release: sprinkle UNAME_r hacks following c883b6fd8c 2021-03-04 09:25:18 -05:00
Makefile.inc1 release: sync 'git count' logic with newvers.sh 2021-03-17 10:57:32 -04:00
Makefile.mirrors Append the branch commit count to _SNAP_SUFFIX for development 2020-12-16 18:40:49 +00:00
Makefile.vagrant release: Move the vagrant.vmx config out to its own file to match vbox 2021-03-12 09:44:42 -07:00
Makefile.vm release: increase IMAGE_SIZE for arm, arm64, riscv 2022-07-13 14:36:22 -04:00
rc.local release/rc.local: Provide option to shutdown after installation complete 2022-09-17 08:07:25 +08:00
release.conf.sample release: fix VMSIZE following 1ca8842f3a 2021-03-04 08:43:02 -05:00
release.sh release: fix ports checkout if /usr/ports does not exist 2021-05-12 12:08:59 -04:00