verify signatures on the cdrom pool again

It's not safe in the netboot case.
This commit is contained in:
Michael Hudson-Doyle 2021-05-05 09:51:30 +12:00
parent f91d84eb26
commit 32641489bd
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ else
fi
cat > "$TARGET_MOUNT_POINT/etc/apt/sources.list" <<EOF
deb [trusted=yes,check-date=no] file:///cdrom $(lsb_release -sc) main restricted
deb [check-date=no] file:///cdrom $(lsb_release -sc) main restricted
EOF
$PY -m curtin in-target -- apt-get update