Displaying 2 results from an estimated 2 matches for "manualreboot".
2002 Sep 13
1
Unable to mount root fs
...ing someone might
have a solution for this... maybe a kernel option that I can pass.
here is an example of my pxelinux.cfg default file:
default dlimage
prompt 1
display fcs.msg
timeout 100
label mkimage
kernel linux.1
append initrd=linux.2 lang= text devfs=nomount PROXYADDR=prox.cs.unb.ca
MANUALREBOOT=YES
label dlimag
kernel linux.1
append initrd=linux.2 lang= text devfs=nomount PROXYADDR=prox.cs.unb.ca
MANUALREBOOT=NO
label 3c905
kernel memdisk
append initrd=nw3c905.img
label intel
kernel memdisk
append initrd=intel.img
label samba
kernel memdisk
append initrd=samba.img...
2002 Sep 14
1
Re: SYSLINUX digest, Vol 1 #196 - 4 msgs
...ernel option that I can pass.
>
> here is an example of my pxelinux.cfg default file:
>
> default dlimage
> prompt 1
> display fcs.msg
> timeout 100
> label mkimage
> kernel linux.1
> append initrd=linux.2 lang= text devfs=nomount PROXYADDR=prox.cs.unb.ca
> MANUALREBOOT=YES
> label dlimag
> kernel linux.1
> append initrd=linux.2 lang= text devfs=nomount PROXYADDR=prox.cs.unb.ca
> MANUALREBOOT=NO
> label 3c905
> kernel memdisk
> append initrd=nw3c905.img
> label intel
> kernel memdisk
> append initrd=intel.img
> l...