From 18a87b11315f59ba02a924fb63c0b24bde02a9ca Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Thu, 18 May 2017 19:16:38 +0000 Subject: scripts/mkimg.base.sh: add console=hvc0 for ppc64le grub config set console=hvc0 via boot option. This configuration make init to add hvc0 to /etc/inittab and /etc/securetty. This is needed to allow login with 'root' user. --- scripts/mkimg.base.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/mkimg.base.sh b/scripts/mkimg.base.sh index bcfcc7168e..ccbb188045 100755 --- a/scripts/mkimg.base.sh +++ b/scripts/mkimg.base.sh @@ -193,6 +193,7 @@ build_grubefi_img() { section_grubieee1275() { [ "$ARCH" = ppc64le ] || return 0 [ "$output_format" = "iso" ] || return 0 + kernel_cmdline="$kernel_cmdline console=hvc0" build_section grub_cfg boot/grub/grub.cfg $(grub_gen_config | checksum) } -- cgit v1.2.3