From: Thomas Glanzmann Date: Fri, 25 Feb 2022 09:38:55 +0000 (+0100) Subject: bridge-utils is not in testing at the moment X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/028f444a088bd51642b3ff74d9fd59b0841d88f8?ds=sidebyside bridge-utils is not in testing at the moment --- diff --git a/bootstrap.sh b/bootstrap.sh index 08275e4..a2571a7 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -72,7 +72,7 @@ build_rootfs() handle_crosscompile sudo rm -rf testing mkdir -p cache - sudo eatmydata ${DEBOOTSTRAP} --cache-dir=`pwd`/cache --arch=arm64 --include initramfs-tools,wpasupplicant,tcpdump,vim,tmux,vlan,ntpdate,bridge-utils,parted,curl,wget,grub-efi-arm64,mtr-tiny,dbus,ca-certificates,sudo,openssh-client testing testing http://ftp.fau.de/debian + sudo eatmydata ${DEBOOTSTRAP} --cache-dir=`pwd`/cache --arch=arm64 --include initramfs-tools,wpasupplicant,tcpdump,vim,tmux,vlan,ntpdate,parted,curl,wget,grub-efi-arm64,mtr-tiny,dbus,ca-certificates,sudo,openssh-client testing testing http://ftp.fau.de/debian export KERNEL=`ls -1rt linux-image*.deb | grep -v dbg | tail -1`