mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-11-11 13:10:38 +00:00
misc update
This commit is contained in:
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…
Reference in New Issue
Block a user