#875 Python Classroom: Share disk size declaration between disk and live
Merged 2 years ago by adamwill. Opened 2 years ago by churchyard.
churchyard/fedora-kickstarts classroom_disk_size_common  into  main

@@ -6,6 +6,3 @@ 

  

  %include fedora-live-workstation.ks

  %include fedora-python-classroom-gnome-common.ks

- 

- # https://bugzilla.redhat.com/show_bug.cgi?id=1695796

- part / --size 8192

@@ -6,6 +6,9 @@ 

  

  %include fedora-python-classroom-common.ks

  

+ # https://bugzilla.redhat.com/show_bug.cgi?id=1695796

+ part / --size 8192

+ 

  %packages

  emacs

  python3-matplotlib-tk

The disk image for aarch64 fails to build for not enough space,
see https://pagure.io/releng/failed-composes/issue/3206

rebased onto 0937339

2 years ago

Pull-Request has been merged by adamwill

2 years ago