This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a change to branch f26 in repository fedora-kickstarts.
from 685a19f MATE: remove backgounds from spin, already in comps new 5571ec2 arm: tweak the image root file slightly new d0ae69f arm: minor package tweaks, drop Intel wireless FW, trousers, dial-up as not overly useful OOTB on ARM new d9fab6d arm: drop dracut-config-rescue as the rescue images aren't overly useful on the disk images and cause other issues with extlinux
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fedora-arm-base.ks | 11 ++++++----- fedora-arm-minimal.ks | 4 +--- fedora-arm-server.ks | 3 +-- 3 files changed, 8 insertions(+), 10 deletions(-)
This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a commit to branch f26 in repository fedora-kickstarts.
commit 5571ec20dd8f39f03aea43cade52cacce6bdeac8 Author: Peter Robinson pbrobinson@fedoraproject.org Date: Wed Apr 5 13:48:57 2017 +0100
arm: tweak the image root file slightly
Signed-off-by: Peter Robinson pbrobinson@fedoraproject.org --- fedora-arm-base.ks | 2 +- fedora-arm-minimal.ks | 3 +-- fedora-arm-server.ks | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index ff4ca03..7c5046d 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -10,7 +10,7 @@ bootloader extlinux part /boot/fw --size=30 --fstype vfat --asprimary part /boot --size=512 --fstype ext4 --asprimary part swap --size=512 --fstype swap --asprimary -part / --size=3584 --fstype ext4 --asprimary +part / --size=2800 --fstype ext4 --asprimary
# make sure that initial-setup runs and lets us do all the configuration bits firstboot --reconfig diff --git a/fedora-arm-minimal.ks b/fedora-arm-minimal.ks index 3f5126b..d01dcb3 100644 --- a/fedora-arm-minimal.ks +++ b/fedora-arm-minimal.ks @@ -2,7 +2,7 @@
part /boot --size=512 --fstype ext4 part swap --size=256 --fstype swap -part / --size=1279 --fstype ext4 +part / --size=1200 --fstype ext4
%packages -@standard @@ -24,4 +24,3 @@ ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target echo .
%end - diff --git a/fedora-arm-server.ks b/fedora-arm-server.ks index 9c31d87..026e460 100644 --- a/fedora-arm-server.ks +++ b/fedora-arm-server.ks @@ -1,7 +1,7 @@ %include fedora-arm-base.ks
# server defaults to xfs for / so lets do so on arm also -part / --size=3000 --fstype xfs +part / --size=2500 --fstype xfs
%packages -@dial-up
This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a commit to branch f26 in repository fedora-kickstarts.
commit d0ae69f8eba0e66e272b32e74e896b2121e02ba2 Author: Peter Robinson pbrobinson@fedoraproject.org Date: Wed Apr 5 13:57:04 2017 +0100
arm: minor package tweaks, drop Intel wireless FW, trousers, dial-up as not overly useful OOTB on ARM
Signed-off-by: Peter Robinson pbrobinson@fedoraproject.org --- fedora-arm-base.ks | 9 +++++---- fedora-arm-minimal.ks | 1 - fedora-arm-server.ks | 1 - 3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index 7c5046d..d76fe32 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -23,10 +23,11 @@ services --enabled=sshd,NetworkManager,avahi-daemon,rsyslog,chronyd,initial-setu @core @standard @hardware-support -@dial-up
kernel +# remove this in %post dracut-config-generic + # install tools needed to manage and boot arm systems @arm-tools rng-tools @@ -35,12 +36,12 @@ extlinux-bootloader bcm283x-firmware initial-setup initial-setup-gui +-iwl* +-ipw* +-trousers-lib #lets resize / on first boot # dracut-modules-growroot
-# remove this in %post -dracut-config-generic - # make sure all the locales are available for inital0-setup and anaconda to work glibc-all-langpacks
diff --git a/fedora-arm-minimal.ks b/fedora-arm-minimal.ks index d01dcb3..f03231a 100644 --- a/fedora-arm-minimal.ks +++ b/fedora-arm-minimal.ks @@ -6,7 +6,6 @@ part / --size=1200 --fstype ext4
%packages -@standard --@dial-up -initial-setup-gui -generic-release* -glibc-all-langpacks diff --git a/fedora-arm-server.ks b/fedora-arm-server.ks index 026e460..599e375 100644 --- a/fedora-arm-server.ks +++ b/fedora-arm-server.ks @@ -4,7 +4,6 @@ part / --size=2500 --fstype xfs
%packages --@dial-up # install the default groups for the server evironment since installing the environment is not working @server-product @standard
This is an automated email from the git hooks/post-receive script.
pbrobinson pushed a commit to branch f26 in repository fedora-kickstarts.
commit d9fab6d0a9f91a839cf31b226f910b26fa067310 Author: Peter Robinson pbrobinson@fedoraproject.org Date: Wed Apr 5 13:58:24 2017 +0100
arm: drop dracut-config-rescue as the rescue images aren't overly useful on the disk images and cause other issues with extlinux
Signed-off-by: Peter Robinson pbrobinson@fedoraproject.org --- fedora-arm-base.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index d76fe32..7602955 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -27,7 +27,7 @@ services --enabled=sshd,NetworkManager,avahi-daemon,rsyslog,chronyd,initial-setu kernel # remove this in %post dracut-config-generic - +-dracut-config-rescue # install tools needed to manage and boot arm systems @arm-tools rng-tools