princeton-sns / firecracker-tools

5 stars 5 forks source link

Command-line option to include/exclude console from rootfs #3

Closed alevy closed 5 years ago

alevy commented 5 years ago

Add a command line option to the mk_rootfs.sh script that excludes/includes the console from being initialized by OpenRC.

Default should be no console, with a command line option to include it, e.g.:

$ ./mk_rootfs.sh —include-console python2 myrootfs.ext4
LedgeDash commented 5 years ago

with the --debug option, isn't this issued resolved?

alevy commented 5 years ago

Yes