X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=build-debian-toolbox;h=3b22f89f3a24e5470ad390f8fae925891434d2ac;hp=95584390a5975d01593dba10ed0c1858cb741507;hb=64f593d8daa1050034aebf264edbfa2245298589;hpb=2b6b0bf80b022c560c3cdcae42c9ddb2c140ac01 diff --git a/build-debian-toolbox b/build-debian-toolbox index 9558439..3b22f89 100755 --- a/build-debian-toolbox +++ b/build-debian-toolbox @@ -29,10 +29,15 @@ toolbox run --container $RELEASE sh -exc ' # otherwise installing systemd fails sudo umount /var/log/journal +# useful hostname +. /etc/os-release +echo "${ID}-${VERSION_ID}" | sudo tee /etc/hostname +sudo hostname -F /etc/hostname + sudo eatmydata apt-get -y dist-upgrade # development tools -sudo eatmydata apt-get install -y --no-install-recommends git-buildpackage libwww-perl less vim lintian debhelper manpages-dev git dput pristine-tar bash-completion python-keyrings.alt wget gnupg ubuntu-dev-tools python3-debian +sudo eatmydata apt-get install -y --no-install-recommends git-buildpackage libwww-perl less vim lintian debhelper manpages-dev git dput pristine-tar bash-completion python-keyrings.alt wget gnupg ubuntu-dev-tools python3-debian fakeroot libdistro-info-perl ' toolbox enter --container $RELEASE