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
3761229d
Commit
3761229d
authored
Oct 09, 2019
by
OSAK Buildhauer
Browse files
updated daily kernel urls in assemble_image.sh
parent
96a657dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
assemble_image.sh
View file @
3761229d
...
...
@@ -33,9 +33,9 @@ cp grub_template.cfg "$workspace/part_files/boot/grub/grub.cfg"
fill_grub_config_template
"
$kubuntu
"
"KDE"
"
$workspace
/part_files/boot/grub/grub.cfg"
fill_grub_config_template
"
$xubuntu
"
"XFCE"
"
$workspace
/part_files/boot/grub/grub.cfg"
wget
-nc
-P
"
$workspace
/part_files/"
https://kernel.ubuntu.com/~kernel-ppa/mainline/
v5.0.5
/linux-headers-5.
0.5-050005_5.0.5-050005.20190327121
2_all.deb
wget
-nc
-P
"
$workspace
/part_files/"
https://kernel.ubuntu.com/~kernel-ppa/mainline/
v5.0.5
/linux-image-unsigned-5.
0.5-050005
-generic_5.
0.5-050005.20190327121
2_amd64.deb
wget
-nc
-P
"
$workspace
/part_files/"
https://kernel.ubuntu.com/~kernel-ppa/mainline/
v5.0.5
/linux-modules-5.
0.5-050005
-generic_5.
0.5-050005.20190327121
2_amd64.deb
wget
-nc
-P
"
$workspace
/part_files/"
https://kernel.ubuntu.com/~kernel-ppa/mainline/
daily/current
/linux-headers-5.
4.0-999_5.4.0-999.20191008220
2_all.deb
wget
-nc
-P
"
$workspace
/part_files/"
https://kernel.ubuntu.com/~kernel-ppa/mainline/
daily/current
/linux-image-unsigned-5.
4.0-999
-generic_5.
4.0-999.20191008220
2_amd64.deb
wget
-nc
-P
"
$workspace
/part_files/"
https://kernel.ubuntu.com/~kernel-ppa/mainline/
daily/current
/linux-modules-5.
4.0-999
-generic_5.
4.0-999.20191008220
2_amd64.deb
./create_offlinerepo.sh
"
$workspace
/part_files/archives"
"
$kubuntu
"
$(
grep
'^[^#]'
packages |
cut
-d
'|'
-f
2
)
./create_offlinerepo.sh
"
$workspace
/part_files/archives"
"
$xubuntu
"
$(
grep
'^[^#]'
packages |
cut
-d
'|'
-f
2
)
cp
packages
"
$workspace
/part_files/packages"
...
...
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