iso image - How to install packages offline using ubuntu 14.04.3 kickstart -


i trying install additional packages in ubuntu using kickstart (without internet). using dpkg -i /location/to/mydeb/*.deb . installer runs fails install packages. if run apt-get install -f (without internet) post installation of ubuntu, works. appreciated.

i following tutorial changes - http://gyk.lt/ubuntu-14-04-desktop-unattended-installation/ , little here - https://jack6liu.wordpress.com/2014/12/28/how-to-customize-ubuntu-14-04-installation-c/

only difference wanna install packages offline, put them iso , run dpkg -i /media/cdrom/mydeb/*.deb in %post section of ks.cfg

my ks.cfg - https://pastebin.com/vlccfn3d


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -