Improve menu and generation

This commit is contained in:
2019-06-14 11:27:45 -04:00
parent 0482c4f0bd
commit 3134c8d793
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
}