Talk:Debootstrap Ubuntu from Gentoo

From NAS-Central Buffalo - The Linkstation Wiki

(Difference between revisions)
Jump to: navigation, search
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
 
(3 intermediate revisions not shown)
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
 +
mount --bind /dev /mnt/sda3/dev/  (*before* chroot!)
 +
 
 +
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.

Personal tools