Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tools
development-tools
manjaro-tools
Commits
c8b9e412
Commit
c8b9e412
authored
Jul 14, 2015
by
udeved
Committed by
Philip Müller
Aug 01, 2015
Browse files
[manjaro-chroot] needs check for lvm
parent
8b8a9ea4
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/manjaro-chroot.in
View file @
c8b9e412
...
...
@@ -78,14 +78,10 @@ if ${automount};then
${
pretend
}
&&
display_settings
&&
exit
1
if
[[
-z
$(
cat
/proc/modules |
grep
dm_mod
)
]]
;
then
vgscan
vgchange
-ay
if
[[
-d
/run/systemd
]]
;
then
systemctl start lvmetad
else
rc-service lvmetad start
fi
if
[[
-d
/run/systemd
]]
;
then
systemctl start lvm
else
rc-service lvm start
fi
os_list
=
$(
detect
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment