Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Gitlab has been upgraded to v13.9
🎉
. Enjoy
Open sidebar
alpine
alpine-conf
Commits
cbf0eb9f
Commit
cbf0eb9f
authored
Jun 12, 2018
by
Mike Sullivan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alpine-conf: fix boot issue by having grub.cfg use linux-vanilla
parent
fad6d8ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
setup-disk.in
setup-disk.in
+1
-5
No files found.
setup-disk.in
View file @
cbf0eb9f
...
@@ -307,11 +307,7 @@ setup_grub() {
...
@@ -307,11 +307,7 @@ setup_grub() {
fi
fi
# setup GRUB config
# setup GRUB config
local
kernel
local
kernel
=
vmlinuz-
$KERNEL_FLAVOR
case
$KERNEL_FLAVOR
in
vanilla
)
kernel
=
vmlinuz
;;
*
)
kernel
=
vmlinuz-
$KERNEL_FLAVOR
;;
esac
# all_video is needed to remove the video error on boot
# all_video is needed to remove the video error on boot
cat
>
"
$mnt
"
/boot/grub/grub.cfg
<<-
EOF
cat
>
"
$mnt
"
/boot/grub/grub.cfg
<<-
EOF
...
...
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