Periodic merge of staging to master #14

Merged
steveej merged 71 commits from staging into master 2019-01-18 10:53:52 +00:00
Showing only changes of commit 69034f287c - Show all commits

View file

@ -31,6 +31,7 @@ in rec {
set -xe set -xe
echo Mounting ${diskId} echo Mounting ${diskId}
cryptsetup luksOpen ${ownLib.disk.bootLuksDevice diskId} ${ownLib.disk.luksName diskId} cryptsetup luksOpen ${ownLib.disk.bootLuksDevice diskId} ${ownLib.disk.luksName diskId}
sleep 1
vgchange -ay ${ownLib.disk.volumeGroup diskId} vgchange -ay ${ownLib.disk.volumeGroup diskId}
mkdir -p /mnt mkdir -p /mnt
mkdir ${mntRootVol} mkdir ${mntRootVol}