Pass CGI arguments to kickstart - Bring back uristring encoding?
|
2015-06-05, 03:13
Post: #3
|
|||
|
|||
RE: Pass CGI arguments to kickstart - Bring back uristring encoding?
Input for the lvm and raid values are just zero or one. I just used them as brief examples but they don't include any characters that need encoding! Sorry, a better example is:
Code: echo -n Media: ${} && read media for which I would enter something like: Code: media url --url http://mirror.centos.org/centos/7/os/x86_64/ This contains at least spaces which should be encoded as %20. From what I can tell, git iPXE only automatically encodes the first argument as in the examples from the mailing list you referenced. Automatic URI encoding (of the first argument) is nice when your using things like: Code: chain ${url_with_spaces} but the kickstart URL at the end is not automatically URI encoded and I can no longer manually URI encode it since "uristring" is now an alias for "string": Code: # ipxe command (abbreviated with ...) I'm currently using v1.0 which supports manual uristring but it would be nice to use newer versions ![]() |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Pass CGI arguments to kickstart - Bring back uristring encoding? - nichivo - 2015-05-19, 03:31
RE: Pass CGI arguments to kickstart - Bring back uristring encoding? - NiKiZe - 2015-06-02, 23:56
RE: Pass CGI arguments to kickstart - Bring back uristring encoding? - nichivo - 2015-06-05 03:13
|
User(s) browsing this thread: 2 Guest(s)