[fedora-kickstarts] branch f33 updated (d9276e3 -> fae2af8)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
adamwill pushed a change to branch f33
in repository fedora-kickstarts.
from d9276e3 Refactor fedora-arm-python-classroom to use its own paritioning
add fae2af8 Detect arch for copying uboot on arm.
No new revisions were added by this update.
Summary of changes:
fedora-disk-base.ks | 3 +++
fedora-modular-disk-minimal.ks | 3 +++
2 files changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 years, 11 months
[fedora-kickstarts] branch master updated (033152d -> f249702)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
mohanboddu pushed a change to branch master
in repository fedora-kickstarts.
from 033152d ELN: Do not remove /run/nologin, it does not exist in ELN image.
add f249702 ELN: Install fedora-release-eln instead of fedora-release-container.
No new revisions were added by this update.
Summary of changes:
fedora-eln-container-base.ks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 years, 11 months
[fedora-kickstarts] branch master updated (0d53f9c -> 033152d)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
humaton pushed a change to branch master
in repository fedora-kickstarts.
from 0d53f9c ELN: Move %post scripts from --nochroot %post to normal %post.
add 033152d ELN: Do not remove /run/nologin, it does not exist in ELN image.
No new revisions were added by this update.
Summary of changes:
fedora-eln-container-base.ks | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 years, 11 months
[fedora-kickstarts] branch master updated (79d9cee -> 0d53f9c)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
humaton pushed a change to branch master
in repository fedora-kickstarts.
from 79d9cee Add maintainers for Robotics lab
add 0d53f9c ELN: Move %post scripts from --nochroot %post to normal %post.
No new revisions were added by this update.
Summary of changes:
fedora-eln-container-base.ks | 44 +++++++++++++++++++++++---------------------
1 file changed, 23 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 years, 11 months
[fedora-kickstarts] branch master updated (c15cca1 -> 79d9cee)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch master
in repository fedora-kickstarts.
from c15cca1 Refactor fedora-arm-python-classroom to use its own paritioning
add 79d9cee Add maintainers for Robotics lab
No new revisions were added by this update.
Summary of changes:
maintainers.toml | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 years, 11 months
[fedora-kickstarts] branch master updated: Refactor fedora-arm-python-classroom to use its own paritioning
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a commit to branch master
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/master by this push:
new c15cca1 Refactor fedora-arm-python-classroom to use its own paritioning
c15cca1 is described below
commit c15cca1ca3a10801c9622c2ffc4629278dc3c16b
Author: Paul Whalen <pwhalen(a)fedoraproject.org>
AuthorDate: Wed Oct 7 09:57:29 2020 -0400
Refactor fedora-arm-python-classroom to use its own paritioning
Signed-off-by: Paul Whalen <pwhalen(a)fedoraproject.org>
---
fedora-arm-python-classroom.ks | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/fedora-arm-python-classroom.ks b/fedora-arm-python-classroom.ks
index 866aea0..102bc0d 100644
--- a/fedora-arm-python-classroom.ks
+++ b/fedora-arm-python-classroom.ks
@@ -4,5 +4,27 @@
# The ARM Workstion based Python Classroom Lab
-%include fedora-arm-workstation.ks
+%include fedora-arm-base.ks
+%include fedora-arm-xbase.ks
+%include fedora-workstation-common.ks
%include fedora-python-classroom-gnome-common.ks
+
+part btrfs.007 --fstype="btrfs" --size=7000
+btrfs none --label=fedora btrfs.007
+btrfs /home --subvol --name=home LABEL=fedora
+btrfs / --subvol --name=root LABEL=fedora
+
+%packages
+-initial-setup
+-initial-setup-gui
+-libvirt*
+-gnome-boxes
+
+%end
+
+%post
+# Most of the ARM X accelerated drivers need some level of CMA allocation
+sed -i 's/\(append .*\)/\1 cma=256MB/' /boot/extlinux/extlinux.conf
+
+%end
+
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 years, 11 months
[fedora-kickstarts] branch master updated: Bump Xfce and LXDE rootfs to fix failing images.
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a commit to branch master
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/master by this push:
new 1bb4663 Bump Xfce and LXDE rootfs to fix failing images.
1bb4663 is described below
commit 1bb46639b7e184a66297feec9a7a3657b9e54ac5
Author: Paul Whalen <pwhalen(a)fedoraproject.org>
AuthorDate: Wed Oct 7 09:37:18 2020 -0400
Bump Xfce and LXDE rootfs to fix failing images.
Signed-off-by: Paul Whalen <pwhalen(a)fedoraproject.org>
---
fedora-arm-lxde.ks | 2 +-
fedora-arm-xfce.ks | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fedora-arm-lxde.ks b/fedora-arm-lxde.ks
index 645f6fb..5cc17b1 100644
--- a/fedora-arm-lxde.ks
+++ b/fedora-arm-lxde.ks
@@ -2,7 +2,7 @@
%include fedora-arm-xbase.ks
%include fedora-lxde-common.ks
-part btrfs.007 --fstype="btrfs" --size=4100
+part btrfs.007 --fstype="btrfs" --size=4300
btrfs none --label=fedora btrfs.007
btrfs /home --subvol --name=home LABEL=fedora
btrfs / --subvol --name=root LABEL=fedora
diff --git a/fedora-arm-xfce.ks b/fedora-arm-xfce.ks
index b960ce1..ca1f4e5 100644
--- a/fedora-arm-xfce.ks
+++ b/fedora-arm-xfce.ks
@@ -2,7 +2,7 @@
%include fedora-arm-xbase.ks
%include fedora-xfce-common.ks
-part btrfs.007 --fstype="btrfs" --size=5000
+part btrfs.007 --fstype="btrfs" --size=5200
btrfs none --label=fedora btrfs.007
btrfs /home --subvol --name=home LABEL=fedora
btrfs / --subvol --name=root LABEL=fedora
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 years, 11 months
[fedora-kickstarts] branch master updated: Bump soas to fix initramfs creation.
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a commit to branch master
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/master by this push:
new 592b68d Bump soas to fix initramfs creation.
592b68d is described below
commit 592b68d72b4d779bf24a539797681b21945735ff
Author: Paul Whalen <pwhalen(a)fedoraproject.org>
AuthorDate: Mon Oct 5 16:06:52 2020 -0400
Bump soas to fix initramfs creation.
Signed-off-by: Paul Whalen <pwhalen(a)fedoraproject.org>
---
fedora-arm-soas.ks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fedora-arm-soas.ks b/fedora-arm-soas.ks
index b036b40..0f5e466 100644
--- a/fedora-arm-soas.ks
+++ b/fedora-arm-soas.ks
@@ -2,7 +2,7 @@
%include fedora-arm-xbase.ks
%include fedora-soas-common.ks
-part btrfs.007 --fstype="btrfs" --size=3300
+part btrfs.007 --fstype="btrfs" --size=3400
btrfs none --label=fedora btrfs.007
btrfs /home --subvol --name=home LABEL=fedora
btrfs / --subvol --name=root LABEL=fedora
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 years, 11 months
[fedora-kickstarts] branch master updated (e3284c3 -> 356cc54)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
mohanboddu pushed a change to branch master
in repository fedora-kickstarts.
from e3284c3 Fixes for ARMv7 images
add 356cc54 Enable ELN only repositories in ELN container.
No new revisions were added by this update.
Summary of changes:
fedora-eln-container-base.ks | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 years, 11 months
[fedora-kickstarts] branch f33 updated (db40229 -> d9276e3)
by pagure@pagure.io
This is an automated email from the git hooks/post-receive script.
kevin pushed a change to branch f33
in repository fedora-kickstarts.
from db40229 Bump Xfce and LXDE rootfs to fix failing images.
add d9276e3 Refactor fedora-arm-python-classroom to use its own paritioning
No new revisions were added by this update.
Summary of changes:
fedora-arm-python-classroom.ks | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
2 years, 11 months