misc update

pull/1215/head
longpanda 3 years ago
parent 9f3d209798
commit cc1cc6c301

@ -72,6 +72,13 @@ ls -1 ./grub/ | grep -v 'grub\.cfg' | while read line; do
cp $OPT ./grub/$line $tmpmnt/grub/ cp $OPT ./grub/$line $tmpmnt/grub/
done done
#tar help txt
cd $tmpmnt/grub/
tar czf help.tar.gz ./help/
rm -rf ./help
cd ../../
cp $OPT ./ventoy $tmpmnt/ cp $OPT ./ventoy $tmpmnt/
cp $OPT ./EFI $tmpmnt/ cp $OPT ./EFI $tmpmnt/
cp $OPT ./tool/ENROLL_THIS_KEY_IN_MOKMANAGER.cer $tmpmnt/ cp $OPT ./tool/ENROLL_THIS_KEY_IN_MOKMANAGER.cer $tmpmnt/

Loading…
Cancel
Save