安装软件包以与 Ubuntu 预置文件中的 early_command 一起使用

安装软件包以与 Ubuntu 预置文件中的 early_command 一起使用

我尝试在 ubuntu 安装期间使用 curl 进行 api 调用,但它总是返回错误代码 127,这意味着该命令不存在,它看起来像这样:

d-i preseed/early_command string apt-get install curl
d-i preseed/early_command string curl -k http://myapi/get_api

有什么方法可以同时对早期和晚期命令执行此操作吗?

答案1

您确定此时卷已安装吗?这个答案似乎与您的问题非常相关:

https://askubuntu.com/a/90054

要点似乎是您可以在后期使用 apt-get,但不能在早期使用。

相关内容