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

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -