X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=config.planetlab%2Fsliceimage.post;h=1db1869d7ffc1d92860c826a504ed263286260e1;hb=7a375db23d91b599932a148f69023a0ffe7b6a20;hp=faeecb78109b5c82e6ee364dd5bfc76dba6cdb99;hpb=7906e884d406411438dc3aae4ba657a11246dc3c;p=build.git diff --git a/config.planetlab/sliceimage.post b/config.planetlab/sliceimage.post index faeecb78..1db1869d 100644 --- a/config.planetlab/sliceimage.post +++ b/config.planetlab/sliceimage.post @@ -38,6 +38,11 @@ if [ -d selinux ] ; then fi # for when runing under lxc, make sure we don't try to fsck from a slice -touch ${vdir}/fastboot +sed -i -e 's,1 1,0 0,' ${vdir}/etc/fstab + +# a workaround for running f12 slices under f18; as per Andy findings, we +# remove /etc/event.d/tty[23456] inside the slice image +# this is not required in f>=16 since these files are upstart-specific anyway +rm -f ${vdir}/etc/event.d/tty[23456] cd -