Re: [systemd-devel] [PATCH] gpt-generator: Find device on a stateless system

2015-04-03 Thread Lennart Poettering
On Wed, 01.04.15 23:04, Tobias Hunger (tobias.hun...@gmail.com) wrote: A stateless system has a tmpfs as root file system. That obviously does not have any block device associated with it. So try falling back to the device of the /usr filesystem if the root filesystem fails. ---

[systemd-devel] [PATCH] gpt-generator: Find device on a stateless system

2015-04-01 Thread Tobias Hunger
A stateless system has a tmpfs as root file system. That obviously does not have any block device associated with it. So try falling back to the device of the /usr filesystem if the root filesystem fails. --- src/gpt-auto-generator/gpt-auto-generator.c | 9 +++-- 1 file changed, 7