mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 18:27:18 +00:00
debian/grub: Remove override variable support
The support for GRUB_CMDLINE_LINUX_ACRN_REPLACE_DEFAULT GRUB_CMDLINE_LINUX_ACRN_REPLACE to override kernel parameter settings when booting ACRN Service VM has been discontinued in favor of setting the kernel parameters in the scenario configuration properly. Tracked-On: #6688 Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
committed by
acrnsi-robot
parent
a75ac7e77f
commit
a344010e68
21
debian/grub/acrn.cfg
vendored
21
debian/grub/acrn.cfg
vendored
@@ -1,21 +1,6 @@
|
||||
# When running update-grub with the ACRN hypervisor installed, there are
|
||||
# some additional variables that can be used to pass options to the
|
||||
# hypervisor or the SOS kernel.
|
||||
#
|
||||
# The configuration in here makes it possible to have different options set
|
||||
# for the linux kernel when booting with or without ACRN.
|
||||
|
||||
echo "Including ACRN overrides from /etc/default/grub.d/acrn.cfg"
|
||||
|
||||
#######################################################################
|
||||
# SOS Kernel Command Line Options
|
||||
#
|
||||
# The next options are used for creating additional kernel arguments for
|
||||
# SOS kernel. ACRN already has built-in parameters so be careful
|
||||
# in what you add!
|
||||
#
|
||||
#GRUB_CMDLINE_LINUX_ACRN_REPLACE_DEFAULT=""
|
||||
#GRUB_CMDLINE_LINUX_ACRN_REPLACE=""
|
||||
# No override variables here any more. To add any custom kernel parameters
|
||||
# for ACRN Service VM boot, please adapt your scenario configuration
|
||||
# accordingly!
|
||||
|
||||
# Make booting into ACRN the default. Set the following variable to 0 or 1
|
||||
# explicitly to avoid the message warning from being printed.
|
||||
|
Reference in New Issue
Block a user