wok diff efivar/receipt @ rev 23943

Up cryptsetup-dev (2.3.4), lzham_codec (1_0_stable1), slitaz-boot-scripts (466), tazlito (527)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 17 10:31:38 2020 +0000 (2020-09-17)
parents abf3670a5a52
children 5ea0ce1cecc0
line diff
     1.1 --- a/efivar/receipt	Tue Sep 01 07:56:48 2020 +0100
     1.2 +++ b/efivar/receipt	Thu Sep 17 10:31:38 2020 +0000
     1.3 @@ -43,7 +43,7 @@
     1.4  	[ -d /sys/firmware/efi/efivars ] && mount -t efivarfs none /sys/firmware/efi/efivars
     1.5  	# and after reboot:
     1.6  	# insert mount into /etc/init.d/local.sh
     1.7 -	grep efivarfs $1/etc/init.d/local.sh ||
     1.8 +	grep -qs efivarfs $1/etc/init.d/local.sh ||
     1.9  	echo -e "#inserted by post_install of evifar up to END-efivar:
    1.10  [ -d /sys/firmware/efi/efivars ] && mount -t efivarfs none /sys/firmware/efi/efivars
    1.11  #END-efivar" >>$1/etc/init.d/local.sh