# SeokYeon Hwang (syeon.hwang@samsung.com)

# init script
file /init ramfs/init 0755 0 0

# busybox
dir /bin 0755 0 0
file /bin/busybox ramfs/busybox 0755 0 0

# vesafb user driver
# We don't use vesafb anymore, but it is useful for debugging.
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
