How-to-Make-a-Computer-Operating-System
How-to-Make-a-Computer-Operating-System copied to clipboard
Update Vagrantfile
trafficstars
As Lucid is old release of Ubuntu and the repositories for older releases that are not supported get moved to an archive server. These repositories are available at http://old-releases.ubuntu.com. I have added some commands that will take backup of /etc/apt/sources.list file and will change the file such that updates will be fetched from http://old-releases.ubuntu.com server.
These commands solved my problem, thanks a lot
For downloading through Vagrant, Use command vagrant box add lvphu609/lucid32
Ketanarlulkar's solutions save my life. Thank you soooooo much.