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 for 15.04 #72
Conversation
|
Thanks, nice catch. +1 |
chipaca
changed the title from
make run-hooks run before firstboot
to
make run-hooks run before firstboot for 15.04
Nov 10, 2015
|
Thanks! |
added a commit
that referenced
this pull request
Nov 10, 2015
niemeyer
merged commit 9a4cdcc
into
snapcore:15.04
Nov 10, 2015
chipaca
deleted the
chipaca:fix-15.04-run-hooks-order
branch
Dec 9, 2015
added a commit
to zyga/snapd
that referenced
this pull request
Nov 7, 2016
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 for the 15.04 branch.