Talk:Debootstrap Ubuntu from Gentoo
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
m |
m |
||
| Line 8: | Line 8: | ||
mount --bind /dev /mnt/sda3/dev/ (*before* chroot!) | mount --bind /dev /mnt/sda3/dev/ (*before* chroot!) | ||
| - | The 'tzconfig' command has | + | The 'tzconfig' command has is missing in Hardy. Use: |
| + | dpkg-reconfigure tzdata | ||
| + | instead. | ||
Latest revision as of 13:11, 29 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 mount --bind /dev /mnt/sda3/dev/ (*before* chroot!)
The 'tzconfig' command has is missing in Hardy. Use:
dpkg-reconfigure tzdata
instead.

