From 836e10f940d5625d2e83eb41accf17f99043c0a6 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Wed, 31 Oct 2012 15:27:38 +0100 Subject: minor tweak to texinfo for stage2 --- recipe.d/0006-texinfo | 4 ++++ stage1 | 1 + 2 files changed, 5 insertions(+) diff --git a/recipe.d/0006-texinfo b/recipe.d/0006-texinfo index 677c80b..ac911bc 100644 --- a/recipe.d/0006-texinfo +++ b/recipe.d/0006-texinfo @@ -2,6 +2,10 @@ mcd $BUILDDIR/texinfo $SRC/texinfo-*/configure $TCONFIGARGS + # texi2dvi has been touched so the builder + # will try to rebuild the man page from texi2dvi but that + # spits out only a warning that no tex system is installed + touch doc/texi2dvi.1 make $J -k make $J -k install diff --git a/stage1 b/stage1 index 2b5a392..4f2edfa 100755 --- a/stage1 +++ b/stage1 @@ -921,6 +921,7 @@ EOF WITH_SELINUX=yes \ -C src make install ROOT=${ROOTFS} + echo 'id:S:initdefault:' > ${ROOTFS}/etc/inittab ;; util-linux ) -- cgit