mirror of
https://github.com/pocopico/tinycore-redpill.git
synced 2025-09-15 12:51:13 +08:00
Syncing functionality to latest
This commit is contained in:
@ -2239,6 +2239,8 @@ function generategrub() {
|
||||
|
||||
cd ${HOMEPATH}
|
||||
|
||||
sudo rm -rf grub.cfg
|
||||
|
||||
echo "Generating GRUB entries for model :${SYNOMODEL} in $(pwd)"
|
||||
|
||||
${HOMEPATH}/include/grubmgr.sh generate "${SYNOMODEL}" && [ -f grub.cfg ] && echo "Generated successfully" || echo "Failed to generate grub.cfg"
|
||||
|
Reference in New Issue
Block a user