Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
make run-hooks run before firstboot #71
Conversation
|
Thanks, nice catch. +1 |
|
Thanks! |
added a commit
that referenced
this pull request
Nov 10, 2015
niemeyer
merged commit bd25292
into
snapcore:master
Nov 10, 2015
chipaca
deleted the
chipaca:fix-run-hooks-order
branch
Dec 8, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
chipaca commentedNov 10, 2015
If the oem package has configuration for preinstalled packages, firstboot will attempt to apply that configuration. Run-hooks creates the apparmor profiles under which those configuration hooks need to run, so it needs to run before them.
This fixes lp:1511435.