Displaying 2 results from an estimated 2 matches for "n105".
Did you mean:
105
2014 Dec 28
2
raid long option
In Syslinux 6.03 -> libinstaller/syslxopt.c:
#n 50: const struct option long_options[] = {
...
#n 60: {"raid-mode", 0, NULL, 'r'},
...
#n105: fprintf(stderr,
...
#n112: " --raid -r Fall back to the next device on boot failure\n"
Comparing line #60 vs. line #112:
http://git.kernel.org/cgit/boot/syslinux/syslinux.git/tree/libinstaller/syslxopt.c?id=syslinux-6.03#n60
http://git.kernel.org/cgit/boot/syslinux/sys...
2014 Dec 28
0
raid long option
Ady <ady-sf at hotmail.com> writes:
> In Syslinux 6.03 -> libinstaller/syslxopt.c:
>
>
> #n 50: const struct option long_options[] = {
> ...
> #n 60: {"raid-mode", 0, NULL, 'r'},
> ...
> #n105: fprintf(stderr,
> ...
> #n112: " --raid -r Fall back to the next device on boot failure\n"
>
>
> Comparing line #60 vs. line #112:
> http://git.kernel.org/cgit/boot/syslinux/syslinux.git/tree/libinstaller/syslxopt.c?id=syslinux-6.03#n60
> http://git....