Crate libcoreinst[−][src]
Modules
| blockdev | |
| cmdline | |
| download | |
| install | |
| io | |
| live | |
| osmet | |
| source | |
| util | |
| verify |
Macros
| runcmd | Runs the provided command. The first macro argument is the executable, and following arguments are passed to the command. Returns a Result<()> describing whether the command failed. Errors are adequately prefixed with the full command. |
| runcmd_output | Runs the provided command, captures its stdout, and swallows its stderr except on failure.
The first macro argument is the executable, and following arguments are passed to the command.
Returns a Result |