From b240113a8439154e29f2728286b6e803dded31b8 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 20 Mar 2020 17:21:32 +0000 Subject: [PATCH] buildextend-installer: Remove unnecessary kargs exclusions I was looking at this to figure out why `console` was omitted, and noticed we could trim some cruft here. We no longer use `root` or `rootflags` etc. since we reworked rootfs discovery in https://github.com/coreos/fedora-coreos-config/pull/187 etc. --- src/cmd-buildextend-installer | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cmd-buildextend-installer b/src/cmd-buildextend-installer index 0047b2a847..1d7727ea95 100755 --- a/src/cmd-buildextend-installer +++ b/src/cmd-buildextend-installer @@ -35,9 +35,6 @@ live_exclude_kargs = set([ 'console', # no serial console by default on ISO 'ignition.platform.id', # we hardcode "metal" 'ostree', # dracut finds the tree automatically - 'root', # we use root.squashfs - 'rootflags', # not needed - 'rw', # we have a read-only root ]) # Parse args and dispatch