Remove /boot/efi from mtree, missed in 0b7472b3d8
.
This had prevented the bootconfig step from determining if an ESP exists, resulting in its unconditional setup. On BIOS-booted amd64, this wasn't harmful, just unnecessary, but it resulted in failed installations on non-EFI-supporting platforms like powerpc64. MFC after: 3 days
This commit is contained in:
parent
955a3f9ad5
commit
2c26d77d98
@ -18,8 +18,6 @@
|
||||
rockchip tags=package=runtime
|
||||
..
|
||||
..
|
||||
efi
|
||||
..
|
||||
firmware
|
||||
..
|
||||
loader.conf.d tags=package=bootloader
|
||||
|
@ -184,6 +184,7 @@ arm_install_base() {
|
||||
TARGET_ARCH=${EMBEDDED_TARGET_ARCH} \
|
||||
DESTDIR=${DESTDIR} KERNCONF=${KERNEL} \
|
||||
${CONF_FILES} installworld installkernel distribution
|
||||
chroot ${CHROOTDIR} mkdir -p ${DESTDIR}/boot/efi
|
||||
chroot ${CHROOTDIR} mkdir -p ${DESTDIR}/boot/msdos
|
||||
|
||||
arm_create_user
|
||||
|
Loading…
Reference in New Issue
Block a user