Ubuntu 8.04 Minimal
From Proxmox VE
Contents |
Appliance Details
| Package: | ubuntu-8.04-minimal |
| Version: | 8.04-1 |
| Certified: | no |
| Section: | system |
| Location: | ftp://pve.proxmox.com/appliances/system/ubuntu-8.04-minimal_8.04-1_i386.tar.gz |
| Maintainer: | Proxmox Support Team |
| OS: | ubuntu-8.04 |
Introduction
This is a minimal Ubuntu 8.04 system. This can be used to install whatever you want via the Ubuntu package management (apt).
Virtual Appliances can be downloaded directly via the Central Web-based Management.
For more details see: Ubuntu
Recommended settings for Proxmox VE
There are no recommended settings as this depends on what you install.
First steps
Start the VM, open a VNC console and add the following to your sources.list: (if you do not want to use vi, you can install nano, easier for beginners: apt-get install nano)
vi /etc/apt/sources.list
add the following:
deb http://archive.ubuntu.com/ubuntu/ hardy main restricted deb-src http://archive.ubuntu.com/ubuntu/ hardy main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. deb http://archive.ubuntu.com/ubuntu/ hardy universe deb-src http://archive.ubuntu.com/ubuntu/ hardy universe deb http://archive.ubuntu.com/ubuntu/ hardy-updates universe deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://archive.ubuntu.com/ubuntu/ hardy multiverse deb-src http://archive.ubuntu.com/ubuntu/ hardy multiverse deb http://archive.ubuntu.com/ubuntu/ hardy-updates multiverse deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates multiverse deb http://security.ubuntu.com/ubuntu hardy-security main restricted deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted deb http://security.ubuntu.com/ubuntu hardy-security universe deb-src http://security.ubuntu.com/ubuntu hardy-security universe deb http://security.ubuntu.com/ubuntu hardy-security multiverse deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse
Install the latest security updates:
apt-get update apt-get dist-upgrade
Set time zone
Time zone is not set, just run:
tzselect
