Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Applications
manjaro-architect
Commits
f32ee6da
Commit
f32ee6da
authored
Apr 03, 2017
by
Bernhard Landauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
little cosmetics
parent
4b0dab55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
lib/util-disk.sh
lib/util-disk.sh
+1
-0
lib/util.sh
lib/util.sh
+2
-0
No files found.
lib/util-disk.sh
View file @
f32ee6da
...
...
@@ -614,6 +614,7 @@ lvm_detect() {
if
[[
$LVM_LV
!=
""
]]
&&
[[
$LVM_VG
!=
""
]]
&&
[[
$LVM_PV
!=
""
]]
;
then
DIALOG
"
$_PrepLVM
"
--infobox
"
\n
$_LvmDetBody
\n
"
0 0
sleep
2
modprobe dm-mod 2>
$ERR
check_for_error
"modprobe dm-mod"
"
$?
"
vgscan
>
/dev/null 2>&1
...
...
lib/util.sh
View file @
f32ee6da
...
...
@@ -424,7 +424,9 @@ rank_mirrors() {
clear
if
[[
!
-z
${
branch
}
]]
;
then
DIALOG
"
$_MirrorBranch
"
--msgbox
"
\n
$_RankMirrors
\n
"
0 0
clear
pacman-mirrors
-gib
"
${
branch
}
"
echo
""
ini branch
"
${
branch
}
"
fi
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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