anaconda: drop useless on Qubes dependencies on network filesystems
Installing Qubes on network drive is not supported, so drop those dependencies.
This commit is contained in:
parent
8b37d08376
commit
1c80b74083
@ -102,7 +102,6 @@ Requires: python3-kickstart >= %{pykickstartver}
|
|||||||
Requires: langtable-data >= %{langtablever}
|
Requires: langtable-data >= %{langtablever}
|
||||||
Requires: langtable-python3 >= %{langtablever}
|
Requires: langtable-python3 >= %{langtablever}
|
||||||
Requires: authconfig
|
Requires: authconfig
|
||||||
Requires: firewalld >= %{firewalldver}
|
|
||||||
Requires: util-linux >= %{utillinuxver}
|
Requires: util-linux >= %{utillinuxver}
|
||||||
Requires: python3-dbus
|
Requires: python3-dbus
|
||||||
Requires: python3-pwquality
|
Requires: python3-pwquality
|
||||||
@ -126,17 +125,10 @@ Requires: python3-ntplib
|
|||||||
Requires: rsync
|
Requires: rsync
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
Requires: fcoe-utils >= %{fcoeutilsver}
|
|
||||||
%endif
|
|
||||||
Requires: python3-iscsi-initiator-utils >= %{iscsiver}
|
|
||||||
%ifarch %{ix86} x86_64
|
|
||||||
%if ! 0%{?rhel}
|
%if ! 0%{?rhel}
|
||||||
Requires: hfsplus-tools
|
Requires: hfsplus-tools
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%ifnarch aarch64
|
|
||||||
Requires: kexec-tools
|
|
||||||
%endif
|
|
||||||
Requires: python3-pid
|
Requires: python3-pid
|
||||||
|
|
||||||
Requires: python3-coverage
|
Requires: python3-coverage
|
||||||
|
@ -2099,12 +2099,6 @@ def parseKickstart(f):
|
|||||||
|
|
||||||
# We need this so all the /dev/disk/* stuff is set up before parsing.
|
# We need this so all the /dev/disk/* stuff is set up before parsing.
|
||||||
udev.trigger(subsystem="block", action="change")
|
udev.trigger(subsystem="block", action="change")
|
||||||
# So that drives onlined by these can be used in the ks file
|
|
||||||
blivet.iscsi.iscsi().startup()
|
|
||||||
blivet.fcoe.fcoe().startup()
|
|
||||||
blivet.zfcp.ZFCP().startup()
|
|
||||||
# Note we do NOT call dasd.startup() here, that does not online drives, but
|
|
||||||
# only checks if they need formatting, which requires zerombr to be known
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
ksparser.readKickstart(f)
|
ksparser.readKickstart(f)
|
||||||
|
Loading…
Reference in New Issue
Block a user