From: Arne Fitzenreiter Date: Thu, 30 Dec 2010 14:54:41 +0000 (+0100) Subject: Updater: doesn't show gpl after update. X-Git-Tag: v2.9-rc1~18 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=cd406833e24ccb5469ae38635da50f866a4c0564 Updater: doesn't show gpl after update. --- diff --git a/config/rootfiles/core/44/update.sh b/config/rootfiles/core/44/update.sh index 10964407b7..11ea8ac260 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