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
54860f6e
Commit
54860f6e
authored
Oct 05, 2017
by
Igor Pecovnik
Browse files
Debian Stretch compatibility fix
parent
81d7b529
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-config-jobs
View file @
54860f6e
...
...
@@ -843,9 +843,9 @@ function jobs ()
linux-
$(
lsb_release
-cs
)
-root
$TARGET_BRANCH
-
$BOARD
>
/dev/null 2>&1
# if test download is ok, remove old kernel
if
[[
$?
=
0
]]
;
then
aptitude remove ~nlinux-image
--quiet
=
100
>>
/var/log/upgrade.log
aptitude remove ~nlinux-dtb
--quiet
=
100
>>
/var/log/upgrade.log
aptitude remove ~nlinux-headers
--quiet
=
100
>>
/var/log/upgrade.log
aptitude remove ~nlinux-image
--quiet
=
100
-y
>>
/var/log/upgrade.log
aptitude remove ~nlinux-dtb
--quiet
=
100
-y
>>
/var/log/upgrade.log
aptitude remove ~nlinux-headers
--quiet
=
100
-y
>>
/var/log/upgrade.log
fi
# install new
INSTALL_DTB
=
""
...
...
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