Displaying 7 results from an estimated 7 matches for "syslinux_".
Did you mean:
syslinux
2015 Nov 19
2
Comments WAS: Refactor checksize.pl
...t very well-thought reasoning.
In the particular case of "padsize" vs. "maxsize" (options / parameters
of the Perl script), there used to be a separate use of them. Although
there _seems_ to be no use for having both of them simultaneously at
this time _for a normal build of Syslinux_, we cannot discard /
disregard the possibility that some script in some distro might want to
take advantage of each of them independently, especially for some
debugging situation (e.g. some buggy / old BIOS).
Another potential (hypothetical) use-case might be some "bootable USB
tool"...
2015 Nov 20
2
Comments WAS: Refactor checksize.pl
...> In the particular case of "padsize" vs. "maxsize" (options / parameters
> > of the Perl script), there used to be a separate use of them. Although
> > there _seems_ to be no use for having both of them simultaneously at
> > this time _for a normal build of Syslinux_, we cannot discard /
> > disregard the possibility that some script in some distro might want to
> > take advantage of each of them independently, especially for some
> > debugging situation (e.g. some buggy / old BIOS).
> >
> > Another potential (hypothetical) use-cas...
2015 Nov 20
2
Comments WAS: Refactor checksize.pl
...of "padsize" vs. "maxsize" (options / parameters
> >> > of the Perl script), there used to be a separate use of them. Although
> >> > there _seems_ to be no use for having both of them simultaneously at
> >> > this time _for a normal build of Syslinux_, we cannot discard /
> >> > disregard the possibility that some script in some distro might want to
> >> > take advantage of each of them independently, especially for some
> >> > debugging situation (e.g. some buggy / old BIOS).
> >> >
> >>...
2015 Nov 20
0
Comments WAS: Refactor checksize.pl
...particular case of "padsize" vs. "maxsize" (options / parameters
>> > of the Perl script), there used to be a separate use of them. Although
>> > there _seems_ to be no use for having both of them simultaneously at
>> > this time _for a normal build of Syslinux_, we cannot discard /
>> > disregard the possibility that some script in some distro might want to
>> > take advantage of each of them independently, especially for some
>> > debugging situation (e.g. some buggy / old BIOS).
>> >
>> > Another potential (h...
2015 Nov 20
0
Comments WAS: Refactor checksize.pl
...>> >> > parameters
>> >> > of the Perl script), there used to be a separate use of them.
>> >> > Although
>> >> > there _seems_ to be no use for having both of them simultaneously at
>> >> > this time _for a normal build of Syslinux_, we cannot discard /
>> >> > disregard the possibility that some script in some distro might want
>> >> > to
>> >> > take advantage of each of them independently, especially for some
>> >> > debugging situation (e.g. some buggy / old BIOS)...
2015 Nov 20
0
Comments WAS: Refactor checksize.pl
...ith it.
>
> In the particular case of "padsize" vs. "maxsize" (options / parameters
> of the Perl script), there used to be a separate use of them. Although
> there _seems_ to be no use for having both of them simultaneously at
> this time _for a normal build of Syslinux_, we cannot discard /
> disregard the possibility that some script in some distro might want to
> take advantage of each of them independently, especially for some
> debugging situation (e.g. some buggy / old BIOS).
>
> Another potential (hypothetical) use-case might be some "boo...
2015 Nov 19
3
[PATCH] Refactor checksize.pl
- Remove padsize argument as it is never used.
- Add an usage printed when $file is not set or --help, -h
is the first argument.
- Add basic tests for this script.
---
mbr/checksize.pl | 27 ++++++++++++++++++---------
mbr/checksize_test.sh | 22 ++++++++++++++++++++++
2 files changed, 40 insertions(+), 9 deletions(-)
create mode 100644 mbr/checksize_test.sh
diff --git a/mbr/checksize.pl