Skip to content

Commit

Permalink
podvm: bootc remove non required kernel options
Browse files Browse the repository at this point in the history
  • Loading branch information
snir911 committed Dec 11, 2024
1 parent 34bd6ff commit 0f8c0a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions config/peerpods/podvm/azure-podvm-image-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,3 @@ data:
[[customizations.filesystem]]
mountpoint = "/var/kata-containers"
minsize = "15 GiB"
[customizations.kernel]
append = "selinux=0 enforcing=0 audit=0"
3 changes: 0 additions & 3 deletions config/peerpods/podvm/bootc/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ minsize = "5 GiB"
[[customizations.filesystem]]
mountpoint = "/var/kata-containers"
minsize = "15 GiB"

[customizations.kernel]
append = "selinux=0 enforcing=0 audit=0"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[install.filesystem.root]
type = "ext4"
type = "xfs"
[install]
kargs = [ "console=ttyS0", "selinux=0", "enforcing=0", "audit=0"]
kargs = ["console=ttyS0"]
match-architectures = ["x86_64"]

0 comments on commit 0f8c0a0

Please sign in to comment.