tools/make_disc_trees.pl: filter info output of debootstrap

This commit is contained in:
xiao sheng wen(肖盛文) 2024-01-08 10:52:25 +00:00 committed by Steve McIntyre
parent dd5d174eeb
commit 2603f4c537
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ sub check_base_installable {
close ELIST;
}
open (DLIST, "debootstrap --arch $arch --print-debs $codename $tdir/debootstrap_tmp file:$mirror $debootstrap_script 2>/dev/null | tr ' ' '\n' |")
open (DLIST, "debootstrap --arch $arch --print-debs $codename $tdir/debootstrap_tmp file:$mirror $debootstrap_script 2>/dev/null | grep -v ^I: | tr ' ' '\n' |")
|| die "Can't fork debootstrap : $!\n";
while (defined($p = <DLIST>)) {
if ($p =~ m/^E:/) {