-add wget to installed packages.
This commit is contained in:
parent
6f3e6535de
commit
e1d447da61
@ -28,6 +28,8 @@
|
||||
# bridge br0 to physical ethX port to exist
|
||||
# -Automatically set-up locales to en_US.UTF-8
|
||||
|
||||
#TODO: Check if Debian squeeze and then add "deb http://www.debian-multimedia.org squeeze main non-free" to /etc/apt/sources.list
|
||||
|
||||
configure_debian()
|
||||
{
|
||||
rootfs=$1
|
||||
@ -82,7 +84,6 @@ EOF
|
||||
|
||||
echo "root:root" | chroot $rootfs chpasswd
|
||||
echo "Root password is 'root', please change !"
|
||||
echo "Please run 'dpkg-reconfigure locales' after log-in"
|
||||
|
||||
return 0
|
||||
}
|
||||
@ -98,7 +99,8 @@ isc-dhcp-client,\
|
||||
netbase,\
|
||||
net-tools,\
|
||||
iproute,\
|
||||
openssh-server
|
||||
openssh-server,\
|
||||
wget
|
||||
|
||||
cache=$1
|
||||
arch=$2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user