diff options
| author | Michael Neves | 2013-06-05 16:25:42 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-06-05 16:25:42 +0200 |
| commit | 17fe632a4e1c28263ce796fd8eaba1492e73f522 (patch) | |
| tree | 61cbc9d41cd5e7cdd7cb5bb276569f07b8af4fbb /remote/modules/vmchooser/data | |
| parent | merge (diff) | |
| download | tm-scripts-17fe632a4e1c28263ce796fd8eaba1492e73f522.tar.gz tm-scripts-17fe632a4e1c28263ce796fd8eaba1492e73f522.tar.xz tm-scripts-17fe632a4e1c28263ce796fd8eaba1492e73f522.zip | |
remove mdev, oops
Diffstat (limited to 'remote/modules/vmchooser/data')
| -rwxr-xr-x | remote/modules/vmchooser/data/etc/openslx/vmchooser/vmchooser-env | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/remote/modules/vmchooser/data/etc/openslx/vmchooser/vmchooser-env b/remote/modules/vmchooser/data/etc/openslx/vmchooser/vmchooser-env index c4d99d6d..4bdf63c3 100755 --- a/remote/modules/vmchooser/data/etc/openslx/vmchooser/vmchooser-env +++ b/remote/modules/vmchooser/data/etc/openslx/vmchooser/vmchooser-env @@ -16,14 +16,6 @@ VMCHOOSER_CONF_DIR=/etc/openslx/vmchooser mkdir -p ${VMCHOOSER_CONF_DIR}/loopimg mkdir -p ${VMCHOOSER_CONF_DIR}/fd-loop -m 1777 -# setup all generic virtualization / starting stuff like the floppy image -# loop file for exchanging information between linux and vm guest -if modprobe loop; then - mdev -s -else - : #|| error "" nonfatal -fi - # mount a clean tempfs (bug in UnionFS prevents loopmount to work) grep -qE "unionfs |aufs " /proc/mounts && \ mount -n -o size=1500k -t tmpfs vm-loopimg ${VMCHOOSER_CONF_DIR}/loopimg |
