Special characters in cmdline
|
2018-11-19, 09:53
Post: #1
|
|||
|
|||
Special characters in cmdline
Hi,
I am trying to load a module whose command line contains "&&". Unfortunately, I could not find a way to convince iPXE to just pass this cmdline, instead it interprets the ampersands as part of the script. Is there any way to work around that, something like escape characters? If I enclose the entire command line in quotes, it also does not work, because then those quotes are actually part of the cmdline, which confuses the module. Any help is appreciated parthy |
|||
2018-11-20, 00:14
Post: #2
|
|||
|
|||
RE: Special characters in cmdline
you will have to create a variable that contains &,
See the example in the notes at https://ipxe.org/cmd/set#notes Use GitHub Discussions VRAM bin |
|||
2018-11-20, 10:33
Post: #3
|
|||
|
|||
RE: Special characters in cmdline
Oh okay, that might work. Thanks!
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)