Installing Ubuntu on Debian: Difference between revisions

From Linix VServer
Jump to navigationJump to search
imported>Mstrobert
(Added section Prepare debootstrap)
imported>Mstrobert
Line 4: Line 4:
__TOC__
__TOC__
==Prepare debootstrap==
==Prepare debootstrap==
You will need the debootstrap script for your desired Ubuntu release (eg dapper, feisty).
==Build==
==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/
  # 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==
==See also==
[[Frequently_Asked_Questions#I_run_a_Debian_host_and_want_to_build_an_Ubuntu_guest._Howto.3F]]
[[Frequently_Asked_Questions#I_run_a_Debian_host_and_want_to_build_an_Ubuntu_guest._Howto.3F]]

Revision as of 23:02, 11 June 2007

[ A WORK IN PROGRESS - STILL WRITING ]

How to install an Ubuntu vserver guest on Debian.

Prepare debootstrap

You will need the debootstrap script for your desired Ubuntu release (eg dapper, feisty).

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