From 39e3e17185a8325e56315f8d774278bd27671d57 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 8 Mar 2021 11:41:33 +0000 Subject: [PATCH] add sudo, remove systemd --- mk-deb-chroot | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mk-deb-chroot b/mk-deb-chroot index 9853493..1951571 100755 --- a/mk-deb-chroot +++ b/mk-deb-chroot @@ -39,9 +39,16 @@ apt-get upgrade -y apt-get install -y automake binutils-dev build-essential \ ccache cmake gcc git \ libtool \ +sudo \ python3 python3-pip \ python3-setuptools python-dev +# yeah systemd in a chroot? not very funny joke. +apt-get remove -y systemd + +# add sudo no password +echo '$SUDO_USER ALL=NOPASSWD: ALL' >> /etc/sudoers.d/$chrootdir + # Create user with same UID in the chroot useradd -m -p `python -c 'import crypt; print crypt.crypt("1234","Fx")'` -s /bin/bash $SUDO_USER -k /etc/skel echo -e " -- 2.30.2