linux-loader-v0.7.0
Added
- Added
insert_init_args
method allowing insertion of init arguments intoCmdline
.
Changed
- Removed
InvalidDevice
error type (it wasn't used anywhere). - Replaced
From
withTryFrom<Cmdline>
forVec<u8>
to be able
to propagate errors returned byas_cstring
when converting aCmdline
toVec<u8>
. - Support added for both boot and init arguments in
try_from
. - Changed
new
to returnResult
for invalid command line capacity handling.