From 78943348e453ac821a5e402c496c567d173b8210 Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 10 Jul 2017 16:47:16 +0200 Subject: [PATCH] initrd is symlinked to /initrd , not /initrd.img --- blends/devuan-live/devuan-live.blend | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/blends/devuan-live/devuan-live.blend b/blends/devuan-live/devuan-live.blend index 98183ba..b4dd555 100644 --- a/blends/devuan-live/devuan-live.blend +++ b/blends/devuan-live/devuan-live.blend @@ -82,22 +82,22 @@ label live menu label ${os}-live (${arch}) menu default linux /live/vmlinuz - append initrd=/live/initrd.img boot=live username=${username} + append initrd=/live/initrd boot=live username=${username} label lang menu label Other language (TAB to edit) 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 menu label ${os}-live (${arch}) (load to RAM) linux /live/vmlinuz - append initrd=/live/initrd.img boot=live username=${username} toram + append initrd=/live/initrd 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.img boot=live + append initrd=/live/initrd boot=live label memtest menu label Memory test