# HG changeset patch # User Rob Landley # Date 1311464110 18000 # Node ID 594e155517812d67f58651e41e251cb67ca6ccc2 # Parent eaf4e748a1293de186a9b4e3be1118611c3c9846 Use devtmpfs instead of mdev. diff -r eaf4e748a129 -r 594e15551781 sources/root-filesystem/sbin/init.sh --- a/sources/root-filesystem/sbin/init.sh Tue Jul 19 06:43:16 2011 -0500 +++ b/sources/root-filesystem/sbin/init.sh Sat Jul 23 18:35:10 2011 -0500 @@ -4,13 +4,11 @@ # Populate /dev mountpoint -q sys || mount -t sysfs sys sys -mountpoint -q dev || mount -t tmpfs -o noatime dev dev +mountpoint -q dev || mount -t devtmpfs dev dev mountpoint -q proc || mount -t proc proc proc mkdir -p dev/pts mountpoint -q dev/pts || mount -t devpts dev/pts dev/pts -mdev -s - [ -z "$CPUS" ] && export CPUS=1 export PS1='($HOST:$CPUS) \w \$ '