Talk:Debootstrap Ubuntu from Gentoo
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
m |
m |
||
| Line 6: | Line 6: | ||
mount /dev/sda3 /mnt/sda3 | mount /dev/sda3 /mnt/sda3 | ||
debootstrap --arch powerpc hardy /mnt/sda3 | debootstrap --arch powerpc hardy /mnt/sda3 | ||
| + | |||
| + | The 'tzconfig' command has been renamed to 'tzselect' in Hardy. | ||
Revision as of 09:24, 26 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
The 'tzconfig' command has been renamed to 'tzselect' in Hardy.

