Re: [systemd-devel] Mount files in systemd

2012-05-21 Thread Lennart Poettering
On Thu, 17.05.12 19:54, g4hx ([email protected]) wrote: Heya, > I have been using systemd for a while now, and I have to say that I am > quite impressed by the noticeable speed up during boot. However, I have > some question about systemd that are yet unanswered. I did not find the > reuqired informati

Re: [systemd-devel] Mount files in systemd

2012-05-17 Thread Tom Gundersen
On Thu, May 17, 2012 at 8:28 PM, g4hx wrote: > On 05/17/2012 08:19 PM, Tom Gundersen wrote: >> There should be no need to use .mount units, just continue using >> /etc/fstab as before. > > Well, I have tried doing that, but if I don't use .mount files with > correct dependencies, the device files

Re: [systemd-devel] Mount files in systemd

2012-05-17 Thread g4hx
On 05/17/2012 08:19 PM, Tom Gundersen wrote: > Hi, > > On Thu, May 17, 2012 at 7:54 PM, g4hx wrote: >> How do I include lvm2 based partitions in a technically clean and >> correct way? > > The situation is not ideal for lvm on systemd, but enabling > lvm.service (from arch-systemd-units) should

Re: [systemd-devel] Mount files in systemd

2012-05-17 Thread Tom Gundersen
Hi, On Thu, May 17, 2012 at 7:54 PM, g4hx wrote: > How do I include lvm2 based partitions in a technically clean and > correct way? The situation is not ideal for lvm on systemd, but enabling lvm.service (from arch-systemd-units) should work for a basic setup where lvm is at the bottom of your s

[systemd-devel] Mount files in systemd

2012-05-17 Thread g4hx
Hello all, I have been using systemd for a while now, and I have to say that I am quite impressed by the noticeable speed up during boot. However, I have some question about systemd that are yet unanswered. I did not find the reuqired information elsewhere, so now I am asking directly: How do I i