Correction grub template
This commit is contained in:
parent
5326706a2c
commit
d50569dd9c
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ menuentry "Linux Mint 22 Cinnamon {{ custom_version_name }} - Live" --class linu
|
|||
linux /casper/vmlinuz boot=casper username=mint hostname=mint iso-scan/filename=${iso_path} quiet splash --
|
||||
initrd /casper/initrd.gz
|
||||
}
|
||||
{{ custom_version_name }} linux {{ custom_version_name }} /casper/vmlinuz boot=casper username=mint hostname=mint iso-scan/filename=${iso_path} noapic noacpi nosplash irqpoll nomodeset --
|
||||
menuentry "Linux Mint 22 Cinnamon {{ custom_version_name }} - Live (compatibility mode)" {
|
||||
linux /casper/vmlinuz boot=casper username=mint hostname=mint iso-scan/filename=${iso_path} noapic noacpi nosplash irqpoll nomodeset --
|
||||
initrd /casper/initrd.gz
|
||||
}
|
||||
{% for item in preseed_versions %}
|
||||
|
|
Loading…
Reference in a new issue