x40

Inittab

x40
Apr 24th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #!/bin/sh
  2. # devtmpfs does not get automounted for initramfs
  3. /bin/mount -t devtmpfs devtmpfs /dev
  4. exec 0</dev/console
  5. exec 1>/dev/console
  6. exec 2>/dev/console
  7. exec /sbin/init $*
Add Comment
Please, Sign In to add comment