runtimejs / runtime-cli

Command line tools for runtime.js
7 stars 5 forks source link

added pack --output flag #8

Closed austinfrey closed 7 years ago

austinfrey commented 7 years ago

Added the ability to choose name and location of the default .initrd image by enabling the --output flag. Example usage: runtime pack --output new.initrd dir-to-pack or runtime pack --output ~/home/runtime/new.initrd dir-to-pack

iefserge commented 7 years ago

Minor comments, otherwise looks good 👍

iefserge commented 7 years ago

Nice, thanks!