request for enhancement: grub-md5-crypt

2003-08-07 Thread James Carter
grub-md5-crypt would be more useful if it could be used in scripts like this: md5passwd=`grub-md5-crypt` if [ $? -eq 0 ]; then echo password --md5 $md5passwd /boot/grub/menu.lst fi this is not possible in grub-0.93 because the password prompts are sent to

Re: config files when network booting

2002-05-03 Thread James Carter
On Thu, 2002-05-02 at 22:09, Pavel Roskin wrote: Would not it be better to add this feature to the tftp server? It's easier to improve one server than every client. Besides, nobody wants bloat in the bootloader useful just for a few users. fair enough - although i wouldn't really call an

config files when network booting

2002-05-02 Thread James Carter
[i'm resending this mail - it didn't seem to reach the list first time round] hi, all. i've make a small patch to grub to allow it to use a config files based on ip address when booting. if vendor tag 150 contains the name of a directory (ie the last character is '/') then it will append the

config files when network booting

2002-05-02 Thread James Carter
hi, all. i've make a small patch to grub to allow it to use a config files based on ip address when booting. if vendor tag 150 contains the name of a directory (ie the last character is '/') then it will append the machine's ip address. for example if tag 150 is /tftpboot/byip/ and the machines

Re: config files when network booting

2002-05-02 Thread James Carter
oops! spot the deliberate mistake! here's an updated patch that won't crash if the tailing slash is ommited. :-) -- J.F.Carter http://www.jfc.org.uk/ Only in grub/docs: grub.info Only in grub/docs: grub.info-1 Only in grub/docs: grub.info-2 Only in grub/docs:

pxegrub and memdisk

2002-04-29 Thread James Carter
hi, all. i am trying to use memdisk (http://syslinux.zytor.com/memdisk.php) to boot dos floppy images over the network. as i understand it, memdisk acts like a linux kernel and grub should be able to boot it ok. however, when i try i get the following error: root (nd) Filesystem type is tftp,

booting nbi images

2001-09-05 Thread James Carter
i'm not sure if this is possible, but i'd like to boot nbi images from grub. in particular, i need to boot dos from an image over the network. is this possible? thanks. -- J.F.Carter http://www.jfc.org.uk/ ___ Bug-grub