Merge branch 'next' into temp-c169-development

This commit is contained in:
Peter Müller
2022-05-30 19:09:46 +00:00
7 changed files with 219 additions and 15 deletions

View File

@@ -120,6 +120,13 @@ case "$(uname -m)" in
;;
esac
# Add rd.auto to kernel command line
if ! grep -q rd.auto /etc/default/grub; then
sed -e "s/panic=10/& rd.auto/" -i /etc/default/grub
fi
# Repair any broken MDRAID arrays
/usr/local/bin/repair-mdraid
# Start services
/etc/init.d/fcron restart