Skip to content

V2 U.I

rgaudin requested to merge _v2-ui into v2master

Modifications to the User Interfaces (CLI and GUI)

GUI Changes

  • using GB for output image size
  • using GiB/MiB for content sizes
  • using the new YAML_CATALOGS
  • calculating projects size via content.json's data
  • Fixed ctrl^c bug
  • Added a menu entry to go to the FAQ

CLI Changes

  • default options applies wherever not set
  • --config overrides default
  • all cli parameters overrides both defaults and --config ones
  • requested size can be specified in any humanfriendly-parseable format (GiB, GB mostly)
  • image size requirements is checked
  • available space in build-dir is checked
  • better user feedback regarding sizes issues

Merge request reports