Michael Prokop

Results 84 issues of Michael Prokop

Within grml-live we run this: ``` # pad the output ISO to multiples of 256 KiB for partition table support siz=$($getfilesize "${ISO_OUTPUT}/${ISO_NAME}") cyls=$((siz / 512 / 32 / 16 +...

Some implementation notes: If we use `env -i`, then we can no longer export shell functions. So export -f "error_handler" had to be removed. `PATH` needs to be set, otherwise...

We're redesigning our release files, including checksum and signature files. /cc @zeha @jkirk Goal: - not only myself/mika should be able to publish a new Grml release (related see also...

Otherwise flake8 might run without the flake8-quotes extension and doesn't report anything: ``` root@e519011a98e7:/code# flake8 --select=Q - < test/data/doubles.py root@e519011a98e7:/code# ``` Only when the flake8-quotes package is around, it behaves...

This was reported as https://bugs.debian.org/1080108 in Debian, quoting the relevant build failure: ``` FAIL: test_stdin (test.test_checks.TestFlake8Stdin.test_stdin) Test using stdin. ---------------------------------------------------------------------- Traceback (most recent call last): File "//.pybuild/cpython3_3.12/build/test/test_checks.py", line 24, in...

Would it be possible to provide a new release? It looks like there have been 113 commits to main since the latest release v0.3.1. :) Thanks for consideration! 🤗

Related to https://github.com/puppetlabs/puppetlabs-ntp/issues/699, support for the upcoming Debian v13 release known as `trixie` would be great. (If current release plans hold, Debian trixie will be released as the new stable...

## Summary Debian v13 AKA trixie was released on 2025-08-09 as Debian's new stable release. ## Additional Context Based on commit 00c7eb14802f1658a24d842d8f8b9717ca2b7f5b for Debian 12 support ## Checklist - [...

See https://github.com/grml/grml-live/pull/424 - we would like to use `grml.sources` from grml-keyring package instead of duplicating it inside grml-live as `config/files/GRMLBASE/etc/apt/sources.list.d/grml.sources` (see https://github.com/grml/grml-live/blob/b87f78ce7d683c530c91d9244a8164f3e38cbc3f/config/files/GRMLBASE/etc/apt/sources.list.d/grml.sources). See whether usage of a symlink inside grml-live...

# Redesign of grml-live ## Main tasks of grml-live grml-live is a build system for creating a Grml and Debian based Linux Live system. grml-live includes the following main stages:...