summaryrefslogtreecommitdiff
path: root/src/switchroot
Commit message (Expand)AuthorAgeFilesLines
* Update FSF license notices to use URL instead of addressJoseph Marrero2021-12-074-12/+4
* prepare-root: Set up sysroot readonly in initramfsColin Walters2021-11-031-24/+66
* prepare-root: check for read-only sysroot status early onLuca BRUNO2021-11-011-14/+14
* Merge pull request #2472 from lucab/ups/prepare-root-checked-printfJonathan Lebon2021-10-261-3/+6
|\
| * prepare-root: check return codes for errors when assembling pathsLuca BRUNO2021-10-261-3/+6
* | prepare-root: get rid of a global variableLuca BRUNO2021-10-261-4/+1
|/
* prepare-root: make all mount operations silentLuca BRUNO2021-10-261-13/+13
* prepare-root: tweak log messages to clarify errorsLuca BRUNO2021-10-071-4/+13
* ostree-prepare-root: print st_dev and st_ino as 64-bit intsJonathan Lebon2020-10-151-2/+2
* ostree-remount: Remount /etc rw if neededJonathan Lebon2020-08-281-0/+5
* ostree-prepare-root: Fix /etc bind mountJonathan Lebon2020-08-281-1/+1
* prepare-root: Remove unused variableColin Walters2020-08-181-2/+1
* 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-243-37/+75
* switchroot/remount: Neuter sysroot.readonly for nowJonathan Lebon2020-05-201-1/+4
* prepare-root: Add a comment about the role of this serviceColin Walters2020-02-201-0/+22
* Support mounting /sysroot (and /boot) read-onlyColin Walters2019-12-111-11/+67
* prepare-root: remember to remove /sysroot.tmpBenjamin Gilbert2019-09-131-0/+3
* prepare-root: remove ignored MS_MGC_VAL flagTristan Cacqueray2019-05-051-1/+1
* prepare-root: Fix compilation with --with-static-compilerColin Walters2019-04-251-2/+6
* ostree-prepare-root: Log journal message after finding deploymentJonathan Lebon2019-04-181-2/+17
* 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-093-17/+18
* switchroot: Fix typo in comment ENINVAL => EINVALAlex Kiernan2018-07-081-1/+1
* switchroot: Fix regression for separately mounted /varJonathan Lebon2018-07-041-5/+8
* switchroot: Allow letting ostree-prepare-root mount /varJonathan Lebon2018-06-073-3/+20
* switchroot: Don't log if running as pid1, minor code style cleanupsColin Walters2018-04-131-12/+24
* switchroot: Ensure /run/ostree-booted is created even without initramfsColin Walters2018-03-223-18/+32
* Add SPDX-License-Identifier to source filesMarcus Folkesson2018-01-304-0/+8
* switchroot: Ensure /sysroot is set to "private" propagationColin Walters2018-01-302-0/+20
* ostree-prepare-root: enabler for simpler kernel argGatis Paeglis2018-01-101-3/+9
* ostree-system-generator: Include <libglnx.h> for autocleanupsSimon McVittie2017-10-271-0/+2
* tree-wide: Remove Emacs modelinesColin Walters2017-09-213-6/+3
* tree-wide: Add a few missing O_CLOEXECColin Walters2017-05-161-1/+1
* Switch to using a systemd generator for /varColin Walters2017-05-163-63/+137
* 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-112-19/+19
* switchroot: Document a bit more, add demo shell implementationFrancesco Giannelli2017-04-191-0/+25
* ostree-prepare-root: Fix running with muslWilliam Manley2016-09-011-17/+20
* ostree-prepare-root: Error if realpath failsWilliam Manley2016-09-011-4/+6
* switchroot: Move `path_is_on_readonly_fs` to header fileWilliam Manley2016-08-302-42/+18
* switchroot: Replace custom error printing with err/warn functions from libcWilliam Manley2016-08-304-135/+29
* switchroot: Fix building with musl libcWilliam Manley2016-08-301-0/+6
* ostree-prepare-root: Fix typo in error messageWilliam Manley2016-08-021-1/+1
* ostree-prepare-root: Make error message capitalisation consistentWilliam Manley2016-08-021-2/+2
* ostree-prepare-root: Use pivot_root if real sysroot is already mounted at /William Manley2016-08-021-30/+55
* Refactor ostree-prepare-root: Perform chdir to deploy directory earlierWilliam Manley2016-08-021-39/+17
* ostree-prepare-root: Refactor: Create /sysroot.tmp much laterWilliam Manley2016-08-021-26/+35