Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
alpine-conf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
alpine-conf
Commits
36f07b2c
Commit
36f07b2c
authored
Jun 13, 2018
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup-disk: simplify grub config generation
remove variable that is not needed
parent
cbf0eb9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
setup-disk.in
setup-disk.in
+1
-2
No files found.
setup-disk.in
View file @
36f07b2c
...
...
@@ -307,14 +307,13 @@ setup_grub() {
fi
# setup GRUB config
local
kernel
=
vmlinuz-
$KERNEL_FLAVOR
# all_video is needed to remove the video error on boot
cat
>
"
$mnt
"
/boot/grub/grub.cfg
<<-
EOF
set timeout=2
insmod all_video
menuentry "Alpine Linux" {
linux /boot/
$kernel
modules=
$modules
root=
$root
$kernel_opts
linux /boot/
vmlinuz-
$KERNEL_FLAVOR
modules=
$modules
root=
$root
$kernel_opts
initrd /boot/initramfs-
$KERNEL_FLAVOR
}
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