Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
sohka
neutrinet_cube_install
Commits
1452022c
Commit
1452022c
authored
Dec 15, 2019
by
HgO
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pass verbose parameter to install-sd.sh script
parent
60aba598
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
neutrinet_cube_install.sh
neutrinet_cube_install.sh
+9
-3
No files found.
neutrinet_cube_install.sh
View file @
1452022c
...
...
@@ -781,12 +781,18 @@ function flash_sd_card() {
download_install_sd_script
fi
local
install_sd_options
=
"-y '
$HYPERCUBE_FILE
' -f '
$CUBE_RESOURCES_LOCATION
/
$image
'"
if
$EXECUTE_CUSTOM_SCRIPT
then
"./
$CUBE_RESOURCES_LOCATION
/
$INSTALL_SD_SCRIPT_NAME
"
-y
"
$HYPERCUBE_FILE
"
-f
"
$CUBE_RESOURCES_LOCATION
/
$image
"
-c
"
$CUSTOM_SCRIPT_PATH
"
else
"./
$CUBE_RESOURCES_LOCATION
/
$INSTALL_SD_SCRIPT_NAME
"
-y
"
$HYPERCUBE_FILE
"
-f
"
$CUBE_RESOURCES_LOCATION
/
$image
"
install_sd_options
=
"
$install_sd_options
-c '
$CUSTOM_SCRIPT_PATH
'"
fi
if
[[
$LOG_LEVEL
-eq
${
LOG_LEVELS
[DEBUG]
}
]]
then
install_sd_options
=
"
$install_sd_options
-d"
fi
"./
$CUBE_RESOURCES_LOCATION
/
$INSTALL_SD_SCRIPT_NAME
"
$install_sd_options
}
function
prepare_cube
()
{
...
...
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