projects
/
dev-env-setup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39e3e17
)
add sudo, remove systemd
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 8 Mar 2021 11:42:13 +0000
(11:42 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 8 Mar 2021 11:42:13 +0000
(11:42 +0000)
coriolis2-chroot
patch
|
blob
|
history
diff --git
a/coriolis2-chroot
b/coriolis2-chroot
index 752a515249672a89d652f42061912899d9b7fc2e..c26e9225078cdb49267c54c206f434dba99f8065 100755
(executable)
--- a/
coriolis2-chroot
+++ b/
coriolis2-chroot
@@
-40,6
+40,8
@@
qt4-dev-tools rapidjson-dev tcl tcl-dev tcl-tclreadline \
texlive texlive-fonts-extra texlive-lang-french \
texlive-latex-extra texlive-pictures xfig yosys zlib1g-dev
+# yeah don't add systemd in a chroot. not funny joke
+apt-get remove -y systemd
# 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