diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-19 11:57:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-19 11:57:52 +0200 |
commit | 4dc12ae51c8ace77dad9ffc7c445d1e9bc683a14 (patch) | |
tree | da5bf5e172861df2dcdb58849391835d0419c723 /bootstrap | |
parent | 81f5227bec83fe48241247e498da4cbbaf60f3df (diff) |
Update to latest Debian testing
systemd/udev 241-5
qemu-system-x86 3.1+dfsg-8
linux-image-amd64 4.19+105
g++ 8.3.0-1
initramfs-tools 0.133
debootstrap 1.0.114
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -55,6 +55,7 @@ base_pkgs+=",pciutils,usbutils,dmidecode" base_pkgs+=",hdparm,btrfs-progs" base_pkgs+=",lm-sensors,smartmontools" +base_pkgs+=",psmisc" base_pkgs+=",net-tools,iproute2,iptables,isc-dhcp-client" base_pkgs+=",ifupdown,bridge-utils,dnsmasq,ntp,postfix" base_pkgs+=",iputils-ping,wget,curl,ca-certificates" @@ -68,7 +69,7 @@ base_pkgs+=",qemu-kvm,qemu-utils,socat" base_pkgs+=",g++,make,pkg-config" -extra_pkgs="psmisc" +extra_pkgs="" owd="$(pwd)" trap "{ cd '$owd'; exit 1; }" ERR |