Am 12.06.2013 17:54, schrieb Michael Hampicke: > This is my current work-around > > $ cat /etc/systemd/system/lvm.service [Unit] Description=Load LVM > > [Service] Type=oneshot ExecStart=/sbin/pvscan > ExecStart=/sbin/vgscan --mknodes ExecStart=/sbin/vgchange --sysinit > -a ly ExecStart=/usr/bin/sleep 1 ExecStart=/bin/mount -o noatime > /dev/vg1/a /mnt/a ExecStart=/bin/mount -o noatime /dev/vg1/b > /mnt/b > > [Install] WantedBy=multi-user.target
Yes, looks like a workaround ;-) I will check back if I find something ... S

