Skip to content

Install demo package and force apt output

Sjoerd Simons requested to merge apt-on-output into main

Install a demonstration package as part of the final rootfs build so it's slightly more interesting;

Unfortunatly apt outputs \r\r\n in some cases which confused gitlab terminal so add some sed magic to turn that into a normal \r\n.

Merge request reports