]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/rootfiles/oldcore/93/update.sh
core186: ship header.pl
[ipfire-2.x.git] / config / rootfiles / oldcore / 93 / update.sh
index e4e88a31e362fcc76ff819aea07b1f89ea9f401d..4644543770828a4ca551f259237e45f0728cde49 100644 (file)
@@ -32,6 +32,7 @@ do
 done
 
 # Stop services
+/etc/init.d/dnsmasq stop
 /etc/init.d/squid stop
 
 # Extract files
@@ -46,6 +47,7 @@ rm -f /opt/pakfire/db/rootfiles/libevent2
 
 # Start services
 /etc/init.d/squid start
+/etc/init.d/dnsmasq start
 
 # This update need a reboot...
 #touch /var/run/need_reboot
@@ -55,7 +57,7 @@ rm -f /opt/pakfire/db/rootfiles/libevent2
 sendprofile
 # Update grub config to display new core version
 if [ -e /boot/grub/grub.cfg ]; then
-       grub-mkconfig > /boot/grub/grub.cfg
+       grub-mkconfig -o /boot/grub/grub.cfg
 fi
 sync