Updated console info
Serial console *and* tty0 now present
This commit is contained in:
parent
66197bde60
commit
9ee3e48c2b
@ -180,7 +180,7 @@ wget
|
|||||||
%post --erroronfail
|
%post --erroronfail
|
||||||
# Ensure legacy BIOS is installed properly (this is i686, no UEFI here)
|
# Ensure legacy BIOS is installed properly (this is i686, no UEFI here)
|
||||||
grub2-install --target=i386-pc /dev/sda
|
grub2-install --target=i386-pc /dev/sda
|
||||||
grubby --update-kernel=ALL --remove-args " crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M" --args="console=ttyS0,115200 forcepae"
|
grubby --update-kernel=ALL --remove-args " crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M" --args="console=tty0 console=ttyS0,115200 forcepae"
|
||||||
|
|
||||||
# setup systemd to boot to the right runlevel
|
# setup systemd to boot to the right runlevel
|
||||||
rm -f /etc/systemd/system/default.target
|
rm -f /etc/systemd/system/default.target
|
||||||
|
Loading…
Reference in New Issue
Block a user