Michael Brown
|
cfcc41d407
|
Set current working URI to be that of the executable image when
executing any image, not just a script. (This will enable pxelinux to
use relative URIs, should it wish to.)
|
17 lat temu |
Michael Brown
|
1ae40765a6
|
Set current working URI equal to script URI during script execution.
|
17 lat temu |
Michael Brown
|
02de18eb3e
|
Cope with non-newline-terminated scripts.
Print error status using strerror().
|
17 lat temu |
Michael Brown
|
b256900d4f
|
Scripts temporarily deregister themselves while executing. This
allows us to avoid execution loops without having to hack around the
image registration order.
|
17 lat temu |
Michael Brown
|
a6afbe762c
|
Make DEBUG=script echo the commands as they are executed
|
18 lat temu |
Michael Brown
|
67aedf34fa
|
Use systematic names for XXX_IMAGE.
Add scripts as an image format (since it's trivial to do).
|
18 lat temu |