From: Maxim Baryshnikov Date: Fri, 6 May 2016 02:56:54 +0000 (+0200) Subject: Leave these cfgs at the last state. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/jailhouse-test.git/commitdiff_plain/233e195475cf53180ac3831a68d155f2ff568b70 Leave these cfgs at the last state. --- diff --git a/build/boot-linux b/build/boot-linux index e78e825..a925e28 100755 --- a/build/boot-linux +++ b/build/boot-linux @@ -1,6 +1,6 @@ #!/usr/bin/env novaboot -# -load buildroot/images/bzImage console=ttyS0,115200 memmap=66M$0x3b000000 nohpet +# +load buildroot/images/bzImage memmap=0x4200000$0x3b000000 nohpet load buildroot/images/rootfs.cpio.gz diff --git a/buildroot-overlay/etc/inittab b/buildroot-overlay/etc/inittab index ccf4afd..dced2e5 100644 --- a/buildroot-overlay/etc/inittab +++ b/buildroot-overlay/etc/inittab @@ -25,7 +25,7 @@ null::sysinit:/bin/hostname -F /etc/hostname # Put a getty on the serial port #console::respawn:/sbin/getty -L console 0 vt100 # GENERIC_SERIAL -console::respawn:/bin/login root tty0 /dev/tty0 2>&1 +console::respawn:/bin/login root ttyS0 /dev/tty0 2>&1 #Stuff to do for the 3-finger salute ::ctrlaltdel:/sbin/reboot