#371 kde spin fixes (f28)
Closed 7 years ago by rdieter. Opened 7 years ago by rdieter.
Unknown source f28  into  master

file modified
+1 -3
@@ -4,8 +4,7 @@

  selinux --enforcing

  firewall --enabled --service=mdns,ssh

  

- # configure extlinux bootloader

- bootloader extlinux

+ bootloader --location=mbr

  

  part /boot/fw --size=30 --fstype vfat --asprimary

  part /boot --size=512 --fstype ext4 --asprimary
@@ -39,7 +38,6 @@

  initial-setup-gui

  -iwl*

  -ipw*

- -trousers-lib

  -usb_modeswitch

  -iproute-tc

  #lets resize / on first boot

file modified
+1 -1
@@ -2,7 +2,7 @@

  %include fedora-arm-xbase.ks

  %include fedora-kde-common.ks

  

- part / --size=5690 --fstype ext4

+ part / --size=6300 --fstype ext4

  

  %post

  

file modified
+2
@@ -2,6 +2,8 @@

  %include fedora-arm-xbase.ks

  %include fedora-lxde-common.ks

  

+ part / --size=4000 --fstype ext4

+ 

  %post

  

  %end

file modified
+1 -1
@@ -2,7 +2,7 @@

  %include fedora-arm-xbase.ks

  %include fedora-lxqt-common.ks

  

- part / --size=3800 --fstype ext4 --asprimary

+ part / --size=4200 --fstype ext4 --asprimary

  

  %packages

  # trojita not available on non-x86 platforms

file modified
+1 -1
@@ -2,7 +2,7 @@

  %include fedora-arm-xbase.ks

  %include fedora-mate-common.ks

  

- part / --size=5500 --fstype ext4

+ part / --size=6000 --fstype ext4

  

  %post

  

file modified
+1 -1
@@ -2,7 +2,7 @@

  %include fedora-arm-xbase.ks

  %include fedora-workstation-common.ks

  

- part / --size=5500 --fstype ext4

+ part / --size=6200 --fstype ext4

  

  %packages

  -initial-setup

file modified
+1 -1
@@ -2,7 +2,7 @@

  %include fedora-arm-xbase.ks

  %include fedora-xfce-common.ks

  

- part / --size=4500 --fstype ext4

+ part / --size=4700 --fstype ext4

  

  %post

  

file modified
+4 -3
@@ -41,7 +41,8 @@

  zerombr

  clearpart --all

  # Implement: https://pagure.io/atomic-wg/issue/281

- # The bare metal layout default is in http://pkgs.fedoraproject.org/cgit/rpms/fedora-productimg-atomic.git

+ # The bare metal layout currently inherits from fedora server and is in

+ # https://github.com/rhinstaller/anaconda/blob/master/pyanaconda/installclasses/fedora_atomic_host.py

  # However, the disk size is currently just 6GB for the cloud image (defined in pungi-fedora).  So the

  # "15GB, rest unallocated" model doesn't make sense.  The Vagrant box is 40GB (apparently a number of

  # Vagrant boxes come big and rely on thin provisioning).
@@ -57,7 +58,7 @@

  

  # Equivalent of %include fedora-repo.ks

  # Pull from the ostree repo that was created during the compose

- ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/compose/atomic/rawhide/ --ref=fedora/rawhide/${basearch}/atomic-host

+ ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/compose/atomic/repo/ --ref=fedora/28/${basearch}/atomic-host

  

  reboot

  
@@ -67,7 +68,7 @@

  # This location is where the compose gets synced to after the compose

  # is done.

  ostree remote delete fedora-atomic

- ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-28-primary fedora-atomic 'https://kojipkgs.fedoraproject.org/atomic/rawhide/'

+ ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-28-primary fedora-atomic 'https://kojipkgs.fedoraproject.org/atomic/repo/'

  

  # older versions of livecd-tools do not follow "rootpw --lock" line above

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

file modified
+8 -8
@@ -35,7 +35,8 @@

  

  firewall --disabled

  

- bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"

+ # We pass net.ifnames=0 because we always want to use eth0 here on all the cloud images.

+ bootloader --timeout=1 --append="no_timer_check net.ifnames=0 console=tty1 console=ttyS0,115200n8"

  

  network --bootproto=dhcp --device=link --activate --onboot=on

  services --enabled=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
@@ -170,11 +171,6 @@

  DEVTIMEOUT=10

  EOF

  

- # For cloud images, 'eth0' _is_ the predictable device name, since

- # we don't want to be tied to specific virtual (!) hardware

- rm -f /etc/udev/rules.d/70*

- ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules

- 

  # simple eth0 config, again not hard-coded to the build hardware

  cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF

  DEVICE="eth0"
@@ -245,8 +241,12 @@

  rm -f /var/tmp/zeros

  echo "(Don't worry -- that out-of-space error was expected.)"

  

- # For trac ticket https://fedorahosted.org/cloud/ticket/128

- rm -f /etc/sysconfig/network-scripts/ifcfg-ens3

+ # When we build the image with oz, dracut is used 

+ # and sets up a ifcfg-en<whatever> for the device. We don't 

+ # want to use this, we use eth0 so it is always the same. 

+ # So we remove all these ifcfg-en<whatever> devices so 

+ # The 'network' service can come up cleanly.

+ rm -f /etc/sysconfig/network-scripts/ifcfg-en*

  

  # Enable network service here, as doing it in the services line

  # fails due to RHBZ #1369794

file modified
+1 -11
@@ -11,7 +11,7 @@

  ### The KDE-Desktop

  

  ### Browser

- qupzilla

+ falkon

  

  ### fixes

  
@@ -45,16 +45,6 @@

  

  ### space issues

  

- # fonts (we make no bones about admitting we're english-only)

- wqy-microhei-fonts			# a compact CJK font, to replace:

- -naver-nanum-gothic-fonts		# Korean

- -vlgothic-fonts				# Japanese

- -adobe-source-han-sans-cn-fonts		# simplified Chinese

- -adobe-source-han-sans-tw-fonts 	# traditional Chinese

- 

- -paratype-pt-sans-fonts	# Cyrillic (already supported by DejaVu), huge

- #-stix-fonts		# mathematical symbols

- 

  # admin-tools

  -gnome-disk-utility

  # kcm_clock still lacks some features, so keep system-config-date around

@@ -2,8 +2,6 @@

  %packages

  -@input-methods

  -scim*

- -m17n*

- -ibus*

  -iok

  %end

  

file modified
+2 -1
@@ -14,7 +14,8 @@

  # Maintainer: Christian Dersch <lupinix@fedoraproject.org>

  #             https://fedoraproject.org/wiki/User:Lupinix

  

- %include fedora-live-kde.ks

+ %include fedora-live-kde-base.ks

+ %include fedora-live-minimization.ks

  

  # The recommended part size for DVDs is too close to use for the astronomy spin

  part / --size 14500

file modified
+2 -3
@@ -31,10 +31,9 @@

  powerline

  powerline-fonts

  

- 

  # Extra wallpapers

- f26-backgrounds-extras-base

- f26-backgrounds-extras-gnome

+ # f26-backgrounds-extras-base

+ # f26-backgrounds-extras-gnome

  

  # removal of unneeded applications

  -gnome-boxes

@@ -12,7 +12,6 @@

  -autofs

  # smartcards won't really work on the livecd.

  -coolkey

- -wget

  

  # scanning takes quite a bit of space :/

  -xsane

file modified
-1
@@ -47,7 +47,6 @@

  

  # Dictionaries are big

  -aspell-*

- -hunspell-*

  -man-pages*

  -words

  

@@ -20,9 +20,9 @@

  @engineering-and-scientific

  

  # scilab

- scilab

- scilab-devel

- scilab-doc

+ #scilab

+ #scilab-devel

+ #scilab-doc

  

  # Remove sagemath explicitly?

  -sagemath
@@ -50,7 +50,7 @@

  python-ipython-console

  python-ipython-notebook

  sympy

- python-networkx

+ #python-networkx

  python-pandas

  

  #python 3 and tools/libraries not included from the groups
@@ -63,7 +63,7 @@

  python3-ipython-console

  python3-ipython-notebook

  python3-sympy

- python3-networkx

+ #python3-networkx

  python3-pandas

  

  # matplotlib backends
@@ -80,7 +80,7 @@

  gcc-gfortran

  

  # GUI for R

- rkward

+ #rkward

  

  # GUI for Octave

  qtoctave

file modified
-1
@@ -36,7 +36,6 @@

  -acpid

  -gimp-help

  -desktop-backgrounds-basic

- -realmd                     # only seems to be used in GNOME

  -PackageKit*                # we switched to dnfdragora, so we don't need this

  -aspell-*                   # dictionaries are big

  -gnumeric

file modified
+9 -1
@@ -17,12 +17,20 @@

  cat >> /etc/rc.d/init.d/livesys << EOF

  

  

- # disable updates plugin

+ # disable gnome-software automatically downloading updates

  cat >> /usr/share/glib-2.0/schemas/org.gnome.software.gschema.override << FOE

  [org.gnome.software]

  download-updates=false

  FOE

  

+ # don't autostart gnome-software session service

+ rm -f /etc/xdg/autostart/gnome-software-service.desktop

+ 

+ # disable the gnome-software shell search provider

+ cat >> /usr/share/gnome-shell/search-providers/org.gnome.Software-search-provider.ini << FOE

+ DefaultDisabled=true

+ FOE

+ 

  # don't run gnome-initial-setup

  mkdir ~liveuser/.config

  touch ~liveuser/.config/gnome-initial-setup-done

file modified
-17
@@ -1,6 +1,4 @@

  %packages

- -PackageKit*                # we switched to dnfdragora, so we don't need this

- firefox

  @mate

  compiz

  compiz-plugins-main
@@ -16,22 +14,11 @@

  emerald

  fusion-icon

  @networkmanager-submodules

- blueberry

  

  # some apps from mate-applications

  caja-actions

  mate-disk-usage-analyzer

  

- # system tools

- system-config-printer

- system-config-printer-applet

- lightdm-gtk-greeter-settings

- 

- # audio video

- parole

- exaile

- gstreamer1-plugins-ugly-free # mp3 support

- 

  # blacklist applications which breaks mate-desktop

  -audacious

  
@@ -41,10 +28,6 @@

  # dsl tools

  rp-pppoe

  

- # some tools

- p7zip

- p7zip-plugins

- 

  # FIXME; apparently the glibc maintainers dislike this, but it got put into the

  # desktop image at some point.  We won't touch this one for now.

  nss-mdns

@@ -18,7 +18,6 @@

  -@sound-and-video

  -@multimedia

  -dleyna*

- -evolution*

  -gnome-boxes

  -gnome-calendar

  -gnome-clocks
@@ -27,6 +26,7 @@

  -gnome-documents

  -gnome-font-viewer

  -gnome-maps

+ -gnome-photos

  -gnome-weather

  -grilo-plugins

  -cheese
@@ -35,7 +35,6 @@

  

  # This is no longer workstation

  -@workstation-product

- -fedora-productimg-workstation

  

  # Add a web browser

  @firefox
@@ -56,11 +55,11 @@

  

  # Dictionaries are big

  -aspell-*

- -hunspell-*

  -words

  

  # Help and art can be big, too

  -gnome-user-docs

+ -gnome-getting-started-docs

  -desktop-backgrounds-basic

  -*backgrounds-extras

  

file modified
+2 -2
@@ -3,7 +3,7 @@

  # Exactly one of the following should be uncommented

  

  # For the master branch the following should be uncommented

- %include fedora-repo-rawhide.ks

+ # %include fedora-repo-rawhide.ks

  

  # For non-master branches the following should be uncommented

- # %include fedora-repo-not-rawhide.ks

+ %include fedora-repo-not-rawhide.ks

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

  @printing

  @workstation-product

  

- # Branding for the installer

- fedora-productimg-workstation

- 

  # Exclude unwanted packages from @anaconda-tools group

  -gfs2-utils

  -reiserfs-utils