i am having trouble with the bootstrap.sh script. I am doing a stage 1 install.
I have downloaded the latest isos, created 2 cds, and done a liveCD boot from the first cd. I have done a smp boot from the LiveCD boot screen. I have shut down the eth0 interface using ifconfig eth0 down. I have partioned the scsi drive and gotten the following layout. Command (m for help): p Disk /dev/hda: 240 heads, 63 sectors, 2184 cylinders Units = cylinders of 15120 * 512 bytes Device Boot Start End Blocks Id System /dev/sda1 1 14 111982+ 83 Linux /dev/sda2 15 81 536067 82 Linux swap /dev/sda3 82 3331 26003250 83 Linux I have initialized the partitions: # mke2fs /dev/sda1 # mkswap /dev/sda2 # mkreiserfs /dev/sda3 I have initialized the swap: # mkswap /dev/sda2 I have activaated the swap: swapon /dev/sda2 I have mounted the partitions: # mount /dev/sda3 /mnt/gentoo # mkdir /mnt/gentoo/boot # mount /dev/sda1 /mnt/gentoo/boot I have extracting the stage tarball cd /mnt/gentoo # tar -xvjpf /mnt/cdrom/stages/stage1-*.tar.bz2 I have extracted the Portage tree from the cdrom tar -xvjf /mnt/cdrom/snapshots/portage-*.tar.bz2 -C /mnt/gentoo/usr I have copied the distfiles and packages from the Live CD into place: # cp -R /mnt/cdrom/distfiles /mnt/gentoo/usr/portage/distfiles # cp -a /mnt/cdrom/packages /mnt/gentoo/usr/portage/packages Then I have entered the new gentoo environment using chroot # mount -t proc proc /mnt/gentoo/proc # chroot /mnt/gentoo /bin/bash # env-update Regenerating /etc/ld.so.cache... # source /etc/profile I have edited the make.conf file: vi /etc/make.conf Then I run the bootstrap script: # cd /usr/portage # scripts/bootstrap.sh The script aborts after repeatedly trying to download portage-2.0.49-r4.tar.bz2 from gentoo.twobit.net. What am I doing wrong?? Hal Wigoda Engineer Berman Industries -- [EMAIL PROTECTED] mailing list
