Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
TARDIS
Commits
318abc90
Commit
318abc90
authored
Mar 27, 2019
by
Stefan Heimersheim
Browse files
script to extract kernel image
parent
a3d8533a
Changes
1
Hide whitespace changes
Inline
Side-by-side
extract_linux.sh
0 → 100755
View file @
318abc90
#!/bin/bash
deb
=
"linux-image-unsigned-5.0.5-050005-generic_5.0.5-050005.201903271212_amd64.deb"
name
=
"vmlinuz-5.0.5-050005-generic"
wget
"https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0.5/
$deb
"
ar
-x
$deb
data.tar.xz
rm
$deb
tar
-xOvf
data.tar.xz ./boot/
$name
--wildcards
>
$name
rm
data.tar.xz
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