mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 04:22:58 +02:00
Updater: doesn't show gpl after update.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user