[Aboriginal] [PATCH 2/2] Mount /dev/shm

Bobby Bingham koorogi at koorogi.info
Sun Mar 2 21:58:02 PST 2014


This is what I get for hitting send too soon.

On Sun, Mar 02, 2014 at 11:45:14PM -0600, Bobby Bingham wrote:
> ---
>  sources/root-filesystem/sbin/init.sh | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/sources/root-filesystem/sbin/init.sh b/sources/root-filesystem/sbin/init.sh
> index 845dbd4..565bfc7 100755
> --- a/sources/root-filesystem/sbin/init.sh
> +++ b/sources/root-filesystem/sbin/init.sh
> @@ -8,6 +8,8 @@ mountpoint -q sys || mount -t sysfs sys sys
>  mountpoint -q dev || mount -t devtmpfs dev dev || mdev -s
>  mkdir -p dev/pts
>  mountpoint -q dev/pts || mount -t devpts dev/pts dev/pts
> +mkdir -p dev/shm
> +mountpoint -q dev/pts || mount -t tmpfs dev/shm dev/shm
                     ^^^
This should be shm, of course.  I'll send an updated patch

--
Bobby Bingham
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.landley.net/pipermail/aboriginal-landley.net/attachments/20140302/a18c80c6/attachment-0003.pgp>


More information about the Aboriginal mailing list