diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-18 18:00:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-18 18:00:52 +0100 |
commit | 2ff878036044b856227caa4a53d2caf2736614ac (patch) | |
tree | 0ca6373cc9ee3ab35637a43e4b689b75bdf513df /package | |
parent | 4934009fea220a1935c0b40241c90e9a0782097f (diff) |
convert qemu for x86/x86_64 to hardware profiles
Diffstat (limited to 'package')
-rwxr-xr-x | package/base-files/src/init | 1 |
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 ] && { |