Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
live-build
Commits
7f1f542c
Commit
7f1f542c
authored
Apr 30, 2014
by
Daniel Baumann
Browse files
Updating default boot parameters for live-config 4.x.
parent
4b5d8313
Changes
1
Hide whitespace changes
Inline
Side-by-side
functions/defaults.sh
View file @
7f1f542c
...
...
@@ -767,8 +767,8 @@ Set_defaults ()
# Setting boot parameters
case
"
${
LB_INITRAMFS
}
"
in
live-boot
)
LB_BOOTAPPEND_LIVE
=
"
${
LB_BOOTAPPEND_LIVE
:-
boot
=live co
nfig
quiet splash
}
"
LB_BOOTAPPEND_LIVE_FAILSAFE
=
"
${
LB_BOOTAPPEND_LIVE_FAILSAFE
:-
boot
=live co
nfig
memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal
}
"
LB_BOOTAPPEND_LIVE
=
"
${
LB_BOOTAPPEND_LIVE
:-
boot
=live co
mponents
quiet splash
}
"
LB_BOOTAPPEND_LIVE_FAILSAFE
=
"
${
LB_BOOTAPPEND_LIVE_FAILSAFE
:-
boot
=live co
mponents
memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal
}
"
;;
casper
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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