nope, correct EOF, sort out apt-get install dependencies
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 2 May 2021 04:51:02 +0000 (05:51 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 2 May 2021 04:51:02 +0000 (05:51 +0100)
coriolis2-chroot
mk-deb-chroot

index 0f34998d5310e22d0fbc93e4f63b04d387d14d70..a21f0235180c643ac72d601dd70702e6ac3c225c 100755 (executable)
@@ -30,6 +30,7 @@ echo Installing necessary apt dependencies in the chroot
 apt-get update -y
 apt-get upgrade -y
 apt-get install -y automake binutils-dev bison build-essential \
+sysvinit-utils sysvinit-core \
 ccache clang cmake doxygen dvipng flex gcc git graphviz \
 imagemagick libboost-all-dev libboost-python-dev libbz2-dev \
 libmpfr-dev libgmp-dev libmotif-dev libreadline-dev \
index 7a404e6857061761b3e0b9839382507bb997521d..91b0a1e92c5b2abf464e8905362c8857ab323fdc 100755 (executable)
@@ -31,6 +31,7 @@ mount /opt/chroot/$chrootdir/proc
 mount /opt/chroot/$chrootdir/sys
 mount /opt/chroot/$chrootdir/tmp
 echo "$chrootdir" > /opt/chroot/$chrootdir/etc/debian_chroot
+
 # Install apt dependencies in the chroot
 chroot /opt/chroot/$chrootdir /bin/bash << EOF
 echo Installing necessary apt dependencies in the chroot
@@ -39,10 +40,11 @@ apt-get upgrade -y
 apt-get install -y automake binutils-dev build-essential \
 ccache cmake gcc git \
 libtool \
+sysvinit-core \
+sysvinit-utils \
 sudo \
 python3 python3-pip \
-python3-setuptools python-dev 
-EOF
+python3-setuptools python3-dev
 
 # yeah systemd in a chroot? not very funny joke.
 apt-get remove -y systemd