made both busybox and the kernel support ext2 since support for anything else is...
[kvm-coreboot.git] / skeleton / linuxrc
blobbbf3a06ba0f9baa8462e9e12add46618018e861f
1 #!/bin/sh
3 /sbin/makedevs /dev < device.txt > /output.makedevs.txt 2>&1
5 . /bin/boot.functions
7 mkdir /proc
8 mount -t proc proc /proc
10 # For debug purposes
11 mount -t usbfs usbfs /proc/bus/usb
13 # Show the version
14 cat /buildrom-version > /dev/tty$VT
17 message "NOTICE: Starting the shell..."
18 openvt $VT /bin/ash
19 exec /bin/ash