1OSTREE ADMIN UNLOCK(1) ostree admin unlock OSTREE ADMIN UNLOCK(1)
2
3
4
6 ostree-admin-unlock - Prepare the current deployment for hotfix or
7 development
8
10 ostree admin unlock [OPTIONS...]
11
13 Remove the read-only bind mount on /usr and replace it with a writable
14 overlay filesystem. This default invocation of "unlock" is intended for
15 development/testing purposes. All changes in the overlay are lost on
16 reboot. However, this command also supports "hotfixes", see below.
17
19 --hotfix
20 If this option is provided, the current deployment will be cloned
21 as a rollback target. This option is intended for things like
22 emergency security updates to userspace components such as sshd.
23 The semantics here differ from the default "development" unlock
24 mode in that reboots will retain any changes (which is what you
25 likely want for security hotfixes).
26
27
28
29OSTree OSTREE ADMIN UNLOCK(1)