You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/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
|
|
|