On 08/03/2012 06:48 PM, Lennart Poettering wrote:
>> Thus my question:
>> >
>> > Would it be correct to say that the generator I wrote absolutely does
>> > not need to calculate parent file system dependencies, because some
>> > black magic inside systemd / systemctl knows to figure out the parent
On Wed, 25.07.12 11:28, Manuel Amador (Rudd-O) (rud...@rudd-o.com) wrote:
> As you can tell from my code:
>
> https://github.com/Rudd-O/zfs/blob/master/systemd/systemd-zfs-generator.in
>
> I carefully calculate dependencies so the file systems are mounted in
> the correct order.
>
> Now that fs
On 07/25/2012 08:28 PM, Manuel Amador (Rudd-O) wrote:
> As you can tell from my code:
>
> https://github.com/Rudd-O/zfs/blob/master/systemd/systemd-zfs-generator.in
>
> I carefully calculate dependencies so the file systems are mounted in
> the correct order.
>
> Now that fstab unit generation i
As you can tell from my code:
https://github.com/Rudd-O/zfs/blob/master/systemd/systemd-zfs-generator.in
I carefully calculate dependencies so the file systems are mounted in
the correct order.
Now that fstab unit generation is moving to a generator, I read the code
in systemd.git. I discovered