Chris Hofstaedtler
Chris Hofstaedtler
(After https://github.com/torvalds/linux/commit/a4199f5eb8096d63828f7333fa45650a7b0a99ed console blanking should already be off on VTs)
grml-desktop is getting archived, so I've moved this to grml-live - which inherited grml-desktop's files.
I think this was implemented in 1601f8b9d0a91b5fbaea9343ed07f589e6b4267f ? If not, it would be good to know how exactly this doesn't work.
@mika given #340 was merged, does this work now?
If its important maybe a CI check would also be good...
> That would be very interesting, also for checking that reproducible builds (continue to) work as expected! Yes indeed. Might be good to get a github daily build with this,...
Features we think which can or should go away: - `--iso` (can) - uninteresting to us to take debian packages from an iso - `DEBOOTSTRAP=...` (should) - `DEBOOTSTRAP_OPTS=...` (should) -...
We also know that we need support for per-release package lists, as the available packages and useful defaults change per Debian release.
this breaks grub-install. the default command line ends up being: `root=/dev/mapper/loop0p2 ` which is clearly wrong fixing it manually in a rescue shell (only /, /dev mounted): ``` root@(none):/# fdisk...
failed build: ``` + grub_targets=/dev/loop0 + local device + for device in $grub_targets + echo 'Installing grub on /dev/loop0:' + '[' -n /dev/mapper/loop0p1 ']' + case "${ARCH}" in + run_grub_install...