mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
boot: Update the test generation script for serial and rootfs
Update the script to include serial port config, serial console and the proper root filesystem. This works for amd64 + ufs, but might need a slight refactor for aarch64 and/or zfs. Sponsored by: Netflix
This commit is contained in:
parent
716b6667b6
commit
905541dd6b
1 changed files with 4 additions and 0 deletions
|
|
@ -208,6 +208,10 @@ autoboot_delay=2
|
|||
zfs_load="YES"
|
||||
boot_verbose=yes
|
||||
kern.cfg.order="acpi,fdt"
|
||||
boot_serial="YES"
|
||||
hw.uart.console="io:1016,br:115200"
|
||||
vfs.root.mountfrom="ufs:/dev/ufs/root"
|
||||
vfs.root.mountfrom.options="rw"
|
||||
EOF
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue