Michael Prokop
Michael Prokop
JFTR: https://rclobus.nl/blog/?p=190 provides some information about status of reproducing the Debian live ISOs.
The actual error message isn't listed here, also we don't see any such issue in our daily builds. You'd need to provide the `software.log` from the logs (should be `/source/grml-live/grml-live/grml_logs/fai/software.log`...
@riesebie https://lxtec.de/grml-live/software.log leads to a 404. The file `/etc/motd` on your system seems to have been modified by you or another Debian package (which we don't ship by default in...
Regarding the motd file, the logfile says: ``` Setting up grml-etc (1.7.0) ... Configuration file '/etc/motd' ==> File on system created by you or by a script. ==> File also...
That needs to be something like `RECONFIGURE='console-data tzdata'`, please let me know if that works for you and I'll provide a pull request
It's a `Recommends` only in Debian/bullseye and `Debian/unstable`: ``` % apt-cache show systemd/bullseye | grep -e Version -e systemd-timesyncd Version: 247.3-7 Recommends: dbus, systemd-timesyncd | time-daemon % apt-cache show systemd/unstable...
When installing a VM, then the "$DEFAULT_INTERFACES" is supposed to be set up, defined as: ``` DEFAULT_INTERFACES="# /etc/network/interfaces - generated by grml-debootstrap # Include files from /etc/network/interfaces.d when using #...
Thanks for debugging, so it's not about host's `/etc/network/interfaces`, but about the extended default configuration, I see. I'm afraid there's no easy solution to this, and we're considering switching to...
@suntong en_US.UTF-8 is supposed to be working though anyway, so this sounds like a different issue, and indeed, from your paste/log: ``` Setting up locales (2.28-10) ... Generating locales (this...
I started to work on this in branch mika/c-utf8, needs further testing + review though.