vinaigrette/scripts/make-chroots

9 lines
424 B
Text
Raw Normal View History

2022-01-10 02:07:43 +01:00
#!/bin/bash
2022-01-10 21:50:21 +01:00
DIST=$1
PREINSTALL="eatmydata,ccache,build-essential,perl-openssl-defaults,debhelper,cmake,wget,devscripts,git,aptitude,debhelper,dh-python,python3-all,python3-yaml,python3-jinja2,python3-setuptools,python3-psutil,lua5.1,liblua5.1-0-dev,libidn11-dev,libssl-dev,txt2man,quilt,npm,nodejs"
2022-01-10 02:07:43 +01:00
2022-01-10 21:50:21 +01:00
mkdir -p /home/vinaigrette/.chroots/
2022-01-10 02:07:43 +01:00
2022-01-10 21:50:21 +01:00
sbuild-createchroot --include=$PREINSTALL $DIST /home/vinaigrette/.chroots/$DIST-all