forked from srbala/fedora-kickstarts
Add NeuroFedora Comp Neuro Lab image kickstart files
This commit is contained in:
parent
8c6e7e058c
commit
884ddd5de0
43
fedora-comp-neuro-common.ks
Normal file
43
fedora-comp-neuro-common.ks
Normal file
@ -0,0 +1,43 @@
|
||||
# Description: Packages for the NeuroFedora computational neuroscience lab image.
|
||||
#
|
||||
# Maintained by the NeuroFedora SIG:
|
||||
# https://fedoraproject.org/wiki/SIGs/NeuroFedora
|
||||
# mailto:neuro-sig@lists.fedoraproject.org
|
||||
|
||||
%packages
|
||||
|
||||
# Includes numpy, scipy, jupyter, pandas, scikit, scipy, statsmodels, sympy, matplotlib
|
||||
@python-science
|
||||
|
||||
#Computational neuroscience packages
|
||||
auryn-mpich
|
||||
auryn-openmpi
|
||||
bionetgen
|
||||
calcium-calculator
|
||||
COPASI
|
||||
qalculate
|
||||
getdp
|
||||
genesis-simulator
|
||||
gnuplot
|
||||
moose
|
||||
nest
|
||||
neuron
|
||||
neurord
|
||||
octave
|
||||
paraview
|
||||
python3
|
||||
python3-brian2
|
||||
python-brian2-doc
|
||||
python3-ipython
|
||||
python3-nest
|
||||
python3-neuron
|
||||
python3-libNeuroML
|
||||
python3-neo
|
||||
# Currently broken in rawhide
|
||||
# python3-nineml
|
||||
# python-nineml-doc
|
||||
python3-PyLEMS
|
||||
python-PyLEMS-doc
|
||||
smoldyn
|
||||
|
||||
%end
|
12
fedora-live-comp-neuro.ks
Normal file
12
fedora-live-comp-neuro.ks
Normal file
@ -0,0 +1,12 @@
|
||||
# Description: The Workstation based NeuroFedora computational neuroscience lab image.
|
||||
# https://fedoraproject.org/wiki/Changes/Comp_Neuro_Lab
|
||||
#
|
||||
# Maintained by the NeuroFedora SIG:
|
||||
# https://fedoraproject.org/wiki/SIGs/NeuroFedora
|
||||
# mailto:neuro-sig@lists.fedoraproject.org
|
||||
|
||||
%include fedora-live-workstation.ks
|
||||
%include fedora-comp-neuro-common.ks
|
||||
%include fedora-neuro-gnome-common.ks
|
||||
|
||||
part / --size 9656
|
30
fedora-neuro-gnome-common.ks
Normal file
30
fedora-neuro-gnome-common.ks
Normal file
@ -0,0 +1,30 @@
|
||||
# Description: Common gnome based configuration for NeuroFedora spin images.
|
||||
#
|
||||
# Maintained by the NeuroFedora SIG:
|
||||
# https://fedoraproject.org/wiki/SIGs/NeuroFedora
|
||||
# mailto:neuro-sig@lists.fedoraproject.org
|
||||
|
||||
# Please specify the individual package sets in their own ks files:
|
||||
# - fedora-comp-neuro-common.ks
|
||||
|
||||
%packages
|
||||
@firefox
|
||||
|
||||
# Editors
|
||||
emacs
|
||||
vim-X11
|
||||
|
||||
# This is no longer workstation
|
||||
-@workstation-product
|
||||
|
||||
# No Workstation backgrounds
|
||||
#-desktop-backgrounds-basic
|
||||
#-*backgrounds-extras
|
||||
%end
|
||||
|
||||
%post
|
||||
|
||||
#Override the favorite desktop application in Dash
|
||||
sed -i "s/favorite-apps=."'*'"/favorite-apps=['firefox.desktop', 'org.gnome.Terminal.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.gedit.desktop', 'anaconda.desktop']/" /etc/rc.d/init.d/livesys
|
||||
|
||||
%end
|
Loading…
Reference in New Issue
Block a user