Kali kernel do need an initrd, it was just not generated due to lack of initramfs-tools
Temporarily work-around the missing package by installing it during bootstrap phase. Later we will add it to the package dependency.debian-cd
parent
a2ac01b548
commit
713d006369
@ -1,10 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# /usr/lib/live/build/lb_binary_linux-image expects /boot/initrd.img-* to
|
||||
# expand to something but the kali image has no initrd
|
||||
|
||||
touch /boot/initrd.img-fake
|
||||
|
||||
# somehow we need to replace wheezy with kali
|
||||
sed -i -e 's/wheezy/kali/g' /etc/apt/sources.list
|
||||
|
||||
|
Loading…
Reference in New Issue