X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=config%2Frootfiles%2Fcore%2F44%2Fupdate.sh;h=11ea8ac260d7e6723a9515eda1990a9ed0cc4628;hp=10964407b7a9bafc12ab4ae58ddf85baa78cd567;hb=cd406833e24ccb5469ae38635da50f866a4c0564;hpb=d3fac55c619b200705155d3b4dd3cc8f148a5ff0 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