summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-sysroot-deploy.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* deploy: Ignore sockets, fifos in /etc during mergeColin Walters2021-10-011-3/+1
* Use generator to enable ostree-remount.service and ostree-finalize-staged.pathColin Walters2021-06-161-22/+0
* deploy: Warn if we find content in the deployment's /varColin Walters2021-06-101-0/+36
* sysroot: Add _require_booted_deployment() APIColin Walters2021-03-171-2/+2
* deploy: Add subbootversion to journalColin Walters2021-02-281-5/+13
* sysroot: Handle ro /boot but rw /sysrootColin Walters2021-01-101-85/+2
* sysroot: Also maintain canonical boot_fdColin Walters2021-01-101-17/+15
* Refactor: Centralise choosing the appropriate bootloaderWilliam Manley2020-10-261-25/+3
* deploy: Remove (transfer none) from fd argColin Walters2020-10-131-1/+1
* lib/deploy: Don't leak fd when checksumming dtbsJonathan Lebon2020-10-071-2/+2
* lib/deploy: Add support for overlay initrdsJonathan Lebon2020-09-301-0/+112
* lib/deploy: Add deploy/stage APIs with optionsJonathan Lebon2020-09-301-20/+89
* deploy: Remove deployment bootcsum assertionColin Walters2020-09-241-31/+36
* Avoid shadowing local variablesavoid-shadowsPhaedrus Leeds2020-09-131-4/+4
* deploy: Add some error prefixing around xattr settingColin Walters2020-09-091-3/+3
* Merge pull request #2149 from stb-tester/boot-self-symlinkOpenShift Merge Robot2020-08-191-0/+6
|\
| * sysroot: Support /boot on root or as seperate filesystem for syslinux and u-bootWilliam Manley2020-07-151-0/+6
* | lib/deploy: Clarify comment re. staging APIJonathan Lebon2020-08-171-2/+2
* | lib/deploy: Drop unneccessary function argJonathan Lebon2020-08-171-5/+0
* | lib/deploy: Simplify deployment creationJonathan Lebon2020-08-171-3/+1
* | lib/deploy: Avoid shadowing variableJonathan Lebon2020-08-171-2/+3
* | lib/deploy: Clean up kargs override handlingJonathan Lebon2020-08-171-11/+10
|/
* deploy: support devicetree directoryStefan Agner2020-05-291-8/+119
* Initial fs-verity supportColin Walters2020-01-271-31/+68
* Support mounting /sysroot (and /boot) read-onlyColin Walters2019-12-111-4/+25
* lib/deploy: Also install HMAC file into /bootJonathan Lebon2019-10-291-0/+28
* Merge pull request #1937 from cgwalters/zipl-backendOpenShift Merge Robot2019-10-161-1/+20
|\
| * bootloader: Add a zipl bootloader backendColin Walters2019-10-161-1/+20
* | sysroot: [scan-build]: Remove a dead assignmentColin Walters2019-10-151-4/+3
|/
* lib/bootconfig-parser: Always include deployment index in BLS titleJavier Martinez Canillas2019-09-021-4/+3
* lib/deploy: handle FIFREEZE ENOSYS failureDaniel Drake2019-08-211-1/+1
* lib/kargs: Make API public and upstream new rpm-ostree APIsAllen Bai2019-06-181-13/+13
* lib: add minimum version to various symbols based on libostree-released.symFelix Krull2019-05-191-0/+4
* lib/deploy: Support locking deployment finalizationJonathan Lebon2019-04-241-0/+11
* lib/deploy: Write to journal if nothing to finalizeJonathan Lebon2019-04-241-1/+4
* lib: Add ot_journal_* helper macrosJonathan Lebon2019-04-241-12/+4
* grub2: Generate config from pending deploymentRobert Fairley2019-04-241-1/+2
* lib/deploy: Don't include version twice in bootmenu titleJonathan Lebon2019-03-091-1/+1
* Add sysroot.bootloader repo config keyRobert Fairley2019-03-011-2/+18
* boot: Add ostree-finalize-staged.pathJonathan Lebon2018-10-231-0/+9
* lib/sysroot-deploy: Write to journal when finalizingJonathan Lebon2018-10-051-3/+19
* deploy: Fix removing /var/.updated with separate /var mountColin Walters2018-09-211-1/+45
* deploy: Fix overriding kernel args for staged deploymentsColin Walters2018-07-091-1/+1
* deploy: Retain staged by defaultColin Walters2018-07-061-24/+42
* deploy: Change BootLoaderSpec filenames so they can be used for sortingJavier Martinez Canillas2018-06-271-2/+3
* deploy: Delete .updated file from /etc and /var on new deploymentsDan Nicholson2018-06-181-7/+16
* lib/deploy: Add semi-colon in post-deployment msgJonathan Lebon2018-05-041-1/+1
* deploy: Use fdatasync() for new kernel/initramfs by defaultColin Walters2018-05-021-1/+1
* lib/deploy: Do post-ops when removing staged commitColin Walters2018-05-021-9/+42