From: Thierry Parmentelat Date: Mon, 19 Aug 2013 09:42:40 +0000 (+0200) Subject: as per Andy's findings, remove tty-related entries in upstart so that f12 slices... X-Git-Tag: 5.2.8~9 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=028ae9d0a3490b11ff05922bdf6212e158e81923 as per Andy's findings, remove tty-related entries in upstart so that f12 slices under lxc won't keep on respawning --- diff --git a/config.planetlab/sliceimage.post b/config.planetlab/sliceimage.post index c4148308..1db1869d 100644 --- a/config.planetlab/sliceimage.post +++ b/config.planetlab/sliceimage.post @@ -40,4 +40,9 @@ fi # for when runing under lxc, make sure we don't try to fsck from a slice 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 -