Update live-build's config for version 3.x in wheezy
parent
69b2f90c08
commit
4ca36c8edc
@ -0,0 +1,10 @@
|
|||||||
|
#!/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
|
||||||
|
|
@ -1,7 +1,6 @@
|
|||||||
# kali packages
|
# kali packages
|
||||||
|
|
||||||
#include <gnome>
|
gnome-core
|
||||||
#include <rescue>
|
|
||||||
|
|
||||||
kali-archive-keyring
|
kali-archive-keyring
|
||||||
kali-menu
|
kali-menu
|
@ -0,0 +1,43 @@
|
|||||||
|
#! Packages Priority standard
|
||||||
|
apt-listchanges
|
||||||
|
at
|
||||||
|
bash-completion
|
||||||
|
bc
|
||||||
|
bind9-host
|
||||||
|
bsd-mailx
|
||||||
|
bzip2
|
||||||
|
dc
|
||||||
|
dnsutils
|
||||||
|
exim4
|
||||||
|
exim4-base
|
||||||
|
exim4-daemon-light
|
||||||
|
file
|
||||||
|
ftp
|
||||||
|
host
|
||||||
|
less
|
||||||
|
locales
|
||||||
|
lsof
|
||||||
|
m4
|
||||||
|
mime-support
|
||||||
|
mlocate
|
||||||
|
multiarch-support
|
||||||
|
mutt
|
||||||
|
ncurses-term
|
||||||
|
nfs-common
|
||||||
|
openssh-client
|
||||||
|
patch
|
||||||
|
pciutils
|
||||||
|
perl
|
||||||
|
perl-modules
|
||||||
|
portmap
|
||||||
|
procmail
|
||||||
|
python
|
||||||
|
reportbug
|
||||||
|
rpcbind
|
||||||
|
telnet
|
||||||
|
texinfo
|
||||||
|
time
|
||||||
|
ucf
|
||||||
|
w3m
|
||||||
|
wamerican
|
||||||
|
whois
|
Loading…
Reference in New Issue