From: Arne Fitzenreiter Date: Wed, 20 Jan 2010 19:52:30 +0000 (+0100) Subject: Disabled start of console initskript on xen-image. X-Git-Tag: v2.9-beta1~511^2 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=ad5b43907892ab30fe600e1b630b0b4f5fc0f323 Disabled start of console initskript on xen-image. --- diff --git a/lfs/xen-image b/lfs/xen-image index ba6b72ad06..c632b032fc 100644 --- a/lfs/xen-image +++ b/lfs/xen-image @@ -146,6 +146,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) #Remove root / fstab check rm -rf $(MNThdd)/etc/rc.d/rcsysinit.d/S19checkfstab + #Remove console init + rm -rf $(MNThdd)/etc/rc.d/rcsysinit.d/S70console #Add xvc0 to securetty echo xvc0 >> $(MNThdd)/etc/securetty