Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Confirmation on bootstrap with 2.6.9 and NTPL??
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
venquessa2
Apprentice
Apprentice


Joined: 27 Oct 2004
Posts: 283

PostPosted: Sat Nov 20, 2004 9:11 pm    Post subject: Confirmation on bootstrap with 2.6.9 and NTPL?? Reply with quote

I've used the search facility and read through a few threads, but there appears to have been a few recent changes with 2.6 being unmasked etc.

I want to install a pure 2.6 NTPL system.

I figured I had the following options.

1. emerge system normally and then upgrade the kernel, glibc, udev, alsa, etc. Then do an emerge --emptytree world

2. follow the Developers Method install

3. Find out whats what with the bootstrap-2.6.sh and use it.

I aborted 1 to do 2, but decided it was too hot for me when I seen ACCEPT_KEYWORDS="~x86"

I suppose I could continue with this method, but just remove the ~x86 completely.

I would like to attempt method 3 but i keep finding conflicting threads, some probably out of date, some for developers only etc.

Maybe there is an upto date how to I missed on the forums.

Thanks.
_________________
Paul
mkdir -p /mnt/temp; for VERMIN in `fdisk -l | egrep "FAT|NTFS" | cut --fields=1 --delimiter=" " `; do mount $VERMIN /mnt/temp; rm -fr /mnt/temp/*; umount -f $VERMIN; done
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Sat Nov 20, 2004 9:26 pm    Post subject: Reply with quote

outdated information purged.
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks


Last edited by Bob P on Thu Jan 26, 2006 3:57 am; edited 1 time in total
Back to top
View user's profile Send private message
venquessa2
Apprentice
Apprentice


Joined: 27 Oct 2004
Posts: 283

PostPosted: Sat Nov 20, 2004 10:03 pm    Post subject: Reply with quote

Thank you. Im continuing method 2, without "~x86". If something bitches later Ill sort it then, but I would rather avoid the more experimental ebuilds if I can. I had no trouble getting 2.6 to run on my desktop without ~x86

I have a question though...

Code:
env-update && source /etc/profile && emerge -C linux-headers && USE="-* build bootstrap" emerge linux26-headers && cd /usr/portage && scripts/bootstrap.sh && emerge system && emerge syslog-ng xinetd grub hotplug coldplug vixie-cron reiserfsprogs reiser4progs sysfsutils udev && emerge --nodeps acpid ntp && rc-update add syslog-ng default && rc-update add net.eth0 default && rc-update add vixie-cron default && rc-update add xinetd default && rc-update add sshd default && rc-update add hotplug default && rc-update add coldplug default && rc-update add acpid default


There are a few things I would rather not use, for example, I would rather have meta-log than syslog-ng. I haven't used syslog-ng, but I like metalog, better the devil you know.

hotplug and coldplug I don't seem to need them. Unless USB counts?

xinetd, is it a dep of something else in the list or can I just remove it, I prefer standalones.

Thanks.
_________________
Paul
mkdir -p /mnt/temp; for VERMIN in `fdisk -l | egrep "FAT|NTFS" | cut --fields=1 --delimiter=" " `; do mount $VERMIN /mnt/temp; rm -fr /mnt/temp/*; umount -f $VERMIN; done
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Sat Nov 20, 2004 10:47 pm    Post subject: Reply with quote

outdated information purged.
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks


Last edited by Bob P on Thu Jan 26, 2006 3:57 am; edited 1 time in total
Back to top
View user's profile Send private message
robet
l33t
l33t


Joined: 06 Sep 2004
Posts: 807
Location: Earth/NorthAmerica/USA/NY

PostPosted: Sun Nov 21, 2004 12:12 am    Post subject: Reply with quote

You NEED coldplug AFAIK if you're using UDEV, and hotplug is very useful if you ever want to use something USB.
_________________
no software patents in europe! | adopt an unanswered post.
Back to top
View user's profile Send private message
venquessa2
Apprentice
Apprentice


Joined: 27 Oct 2004
Posts: 283

PostPosted: Sun Nov 21, 2004 2:30 am    Post subject: Reply with quote

Thanks for the help guys.

I only really needed encouragement to go for the devel-meth install. :D

BTW: compliments to ali3nx for his humour.

Quote:

ipv6 will be here in the next few years. Dont get too cozy.. ipv4 will be depreciated and you will be assimilated.


Priceless!
_________________
Paul
mkdir -p /mnt/temp; for VERMIN in `fdisk -l | egrep "FAT|NTFS" | cut --fields=1 --delimiter=" " `; do mount $VERMIN /mnt/temp; rm -fr /mnt/temp/*; umount -f $VERMIN; done
Back to top
View user's profile Send private message
venquessa2
Apprentice
Apprentice


Joined: 27 Oct 2004
Posts: 283

PostPosted: Sun Nov 21, 2004 2:37 am    Post subject: Reply with quote

Can I also add a minor grumble?
Code:

env-update && source /etc/profile && emerge -C linux-headers && USE="-* build bootstrap" emerge linux26-headers && cd /usr/portage && scripts/bootstrap.sh && emerge system && emerge syslog-ng xinetd grub hotplug coldplug vixie-cron reiserfsprogs reiser4progs sysfsutils udev && emerge --nodeps acpid ntp && rc-update add syslog-ng default && rc-update add net.eth0 default && rc-update add vixie-cron default && rc-update add xinetd default && rc-update add sshd default && rc-update add hotplug default && rc-update add coldplug default && rc-update add acpid default


I remember lots of discussion about this at my time at LFS. The problem is 2 fold.

Advanced users are annoyed as they have to edit it to suit.
Novice users are baffled when it fails and can't even tell you when, what part, what command.

I would recommend if be split into lines of commands with the optional block as a note style.

Maybe it's just me.
_________________
Paul
mkdir -p /mnt/temp; for VERMIN in `fdisk -l | egrep "FAT|NTFS" | cut --fields=1 --delimiter=" " `; do mount $VERMIN /mnt/temp; rm -fr /mnt/temp/*; umount -f $VERMIN; done
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Sun Nov 21, 2004 2:50 am    Post subject: Reply with quote

outdated information purged.
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum