mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-02 00:02:55 +02:00
Merge branch 'next' into temp-c169-development
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user