diff --git a/testing/hosts/winnetou/etc/fstab b/testing/hosts/winnetou/etc/fstab new file mode 100644 index 000000000..4d5f83dcd --- /dev/null +++ b/testing/hosts/winnetou/etc/fstab @@ -0,0 +1,3 @@ +/dev/vda1 / ext3 defaults,relatime,barrier=1 0 1 +/hostshare /root/shared 9p trans=virtio,version=9p2000.L 0 0 +/testresults /var/www/testresults 9p trans=virtio,version=9p2000.L 0 0 \ No newline at end of file diff --git a/testing/scripts/build-guestimages b/testing/scripts/build-guestimages index 34cd91fe5..e289c08ca 100755 --- a/testing/scripts/build-guestimages +++ b/testing/scripts/build-guestimages @@ -62,8 +62,6 @@ do execute "cp -rf $DIR/../images $LOOPDIR/var/www/" 0 execute "cp -rf $DIR/../css $LOOPDIR/var/www/" 0 execute "mkdir $LOOPDIR/var/www/testresults" 0 - echo "echo /testresults ... >> $LOOPDIR/etc/fstab" >>$LOGFILE 2>&1 - echo "/testresults /var/www/testresults 9p trans=virtio,version=9p2000.L 0 0" >> $LOOPDIR/etc/fstab execute_chroot "a2enmod -q cgid" 0 execute_chroot "a2enmod -q rewrite" 0 execute_chroot "mkdir /var/www/certs" 0