initramfs: generate /dev/console to avoid warning 35/33635/1
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 13 Jan 2015 10:39:28 +0000 (19:39 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 13 Jan 2015 10:39:28 +0000 (19:39 +0900)
Change-Id: Icbb2b0da9c2ddd846bd1d6853f987eb58808d2c1
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
ramfs/initramfs

index 9541a86..9ab4d49 100755 (executable)
@@ -12,3 +12,6 @@ file /bin/busybox ramfs/busybox 0755 0 0
 dir /sbin 0755 0 0
 file /sbin/v86d ramfs/v86d 0755 0 0
 
+# for initial console
+dir /dev 0755 0 0
+nod /dev/console 0600 0 0 c 5 1