Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/floppy/ramdisk/etc/init.d/rc
blob: c9237788e8e398ed5cb42699677e6215d229d206 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

echo "Starting RAMDisk.."
mount -t proc none /proc
mount -t sysfs none /sys
mount -t devtmpfs none /dev
mkdir /dev/pts
mount -t devpts none /dev/pts