anaconda: drop useless on Qubes dependencies on network filesystems

Installing Qubes on network drive is not supported, so drop those
dependencies.
pull/2/head
Marek Marczykowski-Górecki 8 years ago
parent 8b37d08376
commit 1c80b74083
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -102,7 +102,6 @@ Requires: python3-kickstart >= %{pykickstartver}
Requires: langtable-data >= %{langtablever}
Requires: langtable-python3 >= %{langtablever}
Requires: authconfig
Requires: firewalld >= %{firewalldver}
Requires: util-linux >= %{utillinuxver}
Requires: python3-dbus
Requires: python3-pwquality
@ -126,17 +125,10 @@ Requires: python3-ntplib
Requires: rsync
Requires: systemd
%ifarch %{ix86} x86_64
Requires: fcoe-utils >= %{fcoeutilsver}
%endif
Requires: python3-iscsi-initiator-utils >= %{iscsiver}
%ifarch %{ix86} x86_64
%if ! 0%{?rhel}
Requires: hfsplus-tools
%endif
%endif
%ifnarch aarch64
Requires: kexec-tools
%endif
Requires: python3-pid
Requires: python3-coverage

@ -2099,12 +2099,6 @@ def parseKickstart(f):
# We need this so all the /dev/disk/* stuff is set up before parsing.
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:
ksparser.readKickstart(f)

Loading…
Cancel
Save