summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-10-13 23:26:10 +0200
committerDirk von Suchodoletz2007-10-13 23:26:10 +0200
commit7d52c55dc1610bccf8b764f2904bdd20b2b9d44f (patch)
tree1d8a44671f448b18da60b97fbc5ef405f41bc774 /initramfs
parentFixed bug #170 (hopefully, please check!) ... (diff)
downloadcore-7d52c55dc1610bccf8b764f2904bdd20b2b9d44f.tar.gz
core-7d52c55dc1610bccf8b764f2904bdd20b2b9d44f.tar.xz
core-7d52c55dc1610bccf8b764f2904bdd20b2b9d44f.zip
... on the way to ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1379 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs')
-rwxr-xr-xinitramfs/initrd-stuff/bin/servconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/initramfs/initrd-stuff/bin/servconfig b/initramfs/initrd-stuff/bin/servconfig
index 6e8c0dda..3bcf5e16 100755
--- a/initramfs/initrd-stuff/bin/servconfig
+++ b/initramfs/initrd-stuff/bin/servconfig
@@ -368,6 +368,7 @@ if [ "x$vmware" != "x" ] && [ "x$vmware" != "xno" ] ; then
# mount a clean tempfs (bug in UnionFS prevents loopmount to work)
strinfile "unionfs" /proc/mounts && \
mount -n -o size=1500k -t tmpfs vm-loopimg /mnt/etc/vmware/loopimg
+ # create an empty floppy image of 1.4MByte size
dd if=/dev/zero of=/mnt/etc/vmware/loopimg/fd.img \
count=2880 bs=512 2>/dev/null
chmod 0777 /mnt/etc/vmware/loopimg/fd.img