Improve menu and generation

This commit is contained in:
2023-09-01 15:41:53 -04:00
parent 6b5d16968a
commit d9f43c47c4
5 changed files with 68 additions and 35 deletions

View File

@ -28,7 +28,7 @@ set loopback="findiso=${iso_path}"
fi
set timeout=10
menuentry "PVC Live Installer" {
menuentry "PVC Live Installer TEST" {
linux /live/vmlinuz boot=live components splash quiet "${loopback}"
initrd /live/initrd.img
}