mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-11 17:40:31 +08:00
Compare commits
45 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8362fef455 | ||
|
|
98793f88fc | ||
|
|
fdc6e91797 | ||
|
|
fc59bd2ea1 | ||
|
|
f36efa99ae | ||
|
|
f939a8962d | ||
|
|
4459c0b4d9 | ||
|
|
2a0203cbdc | ||
|
|
13dfe736a0 | ||
|
|
7a7e9ae8e3 | ||
|
|
5ce57cff5c | ||
|
|
f0b48b67f1 | ||
|
|
4e6f490df2 | ||
|
|
19fb7ff7c1 | ||
|
|
34acf4194e | ||
|
|
c236c5f53c | ||
|
|
af96d2b41f | ||
|
|
7f130daa85 | ||
|
|
bfe2b24660 | ||
|
|
dbc24121c3 | ||
|
|
76d448d742 | ||
|
|
d9cf0e73bd | ||
|
|
4f4fe63125 | ||
|
|
9fdd766e5d | ||
|
|
8445c1def0 | ||
|
|
9cd3e06cdb | ||
|
|
9d5fea902b | ||
|
|
23701ef2ff | ||
|
|
83b52c46cb | ||
|
|
2779df193d | ||
|
|
255b17f973 | ||
|
|
03e7ba50dd | ||
|
|
31617698c5 | ||
|
|
fbc2ec61f2 | ||
|
|
4ee646993f | ||
|
|
1ec1620e13 | ||
|
|
95993d9d0a | ||
|
|
0345ed81e0 | ||
|
|
bda78eb4a8 | ||
|
|
bbdbf1e1f4 | ||
|
|
3345265740 | ||
|
|
0905a3d16a | ||
|
|
eb579a9101 | ||
|
|
bd83b7d6e3 | ||
|
|
66722a9b3a |
@@ -4,8 +4,7 @@ auth --useshadow --passalgo=sha512
|
|||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns,ssh
|
firewall --enabled --service=mdns,ssh
|
||||||
|
|
||||||
# configure extlinux bootloader
|
bootloader --location=mbr
|
||||||
bootloader extlinux
|
|
||||||
|
|
||||||
part /boot/fw --size=30 --fstype vfat --asprimary
|
part /boot/fw --size=30 --fstype vfat --asprimary
|
||||||
part /boot --size=512 --fstype ext4 --asprimary
|
part /boot --size=512 --fstype ext4 --asprimary
|
||||||
@@ -39,7 +38,6 @@ initial-setup
|
|||||||
initial-setup-gui
|
initial-setup-gui
|
||||||
-iwl*
|
-iwl*
|
||||||
-ipw*
|
-ipw*
|
||||||
-trousers-lib
|
|
||||||
-usb_modeswitch
|
-usb_modeswitch
|
||||||
-iproute-tc
|
-iproute-tc
|
||||||
#lets resize / on first boot
|
#lets resize / on first boot
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-kde-common.ks
|
%include fedora-kde-common.ks
|
||||||
|
|
||||||
part / --size=5690 --fstype ext4
|
part / --size=6300 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-lxde-common.ks
|
%include fedora-lxde-common.ks
|
||||||
|
|
||||||
|
part / --size=4000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-lxqt-common.ks
|
%include fedora-lxqt-common.ks
|
||||||
|
|
||||||
part / --size=3800 --fstype ext4 --asprimary
|
part / --size=4200 --fstype ext4 --asprimary
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
# trojita not available on non-x86 platforms
|
# trojita not available on non-x86 platforms
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-mate-common.ks
|
%include fedora-mate-common.ks
|
||||||
|
|
||||||
part / --size=5500 --fstype ext4
|
part / --size=6000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
|||||||
@@ -4,10 +4,13 @@
|
|||||||
part / --size=2500 --fstype xfs
|
part / --size=2500 --fstype xfs
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
# install the default groups for the server evironment since installing the environment is not working
|
# install the default groups for the server environment since installing the environment is not working
|
||||||
@server-product
|
@server-product
|
||||||
@standard
|
@standard
|
||||||
@headless-management
|
@headless-management
|
||||||
|
@hardware-support
|
||||||
|
@networkmanager-submodules
|
||||||
|
|
||||||
@container-management
|
@container-management
|
||||||
@domain-client
|
@domain-client
|
||||||
-initial-setup-gui
|
-initial-setup-gui
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-workstation-common.ks
|
%include fedora-workstation-common.ks
|
||||||
|
|
||||||
part / --size=5500 --fstype ext4
|
part / --size=6200 --fstype ext4
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
-initial-setup
|
-initial-setup
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-xfce-common.ks
|
%include fedora-xfce-common.ks
|
||||||
|
|
||||||
part / --size=4500 --fstype ext4
|
part / --size=4700 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,8 @@ services --enabled=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
|||||||
zerombr
|
zerombr
|
||||||
clearpart --all
|
clearpart --all
|
||||||
# Implement: https://pagure.io/atomic-wg/issue/281
|
# 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
|
# 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
|
# "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).
|
# Vagrant boxes come big and rely on thin provisioning).
|
||||||
@@ -57,7 +58,7 @@ logvol / --size=3000 --grow --fstype="xfs" --name=root --vgname=atomicos
|
|||||||
|
|
||||||
# Equivalent of %include fedora-repo.ks
|
# Equivalent of %include fedora-repo.ks
|
||||||
# Pull from the ostree repo that was created during the compose
|
# 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/rawhide/${basearch}/atomic-host
|
||||||
|
|
||||||
reboot
|
reboot
|
||||||
|
|
||||||
@@ -67,7 +68,7 @@ reboot
|
|||||||
# This location is where the compose gets synced to after the compose
|
# This location is where the compose gets synced to after the compose
|
||||||
# is done.
|
# is done.
|
||||||
ostree remote delete fedora-atomic
|
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-29-primary fedora-atomic 'https://kojipkgs.fedoraproject.org/atomic/repo/'
|
||||||
|
|
||||||
# older versions of livecd-tools do not follow "rootpw --lock" line above
|
# older versions of livecd-tools do not follow "rootpw --lock" line above
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=964299
|
# https://bugzilla.redhat.com/show_bug.cgi?id=964299
|
||||||
|
|||||||
@@ -13,6 +13,6 @@
|
|||||||
@libreoffice
|
@libreoffice
|
||||||
|
|
||||||
# extra backgrounds
|
# extra backgrounds
|
||||||
f27-backgrounds-extras-gnome
|
f28-backgrounds-extras-gnome
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -32,6 +32,8 @@ dnf-yum
|
|||||||
# users setup. This can actually take a bit of time. Just fold it
|
# users setup. This can actually take a bit of time. Just fold it
|
||||||
# in to the base box disk image
|
# in to the base box disk image
|
||||||
rsync
|
rsync
|
||||||
|
# Add in sshfs for vagrant-sshfs plugin
|
||||||
|
fuse-sshfs
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post --erroronfail
|
%post --erroronfail
|
||||||
|
|||||||
@@ -35,7 +35,8 @@ rootpw --lock --iscrypted locked
|
|||||||
|
|
||||||
firewall --disabled
|
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
|
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||||
services --enabled=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
services --enabled=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
@@ -170,11 +171,6 @@ NOZEROCONF=yes
|
|||||||
DEVTIMEOUT=10
|
DEVTIMEOUT=10
|
||||||
EOF
|
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
|
# simple eth0 config, again not hard-coded to the build hardware
|
||||||
cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF
|
cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF
|
||||||
DEVICE="eth0"
|
DEVICE="eth0"
|
||||||
@@ -245,8 +241,12 @@ dd bs=1M if=/dev/zero of=/var/tmp/zeros || :
|
|||||||
rm -f /var/tmp/zeros
|
rm -f /var/tmp/zeros
|
||||||
echo "(Don't worry -- that out-of-space error was expected.)"
|
echo "(Don't worry -- that out-of-space error was expected.)"
|
||||||
|
|
||||||
# For trac ticket https://fedorahosted.org/cloud/ticket/128
|
# When we build the image with oz, dracut is used
|
||||||
rm -f /etc/sysconfig/network-scripts/ifcfg-ens3
|
# 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
|
# Enable network service here, as doing it in the services line
|
||||||
# fails due to RHBZ #1369794
|
# fails due to RHBZ #1369794
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore
|
%packages --excludedocs --instLangs=en --nocore
|
||||||
rootfiles
|
rootfiles
|
||||||
|
# https://communityblog.fedoraproject.org/modularity-dead-long-live-modularity/
|
||||||
|
fedora-repos-modular
|
||||||
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
||||||
vim-minimal
|
vim-minimal
|
||||||
dnf
|
dnf
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
### The KDE-Desktop
|
### The KDE-Desktop
|
||||||
|
|
||||||
### Browser
|
### Browser
|
||||||
qupzilla
|
falkon
|
||||||
|
|
||||||
### fixes
|
### fixes
|
||||||
|
|
||||||
@@ -45,16 +45,6 @@ mediawriter
|
|||||||
|
|
||||||
### space issues
|
### 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
|
# admin-tools
|
||||||
-gnome-disk-utility
|
-gnome-disk-utility
|
||||||
# kcm_clock still lacks some features, so keep system-config-date around
|
# kcm_clock still lacks some features, so keep system-config-date around
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
%packages
|
%packages
|
||||||
-@input-methods
|
-@input-methods
|
||||||
-scim*
|
-scim*
|
||||||
-m17n*
|
|
||||||
-ibus*
|
|
||||||
-iok
|
-iok
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,8 @@
|
|||||||
# Maintainer: Christian Dersch <lupinix@fedoraproject.org>
|
# Maintainer: Christian Dersch <lupinix@fedoraproject.org>
|
||||||
# https://fedoraproject.org/wiki/User:Lupinix
|
# 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
|
# The recommended part size for DVDs is too close to use for the astronomy spin
|
||||||
part / --size 14500
|
part / --size 14500
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ memtest86+
|
|||||||
|
|
||||||
# The point of a live image is to install
|
# The point of a live image is to install
|
||||||
anaconda
|
anaconda
|
||||||
|
anaconda-install-env-deps
|
||||||
@anaconda-tools
|
@anaconda-tools
|
||||||
|
|
||||||
# Need aajohan-comfortaa-fonts for the SVG rnotes images
|
# Need aajohan-comfortaa-fonts for the SVG rnotes images
|
||||||
@@ -206,6 +207,10 @@ systemctl --no-reload disable atd.service 2> /dev/null || :
|
|||||||
systemctl stop crond.service 2> /dev/null || :
|
systemctl stop crond.service 2> /dev/null || :
|
||||||
systemctl stop atd.service 2> /dev/null || :
|
systemctl stop atd.service 2> /dev/null || :
|
||||||
|
|
||||||
|
# turn off abrtd on a live image
|
||||||
|
systemctl --no-reload disable abrtd.service 2> /dev/null || :
|
||||||
|
systemctl stop abrtd.service 2> /dev/null || :
|
||||||
|
|
||||||
# Don't sync the system clock when running live (RHBZ #1018162)
|
# Don't sync the system clock when running live (RHBZ #1018162)
|
||||||
sed -i 's/rtcsync//' /etc/chrony.conf
|
sed -i 's/rtcsync//' /etc/chrony.conf
|
||||||
|
|
||||||
|
|||||||
@@ -31,10 +31,9 @@ gnome-todo
|
|||||||
powerline
|
powerline
|
||||||
powerline-fonts
|
powerline-fonts
|
||||||
|
|
||||||
|
|
||||||
# Extra wallpapers
|
# Extra wallpapers
|
||||||
f26-backgrounds-extras-base
|
# f26-backgrounds-extras-base
|
||||||
f26-backgrounds-extras-gnome
|
# f26-backgrounds-extras-gnome
|
||||||
|
|
||||||
# removal of unneeded applications
|
# removal of unneeded applications
|
||||||
-gnome-boxes
|
-gnome-boxes
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ sooperlooper
|
|||||||
|
|
||||||
#recodring and DAW
|
#recodring and DAW
|
||||||
audacity
|
audacity
|
||||||
ardour4
|
ardour5
|
||||||
rosegarden4
|
rosegarden4
|
||||||
seq24
|
seq24
|
||||||
muse
|
muse
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
%include fedora-kde-minimization.ks
|
%include fedora-kde-minimization.ks
|
||||||
|
|
||||||
# DVD payload
|
# DVD payload
|
||||||
part / --size=6144
|
part / --size=6500
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -10,9 +10,6 @@
|
|||||||
-numactl
|
-numactl
|
||||||
-isdn4k-utils
|
-isdn4k-utils
|
||||||
-autofs
|
-autofs
|
||||||
# smartcards won't really work on the livecd.
|
|
||||||
-coolkey
|
|
||||||
-wget
|
|
||||||
|
|
||||||
# scanning takes quite a bit of space :/
|
# scanning takes quite a bit of space :/
|
||||||
-xsane
|
-xsane
|
||||||
|
|||||||
@@ -47,7 +47,6 @@ firefox
|
|||||||
|
|
||||||
# Dictionaries are big
|
# Dictionaries are big
|
||||||
-aspell-*
|
-aspell-*
|
||||||
-hunspell-*
|
|
||||||
-man-pages*
|
-man-pages*
|
||||||
-words
|
-words
|
||||||
|
|
||||||
|
|||||||
@@ -10,168 +10,11 @@
|
|||||||
|
|
||||||
%include fedora-live-kde-base.ks
|
%include fedora-live-kde-base.ks
|
||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
|
%include fedora-scientific-common.ks
|
||||||
|
|
||||||
# The recommended part size for DVDs is too close to use for the scientific spin
|
# The recommended part size for DVDs is too close to use for the scientific spin
|
||||||
part / --size 14500
|
part / --size 14500
|
||||||
|
|
||||||
%packages
|
|
||||||
|
|
||||||
# Installing the default/mandatory packages from engineering & scientific
|
|
||||||
@engineering-and-scientific
|
|
||||||
|
|
||||||
# scilab
|
|
||||||
scilab
|
|
||||||
scilab-devel
|
|
||||||
scilab-doc
|
|
||||||
|
|
||||||
# Remove sagemath explicitly?
|
|
||||||
-sagemath
|
|
||||||
|
|
||||||
#Devel tools
|
|
||||||
|
|
||||||
#Install the mandatory packages from dev-tools and dev-libs
|
|
||||||
# C/C++ compiler, gdb, autotools, bison, flex, make, strace..
|
|
||||||
@development-tools
|
|
||||||
@development-libs
|
|
||||||
@c-development
|
|
||||||
@rpm-development-tools
|
|
||||||
#others, not included
|
|
||||||
# C++ libraries
|
|
||||||
blitz-devel
|
|
||||||
armadillo-devel
|
|
||||||
|
|
||||||
# Misc. related utils
|
|
||||||
ddd
|
|
||||||
valgrind
|
|
||||||
|
|
||||||
#python 2 tools/libraries not included from the groups
|
|
||||||
python2-tools
|
|
||||||
python-ipython
|
|
||||||
python-ipython-console
|
|
||||||
python-ipython-notebook
|
|
||||||
sympy
|
|
||||||
python-networkx
|
|
||||||
python-pandas
|
|
||||||
|
|
||||||
#python 3 and tools/libraries not included from the groups
|
|
||||||
python3
|
|
||||||
python3-tools
|
|
||||||
python3-matplotlib
|
|
||||||
python3-scipy
|
|
||||||
python3-numpy
|
|
||||||
python3-ipython
|
|
||||||
python3-ipython-console
|
|
||||||
python3-ipython-notebook
|
|
||||||
python3-sympy
|
|
||||||
python3-networkx
|
|
||||||
python3-pandas
|
|
||||||
|
|
||||||
# matplotlib backends
|
|
||||||
python-matplotlib-qt4
|
|
||||||
python-matplotlib-tk
|
|
||||||
python3-matplotlib-qt4
|
|
||||||
python3-matplotlib-tk
|
|
||||||
|
|
||||||
# Include Java development tools
|
|
||||||
@java-development
|
|
||||||
apache-commons-math
|
|
||||||
|
|
||||||
#fortran compiler
|
|
||||||
gcc-gfortran
|
|
||||||
|
|
||||||
# GUI for R
|
|
||||||
rkward
|
|
||||||
|
|
||||||
# GUI for Octave
|
|
||||||
qtoctave
|
|
||||||
|
|
||||||
# julia
|
|
||||||
julia
|
|
||||||
julia-doc
|
|
||||||
|
|
||||||
# IDEs for the IDE folks
|
|
||||||
@eclipse
|
|
||||||
spyder
|
|
||||||
|
|
||||||
#writing & publishing
|
|
||||||
emacs
|
|
||||||
emacs-color-theme
|
|
||||||
vim
|
|
||||||
scribus
|
|
||||||
#scite
|
|
||||||
lyx
|
|
||||||
kile
|
|
||||||
|
|
||||||
#Presentation, Bibliography & Document arrangement
|
|
||||||
#tools
|
|
||||||
BibTool
|
|
||||||
pdfshuffler
|
|
||||||
|
|
||||||
# Parallel/Distributed computing libraries/tools
|
|
||||||
openmpi
|
|
||||||
openmpi-devel
|
|
||||||
valgrind-openmpi
|
|
||||||
libgomp
|
|
||||||
python-pp
|
|
||||||
mpi4py-openmpi
|
|
||||||
python3-mpi4py-openmpi
|
|
||||||
|
|
||||||
#Version control- a GUI for each as well
|
|
||||||
|
|
||||||
# Installing rapidsvn will also install subversion package
|
|
||||||
rapidsvn
|
|
||||||
git
|
|
||||||
git-gui
|
|
||||||
# Mercurial
|
|
||||||
mercurial
|
|
||||||
mercurial-hgk
|
|
||||||
|
|
||||||
#Backup Utilities
|
|
||||||
backintime-kde
|
|
||||||
|
|
||||||
#needs to install this specifically because of some conflict between openmpi
|
|
||||||
#and emacs (http://lists.fedoraproject.org/pipermail/devel/2011-July/153812.html)
|
|
||||||
libotf
|
|
||||||
|
|
||||||
#root
|
|
||||||
root
|
|
||||||
root-gui-fitpanel
|
|
||||||
root-python
|
|
||||||
|
|
||||||
#Multiple jobs/clustering system
|
|
||||||
# torque
|
|
||||||
# torque-server
|
|
||||||
# torque-scheduler
|
|
||||||
# torque-gui
|
|
||||||
# torque-libs
|
|
||||||
# torque-mom
|
|
||||||
# python-pbs
|
|
||||||
|
|
||||||
#Drawing, Picture viewing tools, Visualization tools
|
|
||||||
dia
|
|
||||||
inkscape
|
|
||||||
xzgv
|
|
||||||
gimp
|
|
||||||
ggobi
|
|
||||||
ggobi-devel
|
|
||||||
#g3data
|
|
||||||
#Mayavi
|
|
||||||
|
|
||||||
#Misc. Utils
|
|
||||||
screen
|
|
||||||
tmux
|
|
||||||
rlwrap
|
|
||||||
hexchat
|
|
||||||
shutter
|
|
||||||
fig2ps
|
|
||||||
bibtex2html
|
|
||||||
hevea
|
|
||||||
|
|
||||||
#Include Mozilla Firefox
|
|
||||||
firefox
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -36,7 +36,6 @@ gnome-keyring-pam
|
|||||||
-acpid
|
-acpid
|
||||||
-gimp-help
|
-gimp-help
|
||||||
-desktop-backgrounds-basic
|
-desktop-backgrounds-basic
|
||||||
-realmd # only seems to be used in GNOME
|
|
||||||
-PackageKit* # we switched to dnfdragora, so we don't need this
|
-PackageKit* # we switched to dnfdragora, so we don't need this
|
||||||
-aspell-* # dictionaries are big
|
-aspell-* # dictionaries are big
|
||||||
-gnumeric
|
-gnumeric
|
||||||
|
|||||||
@@ -17,12 +17,20 @@ part / --size 6656
|
|||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
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
|
cat >> /usr/share/glib-2.0/schemas/org.gnome.software.gschema.override << FOE
|
||||||
[org.gnome.software]
|
[org.gnome.software]
|
||||||
download-updates=false
|
download-updates=false
|
||||||
FOE
|
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
|
# don't run gnome-initial-setup
|
||||||
mkdir ~liveuser/.config
|
mkdir ~liveuser/.config
|
||||||
touch ~liveuser/.config/gnome-initial-setup-done
|
touch ~liveuser/.config/gnome-initial-setup-done
|
||||||
|
|||||||
@@ -60,6 +60,9 @@ sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.d
|
|||||||
mkdir /home/liveuser/Desktop
|
mkdir /home/liveuser/Desktop
|
||||||
cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop
|
cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop
|
||||||
|
|
||||||
|
# no updater applet in live environment
|
||||||
|
rm -f /etc/xdg/autostart/org.mageia.dnfdragora-updater.desktop
|
||||||
|
|
||||||
# and mark it as executable (new Xfce security feature)
|
# and mark it as executable (new Xfce security feature)
|
||||||
chmod +x /home/liveuser/Desktop/liveinst.desktop
|
chmod +x /home/liveuser/Desktop/liveinst.desktop
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
%packages
|
%packages
|
||||||
-PackageKit* # we switched to dnfdragora, so we don't need this
|
|
||||||
firefox
|
|
||||||
@mate
|
@mate
|
||||||
compiz
|
compiz
|
||||||
compiz-plugins-main
|
compiz-plugins-main
|
||||||
@@ -16,22 +14,11 @@ emerald-themes
|
|||||||
emerald
|
emerald
|
||||||
fusion-icon
|
fusion-icon
|
||||||
@networkmanager-submodules
|
@networkmanager-submodules
|
||||||
blueberry
|
|
||||||
|
|
||||||
# some apps from mate-applications
|
# some apps from mate-applications
|
||||||
caja-actions
|
caja-actions
|
||||||
mate-disk-usage-analyzer
|
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
|
# blacklist applications which breaks mate-desktop
|
||||||
-audacious
|
-audacious
|
||||||
|
|
||||||
@@ -41,10 +28,6 @@ gstreamer1-plugins-ugly-free # mp3 support
|
|||||||
# dsl tools
|
# dsl tools
|
||||||
rp-pppoe
|
rp-pppoe
|
||||||
|
|
||||||
# some tools
|
|
||||||
p7zip
|
|
||||||
p7zip-plugins
|
|
||||||
|
|
||||||
# FIXME; apparently the glibc maintainers dislike this, but it got put into the
|
# 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.
|
# desktop image at some point. We won't touch this one for now.
|
||||||
nss-mdns
|
nss-mdns
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ python3-pillow-tk
|
|||||||
-@sound-and-video
|
-@sound-and-video
|
||||||
-@multimedia
|
-@multimedia
|
||||||
-dleyna*
|
-dleyna*
|
||||||
-evolution*
|
|
||||||
-gnome-boxes
|
-gnome-boxes
|
||||||
-gnome-calendar
|
-gnome-calendar
|
||||||
-gnome-clocks
|
-gnome-clocks
|
||||||
@@ -27,6 +26,7 @@ python3-pillow-tk
|
|||||||
-gnome-documents
|
-gnome-documents
|
||||||
-gnome-font-viewer
|
-gnome-font-viewer
|
||||||
-gnome-maps
|
-gnome-maps
|
||||||
|
-gnome-photos
|
||||||
-gnome-weather
|
-gnome-weather
|
||||||
-grilo-plugins
|
-grilo-plugins
|
||||||
-cheese
|
-cheese
|
||||||
@@ -35,7 +35,6 @@ python3-pillow-tk
|
|||||||
|
|
||||||
# This is no longer workstation
|
# This is no longer workstation
|
||||||
-@workstation-product
|
-@workstation-product
|
||||||
-fedora-productimg-workstation
|
|
||||||
|
|
||||||
# Add a web browser
|
# Add a web browser
|
||||||
@firefox
|
@firefox
|
||||||
@@ -56,11 +55,11 @@ python3-pillow-tk
|
|||||||
|
|
||||||
# Dictionaries are big
|
# Dictionaries are big
|
||||||
-aspell-*
|
-aspell-*
|
||||||
-hunspell-*
|
|
||||||
-words
|
-words
|
||||||
|
|
||||||
# Help and art can be big, too
|
# Help and art can be big, too
|
||||||
-gnome-user-docs
|
-gnome-user-docs
|
||||||
|
-gnome-getting-started-docs
|
||||||
-desktop-backgrounds-basic
|
-desktop-backgrounds-basic
|
||||||
-*backgrounds-extras
|
-*backgrounds-extras
|
||||||
|
|
||||||
|
|||||||
157
fedora-scientific-common.ks
Normal file
157
fedora-scientific-common.ks
Normal file
@@ -0,0 +1,157 @@
|
|||||||
|
%packages
|
||||||
|
|
||||||
|
# Installing the default/mandatory packages from engineering & scientific
|
||||||
|
@engineering-and-scientific
|
||||||
|
|
||||||
|
# scilab
|
||||||
|
scilab
|
||||||
|
scilab-devel
|
||||||
|
scilab-doc
|
||||||
|
|
||||||
|
# Remove sagemath explicitly?
|
||||||
|
-sagemath
|
||||||
|
|
||||||
|
#Devel tools
|
||||||
|
|
||||||
|
#Install the mandatory packages from dev-tools and dev-libs
|
||||||
|
# C/C++ compiler, gdb, autotools, bison, flex, make, strace..
|
||||||
|
@development-tools
|
||||||
|
@development-libs
|
||||||
|
@c-development
|
||||||
|
@rpm-development-tools
|
||||||
|
#others, not included
|
||||||
|
# C++ libraries
|
||||||
|
blitz-devel
|
||||||
|
armadillo-devel
|
||||||
|
|
||||||
|
# Misc. related utils
|
||||||
|
ddd
|
||||||
|
valgrind
|
||||||
|
|
||||||
|
#python 2 tools/libraries not included from the groups
|
||||||
|
python2-tools
|
||||||
|
python-ipython
|
||||||
|
python-ipython-console
|
||||||
|
python-ipython-notebook
|
||||||
|
sympy
|
||||||
|
python-networkx
|
||||||
|
python-pandas
|
||||||
|
|
||||||
|
#python 3 and tools/libraries not included from the groups
|
||||||
|
python3
|
||||||
|
python3-tools
|
||||||
|
python3-matplotlib
|
||||||
|
python3-scipy
|
||||||
|
python3-numpy
|
||||||
|
python3-ipython
|
||||||
|
python3-ipython-console
|
||||||
|
python3-ipython-notebook
|
||||||
|
python3-sympy
|
||||||
|
python3-networkx
|
||||||
|
python3-pandas
|
||||||
|
|
||||||
|
# matplotlib backends
|
||||||
|
python-matplotlib-qt4
|
||||||
|
python-matplotlib-tk
|
||||||
|
python3-matplotlib-qt4
|
||||||
|
python3-matplotlib-tk
|
||||||
|
|
||||||
|
# Include Java development tools
|
||||||
|
@java-development
|
||||||
|
apache-commons-math
|
||||||
|
|
||||||
|
#fortran compiler
|
||||||
|
gcc-gfortran
|
||||||
|
|
||||||
|
# GUI for R
|
||||||
|
rkward
|
||||||
|
|
||||||
|
# GUI for Octave
|
||||||
|
qtoctave
|
||||||
|
|
||||||
|
# julia
|
||||||
|
julia
|
||||||
|
julia-doc
|
||||||
|
|
||||||
|
# IDEs for the IDE folks
|
||||||
|
@eclipse
|
||||||
|
spyder
|
||||||
|
|
||||||
|
#writing & publishing
|
||||||
|
emacs
|
||||||
|
emacs-color-theme
|
||||||
|
vim
|
||||||
|
scribus
|
||||||
|
#scite
|
||||||
|
lyx
|
||||||
|
kile
|
||||||
|
|
||||||
|
#Presentation, Bibliography & Document arrangement
|
||||||
|
#tools
|
||||||
|
BibTool
|
||||||
|
pdfshuffler
|
||||||
|
|
||||||
|
# Parallel/Distributed computing libraries/tools
|
||||||
|
openmpi
|
||||||
|
openmpi-devel
|
||||||
|
valgrind-openmpi
|
||||||
|
libgomp
|
||||||
|
python-pp
|
||||||
|
mpi4py-openmpi
|
||||||
|
python3-mpi4py-openmpi
|
||||||
|
|
||||||
|
#Version control- a GUI for each as well
|
||||||
|
|
||||||
|
# Installing rapidsvn will also install subversion package
|
||||||
|
rapidsvn
|
||||||
|
git
|
||||||
|
git-gui
|
||||||
|
# Mercurial
|
||||||
|
mercurial
|
||||||
|
mercurial-hgk
|
||||||
|
|
||||||
|
#Backup Utilities
|
||||||
|
backintime-kde
|
||||||
|
|
||||||
|
#needs to install this specifically because of some conflict between openmpi
|
||||||
|
#and emacs (http://lists.fedoraproject.org/pipermail/devel/2011-July/153812.html)
|
||||||
|
libotf
|
||||||
|
|
||||||
|
#root
|
||||||
|
root
|
||||||
|
root-gui-fitpanel
|
||||||
|
root-python
|
||||||
|
|
||||||
|
#Multiple jobs/clustering system
|
||||||
|
# torque
|
||||||
|
# torque-server
|
||||||
|
# torque-scheduler
|
||||||
|
# torque-gui
|
||||||
|
# torque-libs
|
||||||
|
# torque-mom
|
||||||
|
# python-pbs
|
||||||
|
|
||||||
|
#Drawing, Picture viewing tools, Visualization tools
|
||||||
|
dia
|
||||||
|
inkscape
|
||||||
|
xzgv
|
||||||
|
gimp
|
||||||
|
ggobi
|
||||||
|
ggobi-devel
|
||||||
|
#g3data
|
||||||
|
#Mayavi
|
||||||
|
|
||||||
|
#Misc. Utils
|
||||||
|
screen
|
||||||
|
tmux
|
||||||
|
rlwrap
|
||||||
|
hexchat
|
||||||
|
shutter
|
||||||
|
fig2ps
|
||||||
|
bibtex2html
|
||||||
|
hevea
|
||||||
|
|
||||||
|
#Include Mozilla Firefox
|
||||||
|
firefox
|
||||||
|
|
||||||
|
%end
|
||||||
12
fedora-scientific-vagrant.ks
Normal file
12
fedora-scientific-vagrant.ks
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# Fedora Scientific Vagrant box
|
||||||
|
|
||||||
|
# Fedora Scientific: For researchers in Science and Engineering
|
||||||
|
# Fedora-Scientific aims to create a Fedora which has the generic
|
||||||
|
# toolset for the researcher
|
||||||
|
# Web: https://labs.fedoraproject.org/en/scientific/
|
||||||
|
|
||||||
|
# Maintainer: Amit Saha <amitksaha@fedoraproject.org>
|
||||||
|
# https://fedoraproject.org/wiki/User:Amitksaha
|
||||||
|
|
||||||
|
%include fedora-cloud-base-vagrant.ks
|
||||||
|
%include fedora-scientific-common.ks
|
||||||
@@ -76,6 +76,10 @@ pulseaudio-utils
|
|||||||
# http://bugs.sugarlabs.org/ticket/1951
|
# http://bugs.sugarlabs.org/ticket/1951
|
||||||
rp-pppoe
|
rp-pppoe
|
||||||
|
|
||||||
|
# Useful for SoaS duplication from:
|
||||||
|
# http://bugs.sugarlabs.org/ticket/74
|
||||||
|
livecd-tools
|
||||||
|
|
||||||
# Get the Sugar boot screen
|
# Get the Sugar boot screen
|
||||||
-plymouth-system-theme
|
-plymouth-system-theme
|
||||||
-plymouth-theme-charge
|
-plymouth-theme-charge
|
||||||
|
|||||||
@@ -20,9 +20,6 @@
|
|||||||
@printing
|
@printing
|
||||||
@workstation-product
|
@workstation-product
|
||||||
|
|
||||||
# Branding for the installer
|
|
||||||
fedora-productimg-workstation
|
|
||||||
|
|
||||||
# Exclude unwanted packages from @anaconda-tools group
|
# Exclude unwanted packages from @anaconda-tools group
|
||||||
-gfs2-utils
|
-gfs2-utils
|
||||||
-reiserfs-utils
|
-reiserfs-utils
|
||||||
|
|||||||
@@ -38,5 +38,6 @@ system-config-printer
|
|||||||
-desktop-backgrounds-basic
|
-desktop-backgrounds-basic
|
||||||
-aspell-* # dictionaries are big
|
-aspell-* # dictionaries are big
|
||||||
-xfce4-sensors-plugin
|
-xfce4-sensors-plugin
|
||||||
|
-foomatic-db-ppds
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
Reference in New Issue
Block a user