Gentoo Archives: gentoo-user

From: "Stefan G. Weichinger" <lists@×××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dracut vs. genkernel
Date: Wed, 12 Jun 2013 18:26:50
Message-Id: 51B8BD5E.8080807@xunil.at
In Reply to: Re: [gentoo-user] dracut vs. genkernel by Michael Hampicke
1 Am 12.06.2013 17:54, schrieb Michael Hampicke:
2
3 > This is my current work-around
4 >
5 > $ cat /etc/systemd/system/lvm.service [Unit] Description=Load LVM
6 >
7 > [Service] Type=oneshot ExecStart=/sbin/pvscan
8 > ExecStart=/sbin/vgscan --mknodes ExecStart=/sbin/vgchange --sysinit
9 > -a ly ExecStart=/usr/bin/sleep 1 ExecStart=/bin/mount -o noatime
10 > /dev/vg1/a /mnt/a ExecStart=/bin/mount -o noatime /dev/vg1/b
11 > /mnt/b
12 >
13 > [Install] WantedBy=multi-user.target
14
15 Yes, looks like a workaround ;-)
16
17 I will check back if I find something ...
18
19 S