live-sdk

simple distro kit (livecd edition)
git clone git://parazyd.org/live-sdk.git
Log | Files | Refs | Submodules | README | LICENSE

commit afb735a9c2c80b908cecd2aad9cb9fd7036c7dc9
parent e80304b42018ac20df507eb27b6c60478d1fc37c
Author: parazyd <parazyd@dyne.org>
Date:   Sun,  5 Nov 2017 23:17:58 +0100

devuan-live: initrd -> initrd.img

this reflects the changes we've made in libdevuansdk in commit
fb212c12d0aec4f2932eaffe963a6191ab406e04

Diffstat:
Mblends/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 @@ -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