initrd is symlinked to /initrd , not /initrd.img
This commit is contained in:
parent
8ef5f63115
commit
78943348e4
|
|
@ -82,22 +82,22 @@ label live
|
||||||
menu label ${os}-live (${arch})
|
menu label ${os}-live (${arch})
|
||||||
menu default
|
menu default
|
||||||
linux /live/vmlinuz
|
linux /live/vmlinuz
|
||||||
append initrd=/live/initrd.img boot=live username=${username}
|
append initrd=/live/initrd boot=live username=${username}
|
||||||
|
|
||||||
label lang
|
label lang
|
||||||
menu label Other language (TAB to edit)
|
menu label Other language (TAB to edit)
|
||||||
linux /live/vmlinuz
|
linux /live/vmlinuz
|
||||||
append initrd=/live/initrd.img boot=live username=${username} hooks=file:///lib/live/mount/medium/live/hooks/fix-lang.sh locales=it_IT.UTF-8
|
append initrd=/live/initrd boot=live username=${username} hooks=file:///lib/live/mount/medium/live/hooks/fix-lang.sh locales=it_IT.UTF-8
|
||||||
|
|
||||||
label toram
|
label toram
|
||||||
menu label ${os}-live (${arch}) (load to RAM)
|
menu label ${os}-live (${arch}) (load to RAM)
|
||||||
linux /live/vmlinuz
|
linux /live/vmlinuz
|
||||||
append initrd=/live/initrd.img boot=live username=${username} toram
|
append initrd=/live/initrd boot=live username=${username} toram
|
||||||
|
|
||||||
label failsafe
|
label failsafe
|
||||||
menu label ${os}-live (${arch}) (failsafe)
|
menu label ${os}-live (${arch}) (failsafe)
|
||||||
kernel /live/vmlinuz noapic noapm nodma nomce nolapic nosmp nomodeset vga=normal
|
kernel /live/vmlinuz noapic noapm nodma nomce nolapic nosmp nomodeset vga=normal
|
||||||
append initrd=/live/initrd.img boot=live
|
append initrd=/live/initrd boot=live
|
||||||
|
|
||||||
label memtest
|
label memtest
|
||||||
menu label Memory test
|
menu label Memory test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue