Registration is now invite-only. Any user can make an invite, you need to create it here and give resulting link to someone to register.

About project

Anaconda installer

Last commit

avatar
mikhailnov has added 1df514d501
Rebase to Anaconda 34

Anaconda 35 started to require python 3.9, but it is 3.8 in rosa2021.1
Anaconda 34 went into RHEL 9, let's use it

It will be an update from Anaconda 32 to 34 in rosa2021.1 (35 was in an experimental branch and not in repos)

Files in

100644 | 27 lines (23 sloc) | 1003 Bytes
From 8afa01cf7d46a89c642f9300daf105a6bc9a0cd7 Mon Sep 17 00:00:00 2001
From: Mikhail Novosyolov <m.novosyolov@rosalinux.ru>
Date: Mon, 12 Jul 2021 00:41:40 +0300
Subject: [PATCH 07/27] Do not preserve SELinux-related kernel cmdline

We in ROSA disable SELinux (or make it be permissive) in SELinux-enabled systems via kernel cmdline in LiveCD.
This disablement of SELinux must not be copied into the installed system.
---
 data/anaconda.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/anaconda.conf b/data/anaconda.conf
index 1f1fb081a..33ea4367c 100644
--- a/data/anaconda.conf
+++ b/data/anaconda.conf
@@ -135,7 +135,7 @@ nonibft_iscsi_boot = False
 preserved_arguments =
     cio_ignore rd.znet rd_ZNET zfcp.allow_lun_scan
     speakup_synth apic noapic apm ide noht acpi video
-    pci nodmraid nompath nomodeset noiswmd fips selinux
+    pci nodmraid nompath nomodeset noiswmd fips
     biosdevname ipv6.disable net.ifnames net.ifnames.prefix
     nosmt
 
-- 
2.31.1