summaryrefslogtreecommitdiff
path: root/src/switchroot/ostree-remount.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-071-3/+1
* ostree-remount: Remount /etc rw if neededJonathan Lebon2020-08-281-0/+5
* remount: Still remount /sysroot writable if not configured roColin Walters2020-08-011-5/+5
* Move ro /sysroot bind mount of /etc into initramfsColin Walters2020-05-241-36/+3
* switchroot/remount: Neuter sysroot.readonly for nowJonathan Lebon2020-05-201-1/+4
* Support mounting /sysroot (and /boot) read-onlyColin Walters2019-12-111-11/+67
* remount: Refactor to helper function instead of loopColin Walters2018-10-221-34/+33
* switchroot: Move late /run/ostree-booted creation to ostree-system-generatorAlex Kiernan2018-07-091-7/+2
* switchroot: Fix typo in comment ENINVAL => EINVALAlex Kiernan2018-07-081-1/+1
* switchroot: Ensure /run/ostree-booted is created even without initramfsColin Walters2018-03-221-0/+10
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-301-0/+2
* switchroot: Ensure /sysroot is set to "private" propagationColin Walters2018-01-301-0/+9
* tree-wide: Remove Emacs modelinesColin Walters2017-09-211-2/+1
* switchroot/remount: Check mount status before remounting, be verboseColin Walters2017-05-161-0/+10
* switchroot/remount: Trim set of remounted filesystemsColin Walters2017-05-161-1/+1
* remount: Drop support for auto-tmpfs-on-var; use systemd.volatile=stateColin Walters2017-05-151-22/+0
* tree-wide: Switch tabs ⭾ in various files over to spaces ␠Colin Walters2017-05-111-2/+2
* switchroot: Replace custom error printing with err/warn functions from libcWilliam Manley2016-08-301-11/+4
* admin: Add an `unlock` command, and libostree APIColin Walters2016-03-231-14/+0
* syntax-check: Remove empty lines at the end of fileGiuseppe Scrivano2015-02-021-1/+0
* Remove magic argument numbers to exit(2)Giuseppe Scrivano2015-01-301-5/+5
* ostree-remount: mount a tmpfs on /var if necessary so /var is read-writeOwen W. Taylor2014-07-091-9/+44
* ostree-remount: Check for / being *mounted* read-only, not necessarily writableColin Walters2014-06-031-1/+9
* Use AC_USE_SYSTEM_EXTENSIONS instead of #define _GNU_SOURCEColin Walters2013-07-101-1/+1
* dracut: Add ostree-remountColin Walters2013-06-041-0/+79