]> rtime.felk.cvut.cz Git - novaboot.git/commitdiff
Make example buildroot use /dev/console for getty
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 17 Feb 2014 15:18:55 +0000 (16:18 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 17 Feb 2014 15:18:55 +0000 (16:18 +0100)
This way, getty appears wherever the user sets console kernel
command line.

examples/build/buildroot/.config

index ce086a6d81fc624c5b509c65f97cfcae6000179c..6ae2e6d476f989ec2eea0ae1e3066530808bd29d 100644 (file)
@@ -225,7 +225,7 @@ BR2_ROOTFS_STATIC_DEVICE_TABLE="system/device_table_dev.txt"
 BR2_ROOTFS_SKELETON_DEFAULT=y
 # BR2_ROOTFS_SKELETON_CUSTOM is not set
 BR2_TARGET_GENERIC_ROOT_PASSWD=""
-BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
+BR2_TARGET_GENERIC_GETTY_PORT="console"
 # BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set
 # BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set
 # BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set