Difference between revisions of "Installing Ubuntu on Debian"
From Linux-VServer
(Added Build section) |
(→Build: added See also section) |
||
Line 5: | Line 5: | ||
==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== | ||
+ | [http://linux-vserver.org/Frequently_Asked_Questions#I_run_a_Debian_host_and_want_to_build_an_Ubuntu_guest._Howto.3F Related FAQ] |
Revision as of 23:48, 11 June 2007
[ A WORK IN PROGRESS - STILL WRITING ]
How to install an Ubuntu vserver guest on Debian.
Contents |
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/