Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
manjaro-arm-installer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
manjaro-arm
applications
manjaro-arm-installer
Commits
91e2f182
Commit
91e2f182
authored
Jan 24, 2019
by
Dan Johansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some typo's in the menu
parent
cc091092
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
manjaro-arm-installer
manjaro-arm-installer
+4
-4
No files found.
manjaro-arm-installer
View file @
91e2f182
...
...
@@ -386,7 +386,7 @@ while read -r line; do
W+
=(
$line
""
)
done
< <
(
lsblk
-dn
-o
NAME
)
SDCARD
=
$(
dialog
--title
"Manjaro ARM Installer"
\
--menu
"Chose your SDCard - Be sure the correct drive is selected!"
20 50 5
\
--menu
"Cho
o
se your SDCard - Be sure the correct drive is selected!"
20 50 5
\
"
${
W
[@]
}
"
3>&2 2>&1 1>&3
)
# add /dev/ to the selected option above
...
...
@@ -406,7 +406,7 @@ while read -r line; do
W+
=(
$line
""
)
done
< <
(
timedatectl list-timezones
)
TIMEZONE
=
$(
dialog
--clear
--title
"Manjaro ARM Installer"
\
--menu
"Chose your timezone!"
20 50 15
\
--menu
"Cho
o
se your timezone!"
20 50 15
\
"
${
W
[@]
}
"
3>&1 1>&2 2>&3 3>&-
\
)
else
...
...
@@ -424,7 +424,7 @@ while read -r line; do
W+
=(
$line
""
)
done
< <
(
cat
/etc/locale.gen |
grep
"UTF-8"
|
tail
-n
+2 |
awk
'{print $1}'
|
sed
-e
's/^#*//'
)
LOCALE
=
$(
dialog
--clear
--title
"Manjaro ARM Installer"
\
--menu
"Chose your locale!"
20 50 15
\
--menu
"Cho
o
se your locale!"
20 50 15
\
"
${
W
[@]
}
"
3>&1 1>&2 2>&3 3>&-
\
)
else
...
...
@@ -441,7 +441,7 @@ while read -r line; do
W+
=(
$line
""
)
done
< <
(
localectl list-keymaps
)
KEYMAP
=
$(
dialog
--clear
--title
"Manjaro ARM Installer"
\
--menu
"Choose your
locale!
"
20 50 15
\
--menu
"Choose your
keyboard layout:
"
20 50 15
\
"
${
W
[@]
}
"
3>&1 1>&2 2>&3 3>&-
\
)
else
...
...
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