diff --git a/config/rootfiles/core/44/update.sh b/config/rootfiles/core/44/update.sh index 10964407b..11ea8ac26 100644 --- a/config/rootfiles/core/44/update.sh +++ b/config/rootfiles/core/44/update.sh @@ -247,6 +247,10 @@ if [ "${ROOT:0:7}" == "/dev/hd" ];then sed -i -e "s|${ROOT:0:8}|/dev/sda|g" /etc/fstab fi # +# Don't show gpl on updated systens +# +touch /var/ipfire/main/gpl_accepted +# # ReInstall grub # grub-install --no-floppy ${ROOT::`expr length $ROOT`-1} --recheck