Difference between revisions of "Installing Ubuntu on Debian"
From Linux-VServer
(→Prepare debootstrap) |
(→Prepare debootstrap: added instruction to download ubuntu debootstrap) |
||
Line 5: | Line 5: | ||
==Prepare debootstrap== | ==Prepare debootstrap== | ||
You will need the debootstrap script for your desired Ubuntu release (eg dapper, feisty). | You will need the debootstrap script for your desired Ubuntu release (eg dapper, feisty). | ||
+ | |||
+ | Download the debootstrap deb for Ubuntu's latest release from [http://packages.ubuntu.com/cgi-bin/search_packages.pl?keywords=debootstrap&searchon=names&version=all&release=all here]. (eg, as of April 2007, download the debootstrap deb for feisty). You want the debootstrap from the latest release, even if you want to install a previous release vserver guest. | ||
==Build== | ==Build== |
Revision as of 00:15, 12 June 2007
[ A WORK IN PROGRESS - STILL WRITING ]
How to install an Ubuntu vserver guest on Debian.
Contents |
Prepare debootstrap
You will need the debootstrap script for your desired Ubuntu release (eg dapper, feisty).
Download the debootstrap deb for Ubuntu's latest release from here. (eg, as of April 2007, download the debootstrap deb for feisty). You want the debootstrap from the latest release, even if you want to install a previous release vserver guest.
Build
# vserver feisty-guest build -m debootstrap --hostname feisty-guest --interface dummy0=eth0:10.0.0.123/8 --rootdir /var/lib/vservers -- -d feisty -- --mirror http://us.archive.ubuntu.com/
See also
Frequently_Asked_Questions#I_run_a_Debian_host_and_want_to_build_an_Ubuntu_guest._Howto.3F