Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
rc.lib: Fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Mar 3, 2020
1 parent aab1a29 commit 45b5b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init/rc.lib
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ parse_crypttab() {

[ "$copts" ] && [ -x /bin/vgchange ] && {
log "Activating LVM devices for dm-crypt..."
vgchange --sysinit -a y || emergency_shell
vgchange --sysinit -a y || sos
}
}

0 comments on commit 45b5b52

Please sign in to comment.