From cd406833e24ccb5469ae38635da50f866a4c0564 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 30 Dec 2010 15:54:41 +0100 Subject: [PATCH] Updater: doesn't show gpl after update. --- config/rootfiles/core/44/update.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2