From aed3d91aa71f2cfc86acb8c20148e7775adc7759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= Date: Fri, 1 Nov 2024 16:36:33 +0100 Subject: [PATCH] Change platform in xwindows_runlevel_target The rule xwindows_runlevel_target should be applicable during bootable container image build. The built image should contain a correct systemd default target because once the image is booted this target will be applied. Therefore we are extending the rule applicability also to bootable containers. --- .../disabling_xwindows/xwindows_runlevel_target/rule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux_os/guide/services/xwindows/disabling_xwindows/xwindows_runlevel_target/rule.yml b/linux_os/guide/services/xwindows/disabling_xwindows/xwindows_runlevel_target/rule.yml index 8500723f5fa..bb4f6cd933e 100644 --- a/linux_os/guide/services/xwindows/disabling_xwindows/xwindows_runlevel_target/rule.yml +++ b/linux_os/guide/services/xwindows/disabling_xwindows/xwindows_runlevel_target/rule.yml @@ -53,4 +53,4 @@ fixtext: |- srg_requirement: 'The graphical display manager must not be the default target on {{{ full_name }}} unless approved.' -platform: machine +platform: system_with_kernel