X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=build-debian-toolbox;h=821b52b91411e29567eeab944a9fb649b695b8cc;hp=250e2f7e2b8ecd3b990f1acf5924de280efaff19;hb=feddef9e0e30698bc4da448206d13902961d99eb;hpb=ed3619520fbe5cf5cee8f97120e6f8a5cb833bca diff --git a/build-debian-toolbox b/build-debian-toolbox index 250e2f7..821b52b 100755 --- a/build-debian-toolbox +++ b/build-debian-toolbox @@ -31,13 +31,13 @@ sudo umount /var/log/journal # useful hostname . /etc/os-release -echo "${ID}-${VERSION_ID}" | sudo tee /etc/hostname +echo "${ID}-${VERSION_ID:-sid}" | 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 fakeroot libdistro-info-perl +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 wget gnupg ubuntu-dev-tools python3-debian fakeroot libdistro-info-perl ' toolbox enter --container $RELEASE