Re: 2 questions (GRUB & RAID)

2001-11-20 Thread Stephen Liu
Hi Eric, At 09:53 AM 11/20/2001 -0500, you wrote: >What other neat grub boot definitions do others have and want to share? Could you please send me other neat grub boot definitions. Thanks in advance. BR Stephen Liu ___ Redhat-list mailing list [E

Re: 2 questions (GRUB & RAID)

2001-11-20 Thread Eric Wood
- Original Message - > at the grub menu, you can arrow down to the "kernel" line and press "e" > to edit that line, then just add the word "single" to the end of the > line. I've been editing the /boot/grub/grub.conf file and duplicating the "title" paragraph with a new boot definition t

Re: 2 questions (GRUB & RAID)

2001-11-20 Thread rpjday
On Tue, 20 Nov 2001, Leonard den Ottolander wrote: > Hi Darryl, > > > 1/. When using Grub as the boot loader. How do you boot into single user mode > > (like the old lilo "linux single" command) ?? > > I have no experience with grub yet, but if "linux single" fails, you could

Re: 2 questions (GRUB & RAID)

2001-11-20 Thread Leonard den Ottolander
Hi Darryl, > 1/. When using Grub as the boot loader. How do you boot into single user mode > (like the old lilo "linux single" command) ?? I have no experience with grub yet, but if "linux single" fails, you could try "linux init=1". Or see the man page. > 2/. If I have a ra

Re: 2 questions

2000-09-24 Thread Tobias Roppelt
On Sun, 24 Sep 2000, Justin Zygmont wrote: # I have a script that creates new users, however I want to create their # default home directories to 711 permissions. Simply including umask 066 # at the beginning of the script doesn't do it. 'chmod' after adding new user; could be the last stage of