summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipe.d/0006-texinfo4
-rwxr-xr-xstage11
2 files changed, 5 insertions, 0 deletions
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 )