This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

mount procfs, devfs, sysfs

+4 -4
+4 -4
packages/initramfs/init.sh
··· 1 1 #!/bin/sh 2 2 3 - # mkdir -p /dev /proc /sys 4 - # mount -t proc proc /proc 5 - # mount -t sysfs sysfs /sys 6 - # mount -t devtmpfs devtmpfs /dev 3 + mkdir -p /dev /proc /sys 4 + mount -t proc proc /proc 5 + mount -t sysfs sysfs /sys 6 + mount -t devtmpfs devtmpfs /dev 7 7 8 8 exec /bin/sh