diff --git a/build-tools/make-installer-images.sh b/build-tools/make-installer-images.sh index d2ac8a85..edec5494 100755 --- a/build-tools/make-installer-images.sh +++ b/build-tools/make-installer-images.sh @@ -114,6 +114,45 @@ rm -f ./usr/lib/udev/rules.d/71-biosdevname.rules ./usr/sbin/biosdevname exit EOF +echo "-->patch usr/lib/net-lib.sh with IPv6 improvements from newer dracut" +patch usr/lib/net-lib.sh < Rebuild the initrd" if [ -f $output_dir/new-initrd.img ]; then mv -f $output_dir/new-initrd.img $output_dir/initrd.img-backup-$timestamp diff --git a/tox.ini b/tox.ini index c413db46..18757c2b 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ commands = -not -name \*~ \ -not -name \*.md \ -name \*.sh \ - -print0 | xargs --no-run-if-empty -0 bashate -v -e 'E*' -i E006,E010" + -print0 | xargs --no-run-if-empty -0 bashate -v -e 'E*' -i E003,E006,E010" bash -c "find {toxinidir}/build-tools \ -not \( -type d -name .?\* -prune \) \ -type f \