Skip to content

Commit

Permalink
rootfs: delete sys-kernel-config.mount
Browse files Browse the repository at this point in the history
This mount was not functional due to missing CONFIG_CONFIGFS_FS in the
Guest kernel.

Deleting sys-kernel-config.mount also disables modprobe@configfs.service.

Signed-off-by: Dan Mihai <dmihai@microsoft.com>
  • Loading branch information
danmihai1 committed Jan 29, 2025
1 parent 2cf8e50 commit 21b5ce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/osbuilder/rootfs-builder/rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ TARGET_OS=${TARGET_OS:-linux}
readonly -a systemd_units=(
"blk-availability"
"sys-fs-fuse-connections"
"sys-kernel-config"
"systemd-ask-password-console"
"systemd-ask-password-wall"
"systemd-boot-update"
Expand Down

0 comments on commit 21b5ce3

Please sign in to comment.