LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Interactive setup (https://www.linuxquestions.org/questions/linux-newbie-8/interactive-setup-136533/)

EECGeek 01-19-2004 07:22 PM

Interactive setup
 
How do I get into interactive setup? I press "I" when it says so and return, I have tried many times can't seem to get into it.

Or how when I boot to the cd and get to the bash shell do I modify rc.local?

I am fairly new to Linux so be detailed please.

Greg

michaelk 01-19-2004 09:41 PM

linux is case sensitive be sure your using a big I.

I don't uinderstand your second question. Are you asking how to edit the rc.local file? You can use one of several console text editors. like vi, pico or emacs depending on which is installed.

vi /etc/rc.local

You might want to search the web for vi commands.

EECGeek 01-20-2004 12:41 PM

I geuss my question actually is how do cd to my directory /etc/rc.d0 do I have to include the hda or something similar? When I boot from the CD it mounts under /mnt/sysimage.

Greg

michaelk 01-20-2004 03:56 PM

Should be:
cd /mnt/sysimage/etc/rc0.d

If you want to run RH based on /mnt/sysimage as your root directory:
chroot /mnt/sysimage

EECGeek 01-20-2004 09:15 PM

Sorry my spelling wasn't that good, it was actually in /etc/rc.d/ . I used vi and edited the file and was able to boot no problem.

Thanks for your help michaelk, it was all right there in front of me, I was just not paying attention, although it was the first time I was attempting such a thing.

Greg


All times are GMT -5. The time now is 02:16 AM.