Learn more about cloning repositories
You have read-only access
#!/bin/sh
# devtmpfs does not get automounted for initramfs
/bin/mount -t devtmpfs devtmpfs /dev
exec 0</dev/console
exec 1>/dev/console
exec 2>/dev/console
exec /sbin/init $*
Everything looks good. We'll let you know here if there's anything you should know about.