Skip to content

Commit d8fb66f

Browse files
Merge pull request #353 from open-edge-platform/multirepo-priority
ubuntu with PTL BKC packages
2 parents 5ac46c9 + 1da3832 commit d8fb66f

File tree

19 files changed

+3499
-49
lines changed

19 files changed

+3499
-49
lines changed

config/general/image/grub2/grub

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
GRUB_TIMEOUT=0
1+
GRUB_TIMEOUT=5
2+
GRUB_TIMEOUT_STYLE=menu
23
GRUB_DISTRIBUTOR="{{.Hostname}}"
34
GRUB_DISABLE_SUBMENU=y
45
GRUB_TERMINAL_OUTPUT="console"
5-
GRUB_CMDLINE_LINUX="root={{.RootPartition}} boot_uuid={{.BootUUID}} {{.LuksUUID}} {{.EncryptionBootUUID}} {{.LVM}} {{.IMAPolicy}} {{.SELinux}} {{.FIPS}} {{.rdAuto}} {{.CGroup}} {{.ExtraCommandLine}} {{.SystemdVerity}} {{.RootHash}} net.ifnames=0"
6+
GRUB_CMDLINE_LINUX="root={{.RootPartition}} boot_uuid={{.BootUUID}} {{.LuksUUID}} {{.EncryptionBootUUID}} {{.LVM}} {{.IMAPolicy}} {{.SELinux}} {{.FIPS}} {{.rdAuto}} {{.CGroup}} {{.SystemdVerity}} {{.RootHash}} net.ifnames=0"
67
GRUB_CMDLINE_LINUX_DEFAULT="{{.ExtraCommandLine}} \$kernelopts"
78

89
# =============================notice===============================

0 commit comments

Comments
 (0)