[Git-commits] [grml/grml-live] c950cb: Remove deprecated /etc/grml/fai/config/scripts/GRM...

Michael Prokop noreply at github.com
Wed Dec 18 19:04:03 CET 2024


  Branch: refs/heads/mika/startpage
  Home:   https://github.com/grml/grml-live
  Commit: c950cbecb798c8c142917de53e7e659c4c62eee8
      https://github.com/grml/grml-live/commit/c950cbecb798c8c142917de53e7e659c4c62eee8
  Author: Michael Prokop <mika at grml.org>
  Date:   2024-12-18 (Wed, 18 Dec 2024)

  Changed paths:
    M debian/grml-live.maintscript
    R etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot

  Log Message:
  -----------
  Remove deprecated /etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot

After executing `grml-live -s trixie -a amd64 -c
GRMLBASE,GRML_SMALL,AMD64,SOURCES` and while debugging the issue that
got fixed within commit d77d0429d556ebb1129ea4b862c0728807774316 we
spotted the following unexpected directory in the grml_chroot:

| # ls -la $build_path/grml_chroot/tmp/grml-docs/
| total 16
| drwxr-xr-x 2 root root 4096 Dec 18 17:17 .
| drwxrwxrwt 3 root root 4096 Dec 18 17:18 ..
| -rw-r--r-- 1 mika mika 4101 Dec  4  2023 startpage.html

This was caused by an incomplete change within
commit 6225bfa01f4dfc21710f47372c05e8ed2031480e.

The cleanup of /usr/share/doc was removed there (which is
handled within the REMOVE_DOCS class nowadays), including the
`mv $target/tmp/grml-docs $target/usr/share/doc/grml-docs`
call to be able to restore the expected grml-docs afterwards again,
But its related `mv $target/usr/share/doc/grml-docs $target/tmp/`
was kept in place, causing this unexpected behavior.

Furthermore, also the file /usr/share/ssh/blacklist.RSA-2048 is gone
since many years. The package openssh-blacklist was removed from Debian
in 2017-04-10, see https://tracker.debian.org/pkg/openssh-blacklist.
Good riddance!

There's no need to ship the file
/etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot any longer,
removed it accordingly.

FTR, executed `wrap-and-sort -tas` to sort debian/grml-live.maintscript



To unsubscribe from these emails, change your notification settings at https://github.com/grml/grml-live/settings/notifications


More information about the Git-commits mailing list