我正在尝试使用以下说明设置自定义 Ubuntu 安装 CDhttp://beezari.livejournal.com/191717.html 我已将我的 GPG 密钥添加到 ubuntu-keyring 并用它签署了 Release 文件(生成 Release.gpg 签名文件)但是在安装过程中我得到
gpgv: Can't check signature public key not found
看起来像是用我的密钥安装新的 ubuntu-keyring 我需要已经安装它(也许在 debian-installer 中?)。我可以解决这个问题,debian-installer/allow_unauthenticated=false
但这似乎是很糟糕的做法。
更新
该安装程序 CD 应该用于使用 PXE 进行无人值守安装
答案1
看来问题与我使用 netboot 中的 initrd 有关。那个 initrd 就/usr/share/keyrings
在里面。
我已经更新了 ubuntu-archive-keyring.gpg ,签名问题似乎已经解决。
虽然 ubuntu-installer 找不到我添加到 extras 中的软件包。