sources

Add local folder to sources.list

After a fresh ubuntu install, I was missing the network drivers. So, copyied the install iso content on an usb, proceed adding reference to sources.list

nano /etc/apt/sources.list
## add local dir to lists, should contain a dists/ folder
deb file:///media/disk lucid main restricted
#refresh the packages list
apt-get update
apt-get install gcc
make install

 

Subscribe to RSS - sources