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
446f74ec
Commit
446f74ec
authored
Oct 02, 2019
by
OSAK Buildhauer
Browse files
assemble_image.sh: use grub 2.02 from old image instead of broken grub 2.04
parent
84750624
Changes
1
Show whitespace changes
Inline
Side-by-side
assemble_image.sh
View file @
446f74ec
...
...
@@ -4,8 +4,9 @@ set -e
set
-x
image_size
=
"7G"
kubuntu
=
"kubuntu-eoan-desktop-amd64.daily_2019-09-17.iso"
xubuntu
=
"xubuntu-eoan-desktop-amd64.daily_2019-09-17.iso"
kubuntu
=
"kubuntu-19.10-beta-desktop-amd64.iso"
xubuntu
=
"xubuntu-19.10-beta-desktop-amd64.iso"
old_buntu
=
"xubuntu-18.04.3-desktop-amd64.iso"
workspace
=
"/workspace"
# mtools, ddrescure, fdisk, grub, 7z
...
...
@@ -18,8 +19,8 @@ rsync -av /usr/share/grub/themes "$workspace/part_files"/grub
mkdir
-p
"
$workspace
/part_files"
/grub/fonts/
rsync
-av
/usr/share/grub/unicode.pf2
"
$workspace
/part_files"
/grub/fonts/
7z x
"
$
ku
buntu
"
-o
"
$workspace
/part_files"
EFI/
7z x
"
$
ku
buntu
"
-o
"
$workspace
/part_files"
boot/grub/x86_64-efi
7z x
"
$
old_
buntu
"
-o
"
$workspace
/part_files"
EFI/
7z x
"
$
old_
buntu
"
-o
"
$workspace
/part_files"
boot/grub/x86_64-efi
mv
"
$workspace
/part_files"
/grub/
*
"
$workspace
/part_files"
/boot/grub/
rm
-rf
"
$workspace
/part_files"
/grub
...
...
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