Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated /etc/grml/fai/config/scripts/GRML_SMALL/98-clean-ch…
…root After executing `grml-live -s trixie -a amd64 -c GRMLBASE,GRML_SMALL,AMD64,SOURCES` and while debugging the issue that got fixed within commit d77d042 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 6225bfa. 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
- Loading branch information