devuan-live: initrd -> initrd.img

this reflects the changes we've made in libdevuansdk in commit
fb212c12d0aec4f2932eaffe963a6191ab406e04
This commit is contained in:
parazyd 2017-11-05 23:17:58 +01:00
parent e80304b420
commit afb735a9c2
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
2 changed files with 5 additions and 5 deletions

View File

@ -82,22 +82,22 @@ label live
menu label ${os}-live (${arch})
menu default
linux /live/vmlinuz
append initrd=/live/initrd boot=live username=${username}
append initrd=/live/initrd.img boot=live username=${username}
label lang
menu label Other language (TAB to edit)
linux /live/vmlinuz
append initrd=/live/initrd boot=live username=${username} hooks=file:///lib/live/mount/medium/live/hooks/fix-lang.sh locales=it_IT.UTF-8
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
label toram
menu label ${os}-live (${arch}) (load to RAM)
linux /live/vmlinuz
append initrd=/live/initrd boot=live username=${username} toram
append initrd=/live/initrd.img boot=live username=${username} toram
label failsafe
menu label ${os}-live (${arch}) (failsafe)
kernel /live/vmlinuz noapic noapm nodma nomce nolapic nosmp nomodeset vga=normal
append initrd=/live/initrd boot=live
append initrd=/live/initrd.img boot=live
label memtest
menu label Memory test

@ -1 +1 @@
Subproject commit 4006a3ecc03f3ecbb73074ae81bff35dc70ea3ca
Subproject commit fb212c12d0aec4f2932eaffe963a6191ab406e04