jhampson-dbre / home_assistant

Ansible collection for related Home Assistant roles
MIT License
12 stars 5 forks source link

fix(preinstall_config): Ensure install is supported if /boot/cmdline.txt does not exist on pi #46

Closed jhampson-dbre closed 2 years ago

jhampson-dbre commented 2 years ago

cmdline.txt is in /boot/firmware/, so we make a symlink to /boot/cmdline.txt so that the supervised installer can detect that cgroups v1 is enabled

Fixes #44