From ad5b43907892ab30fe600e1b630b0b4f5fc0f323 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 20 Jan 2010 20:52:30 +0100 Subject: [PATCH] Disabled start of console initskript on xen-image. --- lfs/xen-image | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5