Skip to content

Commit ebd8916

Browse files
committed
another idea
1 parent 63a201a commit ebd8916

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rootfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def bootstrap(args, generator, target, size, cleanup):
336336
'-nic', 'user,ipv6=off,model=e1000'
337337
]
338338
if not args.interactive:
339-
arg_list += ['-no-reboot', '-nographic']
339+
arg_list += ['-no-reboot', '-nographic', '-serial', 'stdio']
340340
run(args.qemu_cmd, *arg_list, cleanup=cleanup)
341341

342342
if __name__ == "__main__":

steps/jump/fiwix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ make_fiwix_initrd -s 1381376 /boot/fiwix.ext2
1616
if match x${BARE_METAL} xTrue; then
1717
kexec-fiwix /boot/fiwix -i /boot/fiwix.ext2 -m /e820 -c "fiwix console=/dev/tty1 root=/dev/ram0 initrd=fiwix.ext2 kexec_proto=linux kexec_size=199680 kexec_cmdline=\"init=/init consoleblank=0\""
1818
else
19-
kexec-fiwix /boot/fiwix -i /boot/fiwix.ext2 -m /e820 -c "fiwix console=/dev/ttyS0 root=/dev/ram0 initrd=fiwix.ext2 kexec_proto=linux kexec_size=199680 kexec_cmdline=\"init=/init console=ttyS0\""
19+
kexec-fiwix /boot/fiwix -i /boot/fiwix.ext2 -m /e820 -c "fiwix console=/dev/ttyS0 root=/dev/ram0 initrd=fiwix.ext2 kexec_proto=linux kexec_size=199680 kexec_cmdline=\"init=/init console=ttyS0,115200\""
2020
fi

0 commit comments

Comments
 (0)