Difference between revisions of "Talk:Debootstrap Ubuntu from Gentoo"
From NAS-Central Buffalo - The Linkstation Wiki
m (New page: User 'mflint' is trying to debootstrap Ubuntu Hardy from an Ubuntu Gutsy installation. These are the rough notes which will be written up soon. (He hopes!) wget http://ubuntu.virginmedia....) |
m |
||
Line 1: | Line 1: | ||
User 'mflint' is trying to debootstrap Ubuntu Hardy from an Ubuntu Gutsy installation. These are the rough notes which will be written up soon. (He hopes!) | User 'mflint' is trying to debootstrap Ubuntu Hardy from an Ubuntu Gutsy installation. These are the rough notes which will be written up soon. (He hopes!) | ||
− | wget http://ubuntu.virginmedia.com/archive/pool/main/d/debootstrap/debootstrap_1.0.8_all.deb | + | wget http://ubuntu.virginmedia.com/archive/pool/main/d/debootstrap/debootstrap_1.0.8_all.deb |
− | dpkg -i debootstrap_1.0.8_all.deb | + | dpkg -i debootstrap_1.0.8_all.deb |
− | mkfs.ext3 /dev/sda3 | + | mkfs.ext3 /dev/sda3 |
− | mount /dev/sda3 /mnt/sda3 | + | mount /dev/sda3 /mnt/sda3 |
− | debootstrap --arch powerpc hardy /mnt/sda3 | + | debootstrap --arch powerpc hardy /mnt/sda3 |
Revision as of 12:24, 24 April 2008
User 'mflint' is trying to debootstrap Ubuntu Hardy from an Ubuntu Gutsy installation. These are the rough notes which will be written up soon. (He hopes!)
wget http://ubuntu.virginmedia.com/archive/pool/main/d/debootstrap/debootstrap_1.0.8_all.deb dpkg -i debootstrap_1.0.8_all.deb mkfs.ext3 /dev/sda3 mount /dev/sda3 /mnt/sda3 debootstrap --arch powerpc hardy /mnt/sda3