summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-10-31 15:27:38 +0100
committerAl Stone <ahs3@redhat.com>2012-10-31 15:27:38 +0100
commit836e10f940d5625d2e83eb41accf17f99043c0a6 (patch)
treea0c57dbca4f45fca003241f2dd802ea0eb668636
parent82db456cb1fab98ce03401f450a2eed7f5b54b1f (diff)
downloadbootstrap.git.DONOTUSE-836e10f940d5625d2e83eb41accf17f99043c0a6.tar.gz
bootstrap.git.DONOTUSE-836e10f940d5625d2e83eb41accf17f99043c0a6.tar.xz
bootstrap.git.DONOTUSE-836e10f940d5625d2e83eb41accf17f99043c0a6.zip
minor tweak to texinfo for stage2
-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 )