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
lipstick
Commits
6c21bbdd
Commit
6c21bbdd
authored
Mar 26, 2015
by
Christopher Spinrath
Browse files
grub.cfg: menuentry with fnord option
parent
d9ae9e43
Changes
1
Hide whitespace changes
Inline
Side-by-side
grub/grub.cfg
View file @
6c21bbdd
...
...
@@ -135,6 +135,16 @@ menuentry "${lip_flavor} ${lip_version}${lip_extra_info} ${bits}bit (english, fa
LoadCasper
}
menuentry "${lip_flavor} ${lip_version}${lip_extra_info} ${bits}bit (deutsch, fnord)" {
set cmdline="debian-installer/locale=de_DE console-setup/layoutcode=de fnord"
LoadCasper
}
menuentry "${lip_flavor} ${lip_version}${lip_extra_info} ${bits}bit (english, fnord)" {
set cmdline="fnord"
LoadCasper
}
menuentry "${lip_flavor} ${lip_version}${lip_extra_info} ${bits}bit (deutsch, load casper from first disk)" {
set cmdline="debian-installer/locale=de_DE console-setup/layoutcode=de live-media=/dev/sda1"
LoadCasper
...
...
Write
Preview
Supports
Markdown
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