Re: [systemd-devel] mounting the root file system using systemd unit file

2016-05-15 Thread fb.dev.gen
@Reindl: thank you for your answer. @all: Well, as it seems that there is no initramfs in Clear Linux, I've followed the "pass kernel boot options way" to `systemd-boot`. All the wanted rootflags options seems supported but `noatime`. Any idea? -- Ben On Sun, 2016-05-15 at 15:38 +0200, Reindl H

Re: [systemd-devel] mounting the root file system using systemd unit file

2016-05-15 Thread fb.dev.gen
@Mantas: yes, that seems logical. So, I'd better go with systemd-boot UEFI Boot Manager. -- Ben On Sun, 2016-05-15 at 16:34 +0300, Mantas Mikulėnas wrote: > On Sun, May 15, 2016 at 3:28 PM, fb.dev.gen > wrote: > > Hi all, > > > > What should be the way to mou

Re: [systemd-devel] mounting the root file system using systemd unit file

2016-05-15 Thread fb.dev.gen
out -.mount unit file regarding sections and options? -- Ben On Sun, 2016-05-15 at 15:09 +0200, killermoehre wrote: > Am 15.05.2016 um 14:28 schrieb fb.dev.gen: > > > > Hi all, > > > > What should be the way to mount the root file system using systemd > >

[systemd-devel] mounting the root file system using systemd unit file

2016-05-15 Thread fb.dev.gen
Hi all, What should be the way to mount the root file system using systemd unit file (i.e: without any `/etc/fstab` configuration file)? Could it be right to do it like that: ``` # cat > /etc/systemd/system/root.mount << EOF [Unit] Description = Root file system mount point controlled and superv