Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137798543
D16472.id45935.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
829 B
Referenced Files
None
Subscribers
None
D16472.id45935.diff
View Options
Index: release/tools/arm.subr
===================================================================
--- release/tools/arm.subr
+++ release/tools/arm.subr
@@ -124,7 +124,18 @@
echo 'hw.usb.template=3' \
>> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
echo 'umodem_load="YES"' \
+ >> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
+}
+
+arm64_setup_multicons() {
+ if [ "${EMBEDDED_TARGET_ARCH}" != "aarch64" ]; then
+ return
+ fi
+
+ echo '# Multiple console (serial+efi gop) enabled.' \
>> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
+ echo 'boot_multicons="YES"' \
+ >> ${CHROOTDIR}/${DESTDIR}/boot/loader.conf
}
arm_install_base() {
@@ -138,6 +149,7 @@
arm_create_user
arm_setup_usb_otg
+ arm64_setup_multicons
echo '# Custom /etc/fstab for FreeBSD embedded images' \
> ${CHROOTDIR}/${DESTDIR}/etc/fstab
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 26, 10:13 PM (2 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26232728
Default Alt Text
D16472.id45935.diff (829 B)
Attached To
Mode
D16472: release: arm: Enable multicons for arm64
Attached
Detach File
Event Timeline
Log In to Comment