At the moment, checking the output of the toaster recipes, two things stand out:
- During installation, some packages log errors while trying to start/stop/reload services. Usually a
policy-rc.d script would be set up when operating inside a chroot (as opposed to running within a real, deployed system).
- We probably don't need
wget's output when preparing the APT configuration.
The former should be addressed (we might have errors in the future instead of warnings), the latter is just cosmetic.
At the moment, checking the output of the toaster recipes, two things stand out:
policy-rc.dscript would be set up when operating inside a chroot (as opposed to running within a real, deployed system).wget's output when preparing the APT configuration.The former should be addressed (we might have errors in the future instead of warnings), the latter is just cosmetic.