Ubuntuで許可されていないlxcコンテナを作成するためのガイドに従ってください。指示に従って、以下を実行する必要があります。
debootstrap --include=lxc eoan rootfs
ただし、実行すると、次のような結果が表示されます。
I: Retrieving InRelease
I: Checking Release signature
I: Valid Release signature (key id 790BC7277767219C42C86F933B4FE6ACC0B21F32)
I: Retrieving Packages
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Checking component main on http://archive.ubuntu.com/ubuntu...
E: Couldn't find these debs: lxc
確認してみると鏡に「lxc」パッケージがあるようです。ここで私が間違っているのか、またはdebootstrapがパッケージをどのように見つけるのかわかりません。
答え1
問題は、他のソースをアクティブにできないことです。
debootstrap --components=main,restricted,universe --include=lxc eoan rootfs