Displaying 3 results from an estimated 3 matches for "lpha".
Did you mean:
alpha
2006 Apr 24
3
gsub + backslashes
Dear developeRs,
I thought that backslashes can be escaped in the usual way (and I think I
did this before) but I can't see why
R> gsub("\\", "x", "\alpha")
Error in gsub(pattern, replacement, x, ignore.case, extended, fixed,
useBytes) :
invalid regular expression '\'
gives an error. Or am I just blind?
Best,
Torsten
R> version
_
platform i686-pc-linux-gnu
arch i686
os linux-gn...
2014 Jun 24
2
isohybrid has 2 variants
> Hi,
>
> i have written an introduction to isohybrid and put it on
> the discussion page of the ISOLINUX wiki.
>
> http://www.syslinux.org/wiki/index.php/Talk:ISOLINUX#Proposal_for_description_of_isohybrid
>
> Review and proposals are appreciated.
>
> The reference to "above mkisofs command" anticipates the final
> position of this text at the end
2014 Jun 24
7
isohybrid has 2 variants
...te 2: The "efiboot.img" file name is just for this example.
Note 3: "-eltorito-platform 0xEF" is equivalent to
"-eltorito-platform efi". If I am not mistaken, this is the
equivalent to xorriso's "-e".
Note 4: Part of the options are new since some 3.01a(lpha) version.
Note 5: Although _I am not sure_, I think other possibilities could
be:
-eltorito-boot EFI/BOOT/BOOTX64.IMG
-eltorito-boot EFI/BOOT/BOOTX64.EFI
instead of the above "-eltorito-boot isolinux/efiboot.img" but that's
for someone (else) to test and confirm.
>
>
&...