View previous topic :: View next topic |
Author |
Message |
cyb0rg n00b
Joined: 10 Apr 2002 Posts: 2 Location: Web Developer/Programmer
|
Posted: Wed Apr 10, 2002 3:59 am Post subject: Unattented Installation |
|
|
I think it would be wonderful if there was a way to (easily) set gentoo up to go through the entire install process (starting at stage 1) without having to touch anything after the install has begun. It took me ~48hrs to compile and install the base system on my PPro-200.
Just my $.02
Btw, great work! Gentoo is my new favorite distro. |
|
Back to top |
|
|
niyogi Apprentice
Joined: 10 Apr 2002 Posts: 199 Location: Austin, TX
|
Posted: Thu Apr 11, 2002 10:43 pm Post subject: |
|
|
48 hrs! and I thought my 16 hours was a toll!
heh.. but yeah, it would really help if there were an included shell script that automajically went through a majority of the commands. For example, the "customized" parameters should be denoted at the beginning of installation which would then be used throughout the installation.
does that make sense? |
|
Back to top |
|
|
zerogeny Tux's lil' helper
Joined: 17 Apr 2002 Posts: 85
|
Posted: Thu Apr 18, 2002 10:57 am Post subject: |
|
|
i agree most of the commands should be automated. _________________ Searched the web for zerogeny.
Results 1 - 1 of 1. Search took 0.05 seconds |
|
Back to top |
|
|
rsk Apprentice
Joined: 18 Apr 2002 Posts: 220 Location: Tucson, AZ
|
Posted: Thu Apr 18, 2002 7:39 pm Post subject: |
|
|
yea... as static pointed out in another thread... if the information can be prompted for, or collected at the start (optimizations, use, etc.) then all of those commands chained (atleast the major ones, like boot strapping and system) it would be great if a system could be taken from stage1 -> 3 in one command (for sys admins and such). |
|
Back to top |
|
|
static Tux's lil' helper
Joined: 18 Apr 2002 Posts: 141 Location: Canada
|
Posted: Thu Apr 18, 2002 7:46 pm Post subject: |
|
|
and newbies
or the lazy _________________ Gentoo and Doom III. 'Nuff Said.
_______________________________________ |
|
Back to top |
|
|
rsk Apprentice
Joined: 18 Apr 2002 Posts: 220 Location: Tucson, AZ
|
Posted: Thu Apr 18, 2002 7:48 pm Post subject: |
|
|
and people with no hands!
<looks around and starts to sweat> |
|
Back to top |
|
|
jonemi Tux's lil' helper
Joined: 16 Apr 2002 Posts: 78 Location: Utah, USA
|
Posted: Fri Apr 19, 2002 8:25 pm Post subject: |
|
|
And for virtually everyone else! |
|
Back to top |
|
|
scottro Tux's lil' helper
Joined: 13 Apr 2002 Posts: 141 Location: New York City
|
Posted: Mon Apr 29, 2002 5:43 am Post subject: |
|
|
Actually, as the two long ones are the bootstrap and emerge system, that can be automated, assuming nothing goes wrong.
Do the preliminary stuff, then, when you get to bootstrapping, just use the && (meaning once this command has completed successfully, move on to the next command). For example
Code: |
cd /usr/portage
scripts/bootstrap.sh &&
export CONFIG_PROTECT="" &&
emerge system &&
ln -sf /usr/share/zoneinfo/EST /etc/localtime &&
emerge sys-kernel/gentoo-sources &&
cd /usr/src/linux &&
make menuconfig
|
I used EST because that's where I am. I'm also using the sequence that I have printed out, which is a week or so old--quickly as it changes, it might be slightly different.
Anyway, assuming nothing goes wrong, when you come back to it, you'll have your menuconfig menu waiting.
Scott |
|
Back to top |
|
|
Guest
|
Posted: Mon Apr 29, 2002 9:04 am Post subject: |
|
|
typeing in &&s takes too long! doh! |
|
Back to top |
|
|
squanto Guru
Joined: 20 Apr 2002 Posts: 524 Location: Rochester, NY, USA
|
Posted: Mon Apr 29, 2002 4:46 pm Post subject: |
|
|
rsk wrote: | and people with no hands!
|
I am sure that if someone has the time, and ability (), that Gentoo would be more than happy to include it on the iso.
If I had time (finals next week) I would look into it, even though I don't know too much about scripting. It can't be all that difficult....
-Andrew |
|
Back to top |
|
|
febisfebi Tux's lil' helper
Joined: 17 Apr 2002 Posts: 76 Location: seattle wa
|
Posted: Fri May 03, 2002 4:01 am Post subject: |
|
|
here you go:
make this file called gentooinstall.sh
Code: | /usr/portage/scripts/bootstrap.sh &&
export CONFIG_PROTECT="" &&
emerge system &&
ln -sf /usr/share/zoneinfo/EST /etc/localtime &&
emerge sys-kernel/gentoo-sources &&
cd /usr/src/linux &&
make menuconfig |
then customize it however you want, with timezone etc.
then ./gentooinstall.sh |
|
Back to top |
|
|
dArkMaGE Apprentice
Joined: 20 Apr 2002 Posts: 152
|
Posted: Fri May 03, 2002 4:33 am Post subject: |
|
|
although an included script to take you from step 1 onwards would definently be nice, i really hope gentoo keeps its setup-program-less cuz the level of control it gives you is just awesome...
call me a sick bastard but i actually reinstalled gentoo just cuz i liked how everything went |
|
Back to top |
|
|
lain iwakura Apprentice
Joined: 09 May 2002 Posts: 176 Location: sd, ca
|
Posted: Sun May 12, 2002 2:14 am Post subject: |
|
|
sicko!
as much fun as it was for me, too, I wouldn't dare do it again anytime soon with my dial up. |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Sun May 12, 2002 3:15 am Post subject: |
|
|
lain iwakura wrote: | sicko!
as much fun as it was for me, too, I wouldn't dare do it again anytime soon with my dial up. |
You installed Gentoo over a modem and you're calling other people sickos? Damn -- look in the mirror. You must like pain.
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
lain iwakura Apprentice
Joined: 09 May 2002 Posts: 176 Location: sd, ca
|
Posted: Sun May 12, 2002 3:21 am Post subject: |
|
|
yes, i suppose I am! but, getting gentoo by dun was the only way for me. |
|
Back to top |
|
|
|