Ubuntu
在 Ubuntu 預置文件中安裝要與 early_command 一起使用的軟體包
我試圖在使用 curl 的 ubuntu 安裝期間進行 api 呼叫,但它總是返回錯誤程式碼 127,這意味著該命令不存在,這就是它的樣子:
d-i preseed/early_command string apt-get install curl d-i preseed/early_command string curl -k http://myapi/get_api
有沒有辦法可以為早期和晚期命令執行此操作?
您確定此時已安裝卷嗎?這個答案似乎與您的問題非常相關:
外賣似乎是您可以在後期使用 apt-get,但不能在早期使用。