Searched refs:ephemeral (Results 1 – 9 of 9) sorted by relevance
/systemd-251/test/units/ |
D | testsuite-13.sh | 129 BindReadOnly=/tmp/ephemeral-config 131 touch /tmp/ephemeral-config 134 …systemd-nspawn --register=no -D /testsuite-13.nc-container --ephemeral /bin/sh -x -c "test -f /tmp… 136 …systemd-nspawn --register=no -D /testsuite-13.nc-container --ephemeral --machine foobar /bin/sh -x…
|
/systemd-251/src/nspawn/ |
D | nspawn-gperf.gperf | 23 … config_parse_tristate, 0, offsetof(Settings, ephemeral)
|
D | nspawn-settings.h | 165 int ephemeral; member
|
D | nspawn-settings.c | 30 .ephemeral = -1, in settings_new()
|
D | nspawn.c | 4307 settings->ephemeral >= 0) in merge_settings() 4308 arg_ephemeral = settings->ephemeral; in merge_settings()
|
/systemd-251/shell-completion/zsh/ |
D | _systemd-nspawn | 21 {--ephemeral,-x}'[Run container with snapshot of root directory, and remove it after exit.]' \
|
/systemd-251/shell-completion/bash/ |
D | systemd-nspawn | 66 … --keep-unit -n --network-veth -j -x --ephemeral -a --as-pid2 -U --suppress-sync=yes'
|
/systemd-251/ |
D | TODO | 923 * introduce Ephemeral= unit file switch, that creates an ephemeral copy of all 925 removed after the unit goes down again. A bit like --ephemeral for 1525 Benefit: nspawn --ephemeral would start working nicely with the journal. 1748 automatically for supporting --ephemeral. Maybe hash the host machine id 1791 - introduce systemd-nspawn-ephemeral@.service, and hook it into 1792 "machinectl start" with a new --ephemeral switch
|
D | NEWS | 2970 copying OS trees, for example in "systemd-nspawn --ephemeral", 5563 --ephemeral command line switch. 7284 * systemd-nspawn gained support for ephemeral boots from disk images 7285 (or in other words: --ephemeral and --image= may now be 7286 combined). Moreover, ephemeral boots are now supported for normal 9630 * systemd-nspawn gained a new --ephemeral switch. When
|