summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-sysroot-deploy.c
Commit message (Expand)AuthorAgeFilesLines
* deploy: Drop a fsync, use fd-relative APIsColin Walters2015-04-201-28/+24
* deploy: Drop fsync of modified config filesColin Walters2015-04-201-24/+11
* deploy: Use syncfs() in addition to sync()Colin Walters2015-04-201-7/+50
* Add an API to set/unset a deployment tree's mutabilityColin Walters2015-04-101-2/+38
* src: drop some dead assignmentsGiuseppe Scrivano2015-03-061-3/+0
* deploy: Use glnx file copy codeColin Walters2015-03-031-117/+7
* deploy: Also look for /usr/lib/os-releaseColin Walters2015-02-221-8/+33
* syntax-check: Remove empty lines at the end of fileGiuseppe Scrivano2015-02-021-1/+0
* Explicitly label .origin files as configurationColin Walters2015-01-231-7/+26
* sysroot: Add ostree_sysroot_write_origin_file() APIColin Walters2015-01-191-7/+22
* Add internal ot_openat_read_stream() helperColin Walters2015-01-071-8/+3
* deploy: Update to use latest libgsystem APIColin Walters2015-01-061-24/+5
* deploy: Actually copy xattrs of modified config filesColin Walters2015-01-061-0/+13
* Port to libgsystem errno API, hard depend on 2014.3Colin Walters2015-01-041-21/+21
* deploy: Ensure that we can deploy using only /usr/lib/ostree-bootColin Walters2014-11-301-2/+2
* syslinux: Adapt to bootloader UI changesMatthew Barnes2014-11-101-0/+3
* libostree: Reformat bootloader titlesMatthew Barnes2014-11-031-7/+68
* Add (non-atomic) support for GRUB2 + UEFIColin Walters2014-10-231-1/+4
* libostree: Add initial GRUB2 supportColin Walters2014-10-161-11/+34
* deploy: Copy parent directories for modified config filesColin Walters2014-09-161-55/+132
* Extract opendirat() helper function into libotutilColin Walters2014-09-161-13/+5
* deploy: Remove legacy "current" symbolic linksColin Walters2014-09-131-23/+12
* deploy: Clean up leftover state before creating new directoriesColin Walters2014-09-131-0/+5
* deploy: Consistently use fd-relative APIColin Walters2014-09-131-65/+113
* deploy: Set the immutable bit on the deployment rootColin Walters2014-06-031-0/+5
* deploy: Convert remaining g_print() to systemd journal messagesColin Walters2014-05-241-13/+10
* deploy: Remove deployment root printColin Walters2014-05-241-3/+0
* deploy: fsync() copy of /etcColin Walters2014-04-111-1/+286
* deploy: fsync() kernel/initramfs and bootloader config parent directoriesColin Walters2014-04-111-0/+6
* deploy: Ensure .origin file is fsync()ed on diskColin Walters2014-04-111-3/+8
* deploy: Also fsync parent directory of modified config filesColin Walters2014-04-111-0/+2
* deploy: Ensure that any modified config files are fsync()dColin Walters2014-04-111-0/+5
* deploy: Ensure that all directories we create are fsync()dColin Walters2014-04-111-7/+7
* deploy: Add a debug message for which bootloader is usedColin Walters2014-04-031-0/+3
* deploy: Add an assertion that deployment directory existsColin Walters2014-04-031-0/+10
* sysroot: Be more conservative with bootlink optimizationColin Walters2014-03-281-44/+32
* libostree: Add ostree_sysroot_deployment_set_kargs()Colin Walters2014-03-191-0/+52
* deploy: Less usage of g_printColin Walters2014-03-111-8/+1
* libostree: Split off SELinux OstreeSePolicy classColin Walters2014-02-191-272/+91
* sysroot: Add a log with MESSAGE_ID when deployment is completeColin Walters2014-02-091-1/+6
* build: Fix --without-selinux caseColin Walters2014-02-021-4/+4
* SELinux: Ensure we label /var, and fix /etc merge wrt xattrsColin Walters2014-02-021-23/+187
* Add SELinux supportColin Walters2014-01-311-0/+274
* deploy: Rework kernel arguments, add --karg-append to "admin deploy"Colin Walters2014-01-161-39/+28
* deploy: Write bootloader config even if just kernel arguments changedColin Walters2014-01-151-16/+52
* sysroot: Error out on deploy --os=<unknown> which has not been initializedColin Walters2014-01-081-0/+9
* Move xattr handling into libgsystem, fix sysroot to handle directory ownershi...Colin Walters2013-11-281-50/+35
* sysroot: Handle deleting directories in /etcColin Walters2013-10-151-1/+1
* sysroot: Ensure we create /boot/loader.%d/entries even if there are no deploy...Colin Walters2013-10-031-0/+6
* sysroot: Support more arbitrary deployment changesColin Walters2013-10-021-285/+134