Skip to content

Commit

Permalink
Drop workaround for bug in udev 168-1
Browse files Browse the repository at this point in the history
Debian oldoldstable has udev 241-7, so this workaround cannot be relevant
anymore.
  • Loading branch information
zeha committed Dec 24, 2024
1 parent c39a1c7 commit b65758e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 47 deletions.
1 change: 1 addition & 0 deletions debian/grml-live.maintscript
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
rm_conffile /etc/grml/fai/config/files/etc/apt/grml.key/GRMLBASE 0.32.3~
rm_conffile /etc/grml/fai/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_SID 0.47.10~
rm_conffile /etc/grml/fai/config/files/etc/initramfs-tools/hooks/000-udev-shutup/GRMLBASE 0.50.2~
rm_conffile /etc/grml/fai/config/files/etc/inittab/GRMLBASE 0.43.0~
rm_conffile /etc/grml/fai/config/files/etc/inittab/GRML_SMALL 0.43.0~
rm_conffile /etc/grml/fai/config/files/etc/locale.gen/GRML_FULL 0.49.3~
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion etc/grml/fai/config/scripts/GRMLBASE/80-initramfs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ set -e
# FAI sets $target, but shellcheck does not know that.
target=${target:?}

fcopy -m root,root,0755 -v /etc/initramfs-tools/hooks/000-udev-shutup
fcopy -M -v /etc/initramfs-tools/conf.d/xz-compress
fcopy -M -v /etc/initramfs-tools/modules

Expand Down

0 comments on commit b65758e

Please sign in to comment.