summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-18 18:00:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-18 18:00:52 +0100
commit2ff878036044b856227caa4a53d2caf2736614ac (patch)
tree0ca6373cc9ee3ab35637a43e4b689b75bdf513df /package/base-files
parent4934009fea220a1935c0b40241c90e9a0782097f (diff)
convert qemu for x86/x86_64 to hardware profiles
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/src/init1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/src/init b/package/base-files/src/init
index 096209cdc..d4e34504a 100755
--- a/package/base-files/src/init
+++ b/package/base-files/src/init
@@ -1,6 +1,7 @@
#!/bin/sh
echo "System initialization ..."
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
+mount -t devtmpfs devtmpfs /dev
mount -nt proc proc /proc
mount -o nosuid,nodev,noexec -t sysfs sysfs /sys
[ ! -f /etc/notmpfs ] && {