From b41c3ee8cc9937bd01cf998f5c19e4eabbf5fbd8 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Thu, 16 Sep 2021 16:08:47 +0200 Subject: [PATCH] README.md: add another reason for debootstrap to exist --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8d1e280..64d8b0d 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,9 @@ There is no `SCRIPT` argument. The following options, don't exist: `--second-stage`, `--exclude`, `--resolve-deps`, `--force-check-gpg`, `--merged-usr` and `--no-merged-usr`. +The quirks from debootstrap are needed to create chroots of Debian unstable +from snapshot.d.o before timestamp 20141107T220431Z or Debian 8 (Jessie) or +later. Tests =====