Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
ee532c2c
Unverified
Commit
ee532c2c
authored
Apr 28, 2019
by
Igor Pečovnik
Committed by
GitHub
Apr 28, 2019
Browse files
Change text
Install to is getting more and more general, adding U-boot update
parent
7e21a7e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-config-submenu
View file @
ee532c2c
...
...
@@ -31,10 +31,10 @@ while true; do
# check update status of BSP packages
local
mark
=
$(
apt-mark showhold | egrep
"linux|armbian"
)
# check if
install targets are available
# check if
eMMC/SD is on the system
if
[[
$(
sed
-n
's/^DEVNAME=//p'
/sys/dev/block/
$(
mountpoint
-d
/
)
/uevent 2> /dev/null
)
==
mmcblk
*
\
&&
-f
/usr/sbin/nand-sata-install
]]
;
then
LIST+
=(
"Install"
"Install to
SATA, eMMC, NAND or USB
"
)
LIST+
=(
"Install"
"Install to
/update boot loader
"
)
fi
# armbian specific function
...
...
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