From 497c78f72988b21ae16a64a36a0a60ef0e9d5103 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 17 Mar 2022 17:35:06 +0100 Subject: [PATCH] Revert "Python Classroom: Share disk size declaration between disk and live" This reverts commit 093733933f3035b45f723953fc91b1c285437bec. BuildError: Failed to parse kickstart file '.../fedora-disk-python-classroom.ks' : The following problem occurred on line 12 of the kickstart file: The part/partition and autopart commands can't be used at the same time. --- fedora-live-python-classroom.ks | 3 +++ fedora-python-classroom-gnome-common.ks | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fedora-live-python-classroom.ks b/fedora-live-python-classroom.ks index d2bf73f..9475f17 100644 --- a/fedora-live-python-classroom.ks +++ b/fedora-live-python-classroom.ks @@ -6,3 +6,6 @@ %include fedora-live-workstation.ks %include fedora-python-classroom-gnome-common.ks + +# https://bugzilla.redhat.com/show_bug.cgi?id=1695796 +part / --size 8192 diff --git a/fedora-python-classroom-gnome-common.ks b/fedora-python-classroom-gnome-common.ks index bc63008..a3d1d22 100644 --- a/fedora-python-classroom-gnome-common.ks +++ b/fedora-python-classroom-gnome-common.ks @@ -6,9 +6,6 @@ %include fedora-python-classroom-common.ks -# https://bugzilla.redhat.com/show_bug.cgi?id=1695796 -part / --size 8192 - %packages emacs python3-matplotlib-tk