sheeplinux / sheep

Install any Linux operating system in an efficient way from root filesystem archive or qcow2 cloud images
https://sheeplinux.github.io/sheep/
Apache License 2.0
12 stars 4 forks source link

Install custom packages during the OS installation process #2

Open mathildeHermet opened 4 years ago

mathildeHermet commented 4 years ago

Sheep uses cloud-init system to set all the OS environment. cloud-init permits to install some packages among a list given to the tool. Even if this option still allowed with the configuration file with cloud-init enable mode, it is not adapted in cloud-init disable mode.

However, it could be really important to enable it in both mode regarding the way it permits some workarounds for missing packages for some devices that could be installed by automation during the first boot of the OS through cloud-init.