So that the hostname shell prompt shows which toolbox I'm in.
# 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 ln -sfn /run/host/monitor/resolv.conf /etc/resolv.conf
fi
+# useful hostname
+. /etc/os-release
+echo "${ID}-${VERSION_ID}" | sudo tee /etc/hostname
+sudo hostname -F /etc/hostname
+
# this just refuses to rpm -i normally
sudo dnf install -y cpio
rpm2cpio ~martin/Dokumente/Arbeit/RedHat/redhat-internal-cert-install-0.1-7.el7.csb.noarch.rpm | sudo cpio -id --directory=/ --verbose "./etc/pki/*"