如何使用 ubuntu 14.04.3 kickstart 离线安装软件包



我正在尝试使用kickstart(没有互联网(在ubuntu中安装其他软件包。我目前正在使用 dpkg -i/location/to/mydeb/*.deb 。安装程序运行,但无法安装包。如果我在安装后运行 apt-get install -f(没有互联网(,一切都可以正常工作。任何帮助将不胜感激。

我正在按照本教程进行一些更改 - http://gyk.lt/ubuntu-14-04-desktop-unattended-installation/并且从这里获得的帮助很少 - https://jack6liu.wordpress.com/2014/12/28/how-to-customize-ubuntu-14-04-installation-c/

唯一的区别是我想离线安装一些软件包,所以我将它们放在 iso 上并在 ks 的 %post 部分中运行 dpkg -i/media/cdrom/mydeb/*.deb.cfg

我的ks.cfg - https://pastebin.com/vLCcfN3d

%post
dpkg -i /location/to/mydeb/*.deb
apt-get -f install
%end

相关内容

  • 没有找到相关文章

最新更新