mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-11 01:20:30 +08:00
Compare commits
61 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dfde534098 | ||
|
|
e1d8fc75bc | ||
|
|
6641de0a8b | ||
|
|
2878aa0060 | ||
|
|
2d56c91c07 | ||
|
|
d0b28ea2c3 | ||
|
|
95c0f2af6d | ||
|
|
f46ca3331f | ||
|
|
fdc93b3659 | ||
|
|
0bc399cf58 | ||
|
|
b53dfb5ba8 | ||
|
|
469ad561b9 | ||
|
|
f5eb0bee5f | ||
|
|
21a379ef79 | ||
|
|
e07cfce2f1 | ||
|
|
7e607ce0f3 | ||
|
|
f206dc6253 | ||
|
|
2585bce264 | ||
|
|
72774fc6b0 | ||
|
|
aa81c7cd0e | ||
|
|
5e9291ec1c | ||
|
|
a44b1dc6d3 | ||
|
|
5fe8408f5c | ||
|
|
6751aa3849 | ||
|
|
6d5b58634a | ||
|
|
01e4b012f3 | ||
|
|
9b16a9462d | ||
|
|
2a96952c22 | ||
|
|
84557491c8 | ||
|
|
1274fda3e7 | ||
|
|
7f133a05ce | ||
|
|
330c56ad28 | ||
|
|
7764a782a5 | ||
|
|
0f26c21c8d | ||
|
|
4d05ed6718 | ||
|
|
93793acd48 | ||
|
|
27ed383622 | ||
|
|
d86a3b5d9d | ||
|
|
f85ce784f9 | ||
|
|
73bf1e7ef1 | ||
|
|
1fac51f92e | ||
|
|
60e8bf04f0 | ||
|
|
2ee3dfa33d | ||
|
|
6cbd02ead6 | ||
|
|
9e4639836a | ||
|
|
0790ffabbb | ||
|
|
be135f9a7d | ||
|
|
d90ed68560 | ||
|
|
c51b27294e | ||
|
|
fb40fd6d03 | ||
|
|
bc1f075e41 | ||
|
|
932524c849 | ||
|
|
1568248565 | ||
|
|
8453b8352b | ||
|
|
5a7026e059 | ||
|
|
f0a3e2cef0 | ||
|
|
0c88d07916 | ||
|
|
86e5787b35 | ||
|
|
75b7f9fd28 | ||
|
|
2e6490e3f4 | ||
|
|
0aafbdc2a2 |
1
.sparkleshare
Normal file
1
.sparkleshare
Normal file
@@ -0,0 +1 @@
|
|||||||
|
d6afc629dc9311ebd79b4cedb2775531065ecb05
|
||||||
2
Makefile
2
Makefile
@@ -18,8 +18,6 @@ install:
|
|||||||
install -m 644 custom/* $(DATADIR)/$(name)/custom
|
install -m 644 custom/* $(DATADIR)/$(name)/custom
|
||||||
mkdir -p -m 755 $(DATADIR)/$(name)/l10n
|
mkdir -p -m 755 $(DATADIR)/$(name)/l10n
|
||||||
install -m 644 l10n/* $(DATADIR)/$(name)/l10n
|
install -m 644 l10n/* $(DATADIR)/$(name)/l10n
|
||||||
mkdir -p -m 755 $(DATADIR)/$(name)/snippets
|
|
||||||
install -m 644 snippets/* $(DATADIR)/$(name)/snippets
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(name)-*.tar.gz
|
rm -f $(name)-*.tar.gz
|
||||||
|
|||||||
@@ -4,5 +4,5 @@
|
|||||||
<%page args="ostree_osname, ostree_ref"/>
|
<%page args="ostree_osname, ostree_ref"/>
|
||||||
append usr/share/anaconda/interactive-defaults.ks "ostreesetup --nogpg --osname=${ostree_osname} --remote=${ostree_osname} --url=file:////run/install/repo/content/repo --ref=${ostree_ref}\n"
|
append usr/share/anaconda/interactive-defaults.ks "ostreesetup --nogpg --osname=${ostree_osname} --remote=${ostree_osname} --url=file:////run/install/repo/content/repo --ref=${ostree_ref}\n"
|
||||||
append usr/share/anaconda/interactive-defaults.ks "services --disabled cloud-init,cloud-config,cloud-final,cloud-init-local\n"
|
append usr/share/anaconda/interactive-defaults.ks "services --disabled cloud-init,cloud-config,cloud-final,cloud-init-local\n"
|
||||||
append usr/share/anaconda/interactive-defaults.ks "%post --erroronfail\nrm -f /etc/ostree/remotes.d/${ostree_osname}.conf\nostree remote add --set=gpg-verify=false fedora-atomic 'https://dl.fedoraproject.org/pub/fedora/linux/atomic/24/'\n%end\n"
|
append usr/share/anaconda/interactive-defaults.ks "%post --erroronfail\nrm -f /etc/ostree/remotes.d/${ostree_osname}.conf\nostree remote add --set=gpg-verify=false fedora-atomic 'http://dl.fedoraproject.org/pub/fedora/linux/atomic/23/'\n%end\n"
|
||||||
|
|
||||||
|
|||||||
@@ -9,12 +9,12 @@ bootloader extlinux
|
|||||||
|
|
||||||
part /boot --size=512 --fstype ext4
|
part /boot --size=512 --fstype ext4
|
||||||
part swap --size=512 --fstype swap
|
part swap --size=512 --fstype swap
|
||||||
part / --size=3584 --fstype ext4
|
part / --size=3000 --fstype ext4
|
||||||
|
|
||||||
# make sure that initial-setup runs and lets us do all the configuration bits
|
# make sure that initial-setup runs and lets us do all the configuration bits
|
||||||
firstboot --reconfig
|
firstboot --reconfig
|
||||||
|
|
||||||
services --enabled=ssh,NetworkManager,avahi-daemon,rsyslog,chronyd,initial-setup --disabled=network
|
services --enabled=ssh,NetworkManager,avahi-daemon,rsyslog,chronyd --disabled=network
|
||||||
|
|
||||||
%include fedora-repo.ks
|
%include fedora-repo.ks
|
||||||
|
|
||||||
@@ -25,11 +25,11 @@ services --enabled=ssh,NetworkManager,avahi-daemon,rsyslog,chronyd,initial-setup
|
|||||||
@dial-up
|
@dial-up
|
||||||
|
|
||||||
kernel
|
kernel
|
||||||
|
|
||||||
dracut-config-generic
|
dracut-config-generic
|
||||||
# install tools needed to manage and boot arm systems
|
|
||||||
@arm-tools
|
|
||||||
|
|
||||||
chrony
|
chrony
|
||||||
|
arm-boot-config
|
||||||
extlinux-bootloader
|
extlinux-bootloader
|
||||||
initial-setup
|
initial-setup
|
||||||
initial-setup-gui
|
initial-setup-gui
|
||||||
@@ -39,9 +39,9 @@ initial-setup-gui
|
|||||||
# remove this in %post
|
# remove this in %post
|
||||||
dracut-config-generic
|
dracut-config-generic
|
||||||
|
|
||||||
|
# install uboot images
|
||||||
|
uboot-images-armv7
|
||||||
|
|
||||||
# make sure all the locales are available for inital0-setup and anaconda to work
|
|
||||||
glibc-all-langpacks
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@@ -56,15 +56,14 @@ rpm -qa
|
|||||||
# Note that running rpm recreates the rpm db files which aren't needed or wanted
|
# Note that running rpm recreates the rpm db files which aren't needed or wanted
|
||||||
rm -f /var/lib/rpm/__db*
|
rm -f /var/lib/rpm/__db*
|
||||||
|
|
||||||
# remove random seed, the newly installed instance should make it's own
|
|
||||||
rm -f /var/lib/systemd/random-seed
|
|
||||||
|
|
||||||
# Because memory is scarce resource in most arm systems we are differing from the Fedora
|
# Because memory is scarce resource in most arm systems we are differing from the Fedora
|
||||||
# default of having /tmp on tmpfs.
|
# default of having /tmp on tmpfs.
|
||||||
echo "Disabling tmpfs for /tmp."
|
echo "Disabling tmpfs for /tmp."
|
||||||
systemctl mask tmp.mount
|
systemctl mask tmp.mount
|
||||||
|
|
||||||
dnf -y remove dracut-config-generic
|
/usr/sbin/a-b-c
|
||||||
|
|
||||||
|
yum -y remove dracut-config-generic
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-kde-packages.ks
|
%include fedora-kde-packages.ks
|
||||||
|
|
||||||
part / --size=5632 --fstype ext4
|
part / --size=5000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
echo -n "Enabling initial-setup gui mode on startup"
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-mate-packages.ks
|
%include fedora-mate-packages.ks
|
||||||
|
|
||||||
part / --size=5500 --fstype ext4
|
part / --size=5000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
echo -n "Enabling initial-setup gui mode on startup"
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
|
|||||||
@@ -1,18 +1,14 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
|
|
||||||
part /boot --size=512 --fstype ext4
|
part /boot --size=300 --fstype ext4
|
||||||
part swap --size=256 --fstype swap
|
part swap --size=256 --fstype swap
|
||||||
part / --size=1279 --fstype ext4
|
part / --size=1200 --fstype ext4
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
-@standard
|
-@standard
|
||||||
-@dial-up
|
-@dial-up
|
||||||
-initial-setup-gui
|
-initial-setup-gui
|
||||||
-generic-release*
|
-generic-release*
|
||||||
-glibc-all-langpacks
|
|
||||||
glibc-langpack-en
|
|
||||||
iw
|
|
||||||
NetworkManager-wifi
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@@ -23,5 +19,9 @@ rm -f /etc/systemd/system/default.target
|
|||||||
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
||||||
echo .
|
echo .
|
||||||
|
|
||||||
|
echo -n "Enabling initial-setup text mode on startup"
|
||||||
|
ln -s /usr/lib/systemd/system/initial-setup-text.service /etc/systemd/system/multi-user.target.wants/initial-setup-text.service
|
||||||
|
echo .
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -23,5 +23,9 @@ rm -f /etc/systemd/system/default.target
|
|||||||
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
||||||
echo .
|
echo .
|
||||||
|
|
||||||
|
echo -n "Enabling initial-setup text mode on startup"
|
||||||
|
ln -s /usr/lib/systemd/system/initial-setup-text.service /etc/systemd/system/multi-user.target.wants/initial-setup-text.service
|
||||||
|
echo .
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-workstation-packages.ks
|
%include fedora-workstation-packages.ks
|
||||||
|
|
||||||
part / --size=5500 --fstype ext4
|
part / --size=5000 --fstype ext4
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
-initial-setup
|
-initial-setup
|
||||||
|
|||||||
@@ -18,12 +18,8 @@ hexchat
|
|||||||
transmission
|
transmission
|
||||||
parole
|
parole
|
||||||
|
|
||||||
# make sure we have a graphical installer
|
# unlock default keyring. FIXME: Should probably be done in comps
|
||||||
yumex-dnf
|
gnome-keyring-pam
|
||||||
|
|
||||||
# extra backgrounds
|
|
||||||
desktop-backgrounds-basic
|
|
||||||
f24-backgrounds-extras-gnome
|
|
||||||
|
|
||||||
# save some space
|
# save some space
|
||||||
-fedora-icon-theme
|
-fedora-icon-theme
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ shutdown
|
|||||||
services --disabled=docker-storage-setup,network
|
services --disabled=docker-storage-setup,network
|
||||||
services --enabled=NetworkManager,sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
services --enabled=NetworkManager,sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
|
|
||||||
ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=http://kojipkgs.fedoraproject.org/mash/atomic/22/ --ref=fedora-atomic/f22/x86_64/docker-host
|
ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=http://kojipkgs.fedoraproject.org/mash/atomic/23/ --ref=fedora-atomic/f23/x86_64/docker-host
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Like the Atomic cloud image, but tuned for vagrant. Enable
|
# Like the Atomic cloud image, but tuned for vagrant. Enable
|
||||||
# the vagrant user, disable cloud-init.
|
# the vagrant user, disable cloud-init.
|
||||||
|
|
||||||
%include fedora-atomic.ks
|
%include fedora-cloud-atomic.ks
|
||||||
|
|
||||||
services --disabled=cloud-init,cloud-init-local,cloud-config,cloud-final
|
services --disabled=cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
|
|
||||||
@@ -33,14 +33,14 @@ volgroup atomicos pv.01
|
|||||||
logvol / --size=3000 --fstype="xfs" --name=root --vgname=atomicos
|
logvol / --size=3000 --fstype="xfs" --name=root --vgname=atomicos
|
||||||
|
|
||||||
# Equivalent of %include fedora-repo.ks
|
# Equivalent of %include fedora-repo.ks
|
||||||
ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/atomic/24/ --ref=fedora-atomic/24/x86_64/docker-host
|
ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=http://kojipkgs.fedoraproject.org/mash/atomic/23/ --ref=fedora-atomic/f23/x86_64/docker-host
|
||||||
|
|
||||||
reboot
|
reboot
|
||||||
|
|
||||||
%post --erroronfail
|
%post --erroronfail
|
||||||
# See https://github.com/projectatomic/rpm-ostree/issues/42
|
# See https://github.com/projectatomic/rpm-ostree/issues/42
|
||||||
ostree remote delete fedora-atomic
|
ostree remote delete fedora-atomic
|
||||||
ostree remote add --set=gpg-verify=false fedora-atomic 'https://dl.fedoraproject.org/pub/fedora/linux/atomic/24/'
|
ostree remote add --set=gpg-verify=false fedora-atomic 'https://dl.fedoraproject.org/pub/fedora/linux/atomic/23/'
|
||||||
|
|
||||||
# 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
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
%include fedora-cloud-base.ks
|
|
||||||
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyAMA0,115200n8"
|
|
||||||
|
|
||||||
part /boot --fstype="ext4" --size=500
|
|
||||||
part /boot/efi --fstype="vfat" --size=100
|
|
||||||
|
|
||||||
%packages
|
|
||||||
efibootmgr
|
|
||||||
grub2-efi
|
|
||||||
shim
|
|
||||||
%end
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
%include fedora-cloud-base.ks
|
|
||||||
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
|
||||||
|
|
||||||
part prepboot --fstype="prepboot" --size=4
|
|
||||||
part /boot --fstype="ext4" --size=500
|
|
||||||
|
|
||||||
%packages
|
|
||||||
grub2
|
|
||||||
%end
|
|
||||||
@@ -19,7 +19,7 @@ rootpw vagrant
|
|||||||
# even on VirtualBox virt, we get a primary network device with "eth0" as the name
|
# even on VirtualBox virt, we get a primary network device with "eth0" as the name
|
||||||
# This simplifies things and allows a single disk image for both supported Vagrant
|
# This simplifies things and allows a single disk image for both supported Vagrant
|
||||||
# platforms (virtualbox and kvm)
|
# platforms (virtualbox and kvm)
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0" --extlinux
|
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0"
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
# The default koji Vagrantfile configuration uses rsync to sync files between
|
# The default koji Vagrantfile configuration uses rsync to sync files between
|
||||||
|
|||||||
@@ -36,14 +36,14 @@ user --name=none
|
|||||||
|
|
||||||
firewall --disabled
|
firewall --disabled
|
||||||
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8" --extlinux
|
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
||||||
|
|
||||||
network --bootproto=dhcp --device=link --activate --onboot=on
|
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||||
services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
|
services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
|
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all
|
clearpart --all
|
||||||
part / --fstype ext4 --grow
|
part / --size 3000 --fstype ext4 --grow
|
||||||
|
|
||||||
%include fedora-repo.ks
|
%include fedora-repo.ks
|
||||||
|
|
||||||
@@ -61,11 +61,6 @@ reboot
|
|||||||
|
|
||||||
kernel-core
|
kernel-core
|
||||||
@^cloud-server-environment
|
@^cloud-server-environment
|
||||||
# Need to pull in the udev subpackage
|
|
||||||
systemd-udev
|
|
||||||
|
|
||||||
# after move away from grub2 - let's add 'which' back
|
|
||||||
which
|
|
||||||
|
|
||||||
# rescue mode generally isn't useful in the cloud context
|
# rescue mode generally isn't useful in the cloud context
|
||||||
-dracut-config-rescue
|
-dracut-config-rescue
|
||||||
@@ -82,7 +77,6 @@ which
|
|||||||
#-kbd
|
#-kbd
|
||||||
-uboot-tools
|
-uboot-tools
|
||||||
-kernel
|
-kernel
|
||||||
-grub2
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
@@ -119,9 +113,6 @@ passwd -l root
|
|||||||
# remove the user anaconda forces us to make
|
# remove the user anaconda forces us to make
|
||||||
userdel -r none
|
userdel -r none
|
||||||
|
|
||||||
# Kickstart specifies timeout in seconds; syslinux uses 10ths.
|
|
||||||
# 0 means wait forever, so instead we'll go with 1.
|
|
||||||
sed -i 's/^timeout 10/timeout 1/' /boot/extlinux/extlinux.conf
|
|
||||||
|
|
||||||
# setup systemd to boot to the right runlevel
|
# setup systemd to boot to the right runlevel
|
||||||
echo -n "Setting default runlevel to multiuser text mode"
|
echo -n "Setting default runlevel to multiuser text mode"
|
||||||
@@ -240,21 +231,12 @@ echo "-----------------------------------------------------------------------"
|
|||||||
rm -f /var/lib/rpm/__db*
|
rm -f /var/lib/rpm/__db*
|
||||||
|
|
||||||
|
|
||||||
# This is a temporary workaround for
|
|
||||||
# <https://bugzilla.redhat.com/show_bug.cgi?id=1147998>
|
|
||||||
# where sfdisk seems to be messing up the mbr.
|
|
||||||
# Long-term fix is to address this in anaconda directly and remove this.
|
|
||||||
# <https://bugzilla.redhat.com/show_bug.cgi?id=1015931>
|
|
||||||
dd if=/usr/share/syslinux/mbr.bin of=/dev/vda
|
|
||||||
|
|
||||||
|
|
||||||
# FIXME: is this still needed?
|
# FIXME: is this still needed?
|
||||||
echo "Fixing SELinux contexts."
|
echo "Fixing SELinux contexts."
|
||||||
touch /var/log/cron
|
touch /var/log/cron
|
||||||
touch /var/log/boot.log
|
touch /var/log/boot.log
|
||||||
chattr -i /boot/extlinux/ldlinux.sys
|
|
||||||
/usr/sbin/fixfiles -R -a restore
|
/usr/sbin/fixfiles -R -a restore
|
||||||
chattr +i /boot/extlinux/ldlinux.sys
|
|
||||||
|
|
||||||
echo "Zeroing out empty space."
|
echo "Zeroing out empty space."
|
||||||
# This forces the filesystem to reclaim space from deleted files
|
# This forces the filesystem to reclaim space from deleted files
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
%include fedora-docker-base.ks
|
|
||||||
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
|
||||||
|
|
||||||
part /boot --fstype="ext4" --size=500
|
|
||||||
part /boot/efi --fstype="vfat" --size=100
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
%include fedora-docker-base.ks
|
|
||||||
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
|
||||||
|
|
||||||
part prepboot --fstype="prepboot" --size=4
|
|
||||||
@@ -24,13 +24,12 @@ user --name=none
|
|||||||
keyboard us
|
keyboard us
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all
|
clearpart --all
|
||||||
part / --fstype ext4 --grow
|
part / --size 3000 --fstype ext4
|
||||||
network --bootproto=dhcp --device=link --activate --onboot=on
|
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||||
reboot
|
reboot
|
||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore
|
%packages --excludedocs --instLangs=en --nocore
|
||||||
bash
|
bash
|
||||||
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
|
||||||
fedora-release
|
fedora-release
|
||||||
rootfiles
|
rootfiles
|
||||||
vim-minimal
|
vim-minimal
|
||||||
@@ -53,17 +52,10 @@ userdel -r none
|
|||||||
LANG="en_US"
|
LANG="en_US"
|
||||||
echo "%_install_lang $LANG" > /etc/rpm/macros.image-language-conf
|
echo "%_install_lang $LANG" > /etc/rpm/macros.image-language-conf
|
||||||
|
|
||||||
# Carry these configs for both dnf and yum for users who are calling
|
|
||||||
# yum-deprecated directly. This will keep the experience between both
|
|
||||||
# consistent
|
|
||||||
awk '(NF==0&&!done){print "override_install_langs='$LANG'\ntsflags=nodocs";done=1}{print}' \
|
awk '(NF==0&&!done){print "override_install_langs='$LANG'\ntsflags=nodocs";done=1}{print}' \
|
||||||
< /etc/yum.conf > /etc/yum.conf.new
|
< /etc/yum.conf > /etc/yum.conf.new
|
||||||
mv /etc/yum.conf.new /etc/yum.conf
|
mv /etc/yum.conf.new /etc/yum.conf
|
||||||
|
|
||||||
awk '(NF==0&&!done){print "override_install_langs='$LANG'\ntsflags=nodocs";done=1}{print}' \
|
|
||||||
< /etc/dnf/dnf.conf > /etc/dnf/dnf.conf.new
|
|
||||||
mv /etc/dnf/dnf.conf.new /etc/dnf/dnf.conf
|
|
||||||
|
|
||||||
echo "Import RPM GPG key"
|
echo "Import RPM GPG key"
|
||||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
||||||
basearch=$(uname -i)
|
basearch=$(uname -i)
|
||||||
@@ -77,6 +69,10 @@ localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
|
|||||||
rm -rf /var/cache/yum/*
|
rm -rf /var/cache/yum/*
|
||||||
rm -f /tmp/ks-script*
|
rm -f /tmp/ks-script*
|
||||||
|
|
||||||
|
#Make it easier for systemd to run in Docker container
|
||||||
|
cp /usr/lib/systemd/system/dbus.service /etc/systemd/system/
|
||||||
|
sed -i 's/OOMScoreAdjust=-900//' /etc/systemd/system/dbus.service
|
||||||
|
|
||||||
#Mask mount units and getty service so that we don't get login prompt
|
#Mask mount units and getty service so that we don't get login prompt
|
||||||
systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connections.mount systemd-logind.service getty.target console-getty.service
|
systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connections.mount systemd-logind.service getty.target console-getty.service
|
||||||
|
|
||||||
|
|||||||
93
fedora-install-cloud.ks
Normal file
93
fedora-install-cloud.ks
Normal file
@@ -0,0 +1,93 @@
|
|||||||
|
# Kickstart file for composing the "Fedora Cloud" spin of Fedora (rawhide)
|
||||||
|
# Maintained by the Fedora Release Engineering team:
|
||||||
|
# https://fedoraproject.org/wiki/ReleaseEngineering
|
||||||
|
# mailto:rel-eng@lists.fedoraproject.org
|
||||||
|
|
||||||
|
# Use a part of 'iso' to define how large you want your isos.
|
||||||
|
# Only used when composing to more than one iso.
|
||||||
|
# Default is 695 (megs), CD size.
|
||||||
|
# Listed below is the size of a DVD if you wanted to split higher.
|
||||||
|
#part iso --size=4998
|
||||||
|
|
||||||
|
# Add the repos you wish to use to compose here. At least one of them needs group data.
|
||||||
|
|
||||||
|
# Only uncomment repo commands in one of the two following sections.
|
||||||
|
# Because the install kickstart doesn't use the updates repo and does
|
||||||
|
# use the source repo, we can't just include fedora-repo.ks
|
||||||
|
|
||||||
|
# In the master branch the rawhide repo commands should be uncommented.
|
||||||
|
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch --excludepkgs=fedora-productimg-workstation,fedora-productimg-server
|
||||||
|
#repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch --excludepkgs=fedora-productimg-workstation,fedora-productimg-server
|
||||||
|
|
||||||
|
# In non-master branches the fedora repo commands should be uncommented
|
||||||
|
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch --excludepkgs=fedora-productimg-workstation,fedora-productimg-server
|
||||||
|
repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch --excludepkgs=fedora-productimg-workstation,fedora-productimg-server
|
||||||
|
|
||||||
|
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
||||||
|
# (default groups for the configured repos are added by --default)
|
||||||
|
# @base got renamed to @standard, but @base is still included by default by pungi.
|
||||||
|
%packages --default
|
||||||
|
|
||||||
|
# pungi is an inclusive depsolver so that multiple packages are brought
|
||||||
|
# in to satisify dependencies and we don't always want that. So we use
|
||||||
|
# an exclusion list to cut out things we don't want
|
||||||
|
|
||||||
|
-kernel*debug*
|
||||||
|
-kernel-kdump*
|
||||||
|
-kernel-tools*
|
||||||
|
-syslog-ng*
|
||||||
|
-astronomy-bookmarks
|
||||||
|
# generic* would match generic-jms-ra, so don't 'simplify' this
|
||||||
|
-generic-logos*
|
||||||
|
-generic-release*
|
||||||
|
-GConf2-dbus*
|
||||||
|
-bluez-gnome
|
||||||
|
-community-mysql*
|
||||||
|
# jruby used to be in this list, but springframework-context explicitly
|
||||||
|
# requires it, not just 'any ruby implemention' - please check for things
|
||||||
|
# on the image that require mvn(org.jruby:jruby) before adding jruby to
|
||||||
|
# this list again - adamw 2014/09
|
||||||
|
#-jruby
|
||||||
|
|
||||||
|
# core
|
||||||
|
kernel*
|
||||||
|
dracut-*
|
||||||
|
|
||||||
|
|
||||||
|
# Things needed for installation
|
||||||
|
@anaconda-tools
|
||||||
|
fedora-productimg-cloud
|
||||||
|
-fedora-productimg-server
|
||||||
|
-fedora-productimg-workstation
|
||||||
|
|
||||||
|
# Packages to enable server images to run in cloud environments
|
||||||
|
@cloud-server
|
||||||
|
@core
|
||||||
|
@standard
|
||||||
|
@headless-management
|
||||||
|
@dogtag
|
||||||
|
@directory-server
|
||||||
|
@dns-server
|
||||||
|
@freeipa-server
|
||||||
|
@ftp-server
|
||||||
|
@guest-agents
|
||||||
|
@ha
|
||||||
|
@load-balancer
|
||||||
|
@mail-server
|
||||||
|
@mysql
|
||||||
|
@network-server
|
||||||
|
@smb-server
|
||||||
|
@sql-server
|
||||||
|
@web-server
|
||||||
|
|
||||||
|
# Langpacks
|
||||||
|
autocorr-*
|
||||||
|
hunspell-*
|
||||||
|
hyphen-*
|
||||||
|
man-pages-*
|
||||||
|
-gimp-help-*
|
||||||
|
|
||||||
|
# Removals
|
||||||
|
-PackageKit-zif
|
||||||
|
-zif
|
||||||
|
%end
|
||||||
135
fedora-install-server.ks
Normal file
135
fedora-install-server.ks
Normal file
@@ -0,0 +1,135 @@
|
|||||||
|
# Kickstart file for composing the "Fedora" spin of Fedora (rawhide)
|
||||||
|
# Maintained by the Fedora Release Engineering team:
|
||||||
|
# https://fedoraproject.org/wiki/ReleaseEngineering
|
||||||
|
# mailto:rel-eng@lists.fedoraproject.org
|
||||||
|
|
||||||
|
# Use a part of 'iso' to define how large you want your isos.
|
||||||
|
# Only used when composing to more than one iso.
|
||||||
|
# Default is 695 (megs), CD size.
|
||||||
|
# Listed below is the size of a DVD if you wanted to split higher.
|
||||||
|
#part iso --size=4998
|
||||||
|
|
||||||
|
# Add the repos you wish to use to compose here. At least one of them needs group data.
|
||||||
|
|
||||||
|
# Only uncomment repo commands in one of the two following sections.
|
||||||
|
# Because the install kickstart doesn't use the updates repo and does
|
||||||
|
# use the source repo, we can't just include fedora-repo.ks
|
||||||
|
|
||||||
|
# In the master branch the rawhide repo commands should be uncommented.
|
||||||
|
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-workstation
|
||||||
|
#repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-workstation
|
||||||
|
|
||||||
|
# In non-master branches the fedora repo commands should be uncommented
|
||||||
|
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-workstation
|
||||||
|
repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-workstation
|
||||||
|
|
||||||
|
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
||||||
|
# (default groups for the configured repos are added by --default)
|
||||||
|
# @base got renamed to @standard, but @base is still included by default by pungi.
|
||||||
|
%packages --default
|
||||||
|
|
||||||
|
-fedora-productimg-cloud
|
||||||
|
fedora-productimg-server
|
||||||
|
-fedora-productimg-workstation
|
||||||
|
|
||||||
|
# pungi is an inclusive depsolver so that multiple packages are brought
|
||||||
|
# in to satisify dependencies and we don't always want that. So we use
|
||||||
|
# an exclusion list to cut out things we don't want
|
||||||
|
|
||||||
|
-kernel*debug*
|
||||||
|
-kernel-kdump*
|
||||||
|
-kernel-tools*
|
||||||
|
-syslog-ng*
|
||||||
|
-astronomy-bookmarks
|
||||||
|
-generic-logos*
|
||||||
|
-generic-release*
|
||||||
|
-GConf2-dbus*
|
||||||
|
-bluez-gnome
|
||||||
|
-community-mysql*
|
||||||
|
|
||||||
|
# core
|
||||||
|
kernel*
|
||||||
|
dracut-*
|
||||||
|
|
||||||
|
# No desktops
|
||||||
|
-cinnamon*
|
||||||
|
-enlightenment*
|
||||||
|
-gnome-shell
|
||||||
|
-gnome-session
|
||||||
|
-kde*
|
||||||
|
-lightdm-kde
|
||||||
|
-lightdm-razorqt
|
||||||
|
# Pulls in qt
|
||||||
|
-oprofile-gui
|
||||||
|
|
||||||
|
-@legacy-fonts
|
||||||
|
|
||||||
|
-@multimedia
|
||||||
|
|
||||||
|
## common stuff
|
||||||
|
@guest-agents
|
||||||
|
@standard
|
||||||
|
@core
|
||||||
|
@hardware-support
|
||||||
|
@networkmanager-submodules
|
||||||
|
|
||||||
|
# Fedora Server.
|
||||||
|
# Including this causes the fedora-release-server package to be included,
|
||||||
|
# which in turn enables server-product-environment, and due to to its priority
|
||||||
|
# this will be the default environment.
|
||||||
|
@^server-product-environment
|
||||||
|
@server-product
|
||||||
|
@headless-management
|
||||||
|
@container-management
|
||||||
|
@domain-client
|
||||||
|
@server-hardware-support
|
||||||
|
|
||||||
|
# Common server packages
|
||||||
|
@mysql
|
||||||
|
@sql-server
|
||||||
|
@web-server
|
||||||
|
|
||||||
|
# Web Server environment
|
||||||
|
@haproxy
|
||||||
|
@mongodb
|
||||||
|
@python-web
|
||||||
|
@php
|
||||||
|
@rubyonrails
|
||||||
|
@tomcat
|
||||||
|
|
||||||
|
# Infrastructure Server
|
||||||
|
@directory-server
|
||||||
|
@dogtag
|
||||||
|
@dns-server
|
||||||
|
@freeipa-server
|
||||||
|
@ftp-server
|
||||||
|
@mail-server
|
||||||
|
@network-server
|
||||||
|
@printing
|
||||||
|
@smb-server
|
||||||
|
@virtualization-headless
|
||||||
|
@load-balancer
|
||||||
|
@ha
|
||||||
|
|
||||||
|
@javaenterprise
|
||||||
|
|
||||||
|
# “uservisible” groups we want to offer
|
||||||
|
@editors
|
||||||
|
@network-server
|
||||||
|
@system-tools
|
||||||
|
@text-internet
|
||||||
|
|
||||||
|
# Things needed for installation
|
||||||
|
@anaconda-tools
|
||||||
|
fedora-productimg-server
|
||||||
|
|
||||||
|
# Langpacks
|
||||||
|
autocorr-*
|
||||||
|
hunspell-*
|
||||||
|
man-pages-*
|
||||||
|
-gimp-help-*
|
||||||
|
|
||||||
|
# Removals
|
||||||
|
-PackageKit-zif
|
||||||
|
-zif
|
||||||
|
%end
|
||||||
51
fedora-install-workstation.ks
Normal file
51
fedora-install-workstation.ks
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
# Kickstart file for composing the "Fedora" spin of Fedora (rawhide)
|
||||||
|
# Maintained by the Fedora Release Engineering team:
|
||||||
|
# https://fedoraproject.org/wiki/ReleaseEngineering
|
||||||
|
# mailto:rel-eng@lists.fedoraproject.org
|
||||||
|
|
||||||
|
# Use a part of 'iso' to define how large you want your isos.
|
||||||
|
# Only used when composing to more than one iso.
|
||||||
|
# Default is 695 (megs), CD size.
|
||||||
|
# Listed below is the size of a DVD if you wanted to split higher.
|
||||||
|
#part iso --size=4998
|
||||||
|
|
||||||
|
# Add the repos you wish to use to compose here. At least one of them needs group data.
|
||||||
|
|
||||||
|
# Only uncomment repo commands in one of the two following sections.
|
||||||
|
# Because the install kickstart doesn't use the updates repo and does
|
||||||
|
# use the source repo, we can't just include fedora-repo.ks
|
||||||
|
|
||||||
|
# In the master branch the rawhide repo commands should be uncommented.
|
||||||
|
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-server
|
||||||
|
#repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-server
|
||||||
|
|
||||||
|
# In non-master branches the fedora repo commands should be uncommented
|
||||||
|
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-server
|
||||||
|
repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-server
|
||||||
|
|
||||||
|
%include fedora-workstation-packages.ks
|
||||||
|
|
||||||
|
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
||||||
|
# (default groups for the configured repos are added by --default)
|
||||||
|
# @base got renamed to @standard, but @base is still included by default by pungi.
|
||||||
|
%packages --default
|
||||||
|
|
||||||
|
# pungi is an inclusive depsolver so that multiple packages are brought
|
||||||
|
# in to satisify dependencies and we don't always want that. So we use
|
||||||
|
# an exclusion list to cut out things we don't want
|
||||||
|
-kernel*debug*
|
||||||
|
-kernel-kdump*
|
||||||
|
-kernel-tools*
|
||||||
|
-astronomy-bookmarks
|
||||||
|
-generic*
|
||||||
|
|
||||||
|
# core
|
||||||
|
kernel*
|
||||||
|
|
||||||
|
# Things needed for installation
|
||||||
|
@anaconda-tools
|
||||||
|
-fedora-productimg-cloud
|
||||||
|
-fedora-productimg-server
|
||||||
|
fedora-productimg-workstation
|
||||||
|
|
||||||
|
%end
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
%packages
|
%packages
|
||||||
@firefox
|
|
||||||
@kde-apps
|
@kde-apps
|
||||||
@kde-desktop
|
@kde-desktop
|
||||||
@kde-media
|
@kde-media
|
||||||
@@ -10,7 +9,7 @@
|
|||||||
### The KDE-Desktop
|
### The KDE-Desktop
|
||||||
|
|
||||||
### Browser
|
### Browser
|
||||||
qupzilla
|
firefox
|
||||||
|
|
||||||
### fixes
|
### fixes
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
%include fedora-live-kde.ks
|
%include fedora-live-kde.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 12288
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
@@ -42,18 +42,55 @@ indi-apogee
|
|||||||
indi-eqmod
|
indi-eqmod
|
||||||
indi-gphoto
|
indi-gphoto
|
||||||
indi-sx
|
indi-sx
|
||||||
indistarter
|
|
||||||
kstars
|
kstars
|
||||||
|
skychart
|
||||||
|
skychart-data-dso
|
||||||
|
skychart-data-stars
|
||||||
stellarium
|
stellarium
|
||||||
|
|
||||||
# misc. astronomy
|
# misc. astronomy
|
||||||
celestia
|
celestia
|
||||||
virtualplanet
|
xvarstar
|
||||||
|
|
||||||
# Some astro environment stuff
|
# Some astro environment stuff
|
||||||
|
astronomy-bookmarks
|
||||||
astronomy-menus
|
astronomy-menus
|
||||||
astronomy-menus-toplevel
|
astronomy-menus-toplevel
|
||||||
|
|
||||||
|
#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
|
||||||
|
# for astronomy
|
||||||
|
cfitsio-devel
|
||||||
|
CCfits-devel
|
||||||
|
libnova-devel
|
||||||
|
wcslib-devel
|
||||||
|
|
||||||
|
|
||||||
|
#python 2 tools/libraries not included from the groups
|
||||||
|
python-tools
|
||||||
|
python-ipython
|
||||||
|
python-ipython-console
|
||||||
|
python-ipython-notebook
|
||||||
|
sympy
|
||||||
|
python-networkx
|
||||||
|
python-pandas
|
||||||
|
# Python astronomy
|
||||||
|
astropy-tools
|
||||||
|
python-astropy
|
||||||
|
python-astroML
|
||||||
|
python-photutils
|
||||||
|
python-sep
|
||||||
|
pyephem
|
||||||
|
APLpy
|
||||||
|
ATpy
|
||||||
|
|
||||||
|
|
||||||
#python 3 and tools/libraries not included from the groups
|
#python 3 and tools/libraries not included from the groups
|
||||||
python3
|
python3
|
||||||
python3-tools
|
python3-tools
|
||||||
@@ -69,23 +106,23 @@ python3-pandas
|
|||||||
# Python 3 astronomy
|
# Python 3 astronomy
|
||||||
python3-astropy
|
python3-astropy
|
||||||
python3-astroML
|
python3-astroML
|
||||||
python3-astroML-addons
|
|
||||||
python3-astroquery
|
|
||||||
python3-APLpy
|
python3-APLpy
|
||||||
python3-ATpy
|
python3-ATpy
|
||||||
python3-ccdproc
|
|
||||||
python3-gatspy
|
|
||||||
python3-photutils
|
python3-photutils
|
||||||
python3-sep
|
python3-sep
|
||||||
|
|
||||||
# matplotlib backends
|
# matplotlib backends
|
||||||
|
python-matplotlib-qt4
|
||||||
|
python-matplotlib-qt5
|
||||||
|
python-matplotlib-tk
|
||||||
python3-matplotlib-qt4
|
python3-matplotlib-qt4
|
||||||
python3-matplotlib-qt5
|
python3-matplotlib-qt5
|
||||||
python3-matplotlib-tk
|
python3-matplotlib-tk
|
||||||
|
|
||||||
|
|
||||||
# Python IDE very useful for scientific use
|
# Python IDE very useful for scientific use
|
||||||
python3-spyder
|
spyder
|
||||||
|
|
||||||
|
|
||||||
#Version control- a GUI for each as well
|
#Version control- a GUI for each as well
|
||||||
|
|
||||||
@@ -93,24 +130,28 @@ python3-spyder
|
|||||||
rapidsvn
|
rapidsvn
|
||||||
git
|
git
|
||||||
git-gui
|
git-gui
|
||||||
|
# Mercurial
|
||||||
|
mercurial
|
||||||
|
mercurial-hgk
|
||||||
|
|
||||||
|
#Backup Utilities
|
||||||
|
backintime-kde
|
||||||
|
|
||||||
#Drawing, Picture viewing tools, Visualization tools
|
#Drawing, Picture viewing tools, Visualization tools
|
||||||
dia
|
dia
|
||||||
gimp
|
gimp
|
||||||
|
inkscape
|
||||||
kst
|
kst
|
||||||
kst-docs
|
kst-docs
|
||||||
kst-fits
|
kst-fits
|
||||||
LabPlot
|
scidavis
|
||||||
|
|
||||||
#Misc. Utils
|
#Misc. Utils
|
||||||
# icedtea-web to have webstart useful for VO tools
|
|
||||||
icedtea-web
|
|
||||||
ImageMagick
|
ImageMagick
|
||||||
kate
|
kate
|
||||||
kate-plugins
|
kate-plugins
|
||||||
rlwrap
|
rlwrap
|
||||||
screen
|
screen
|
||||||
plasma-applet-redshift-control
|
|
||||||
|
|
||||||
# Omit KDE 4 translations for now: https://bugzilla.redhat.com/show_bug.cgi?id=1197940
|
# Omit KDE 4 translations for now: https://bugzilla.redhat.com/show_bug.cgi?id=1197940
|
||||||
-kde-l10n-*
|
-kde-l10n-*
|
||||||
|
|||||||
@@ -14,12 +14,8 @@ auth --useshadow --passalgo=sha512
|
|||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
xconfig --startxonboot
|
xconfig --startxonboot
|
||||||
zerombr
|
part / --size 4096 --fstype ext4
|
||||||
clearpart --all
|
|
||||||
part / --size 5120 --fstype ext4
|
|
||||||
services --enabled=NetworkManager,ModemManager --disabled=network,sshd
|
services --enabled=NetworkManager,ModemManager --disabled=network,sshd
|
||||||
network --bootproto=dhcp --device=link --activate
|
|
||||||
shutdown
|
|
||||||
|
|
||||||
%include fedora-repo.ks
|
%include fedora-repo.ks
|
||||||
|
|
||||||
@@ -38,8 +34,6 @@ shutdown
|
|||||||
# Explicitly specified here:
|
# Explicitly specified here:
|
||||||
# <notting> walters: because otherwise dependency loops cause yum issues.
|
# <notting> walters: because otherwise dependency loops cause yum issues.
|
||||||
kernel
|
kernel
|
||||||
kernel-modules
|
|
||||||
kernel-modules-extra
|
|
||||||
|
|
||||||
# This was added a while ago, I think it falls into the category of
|
# This was added a while ago, I think it falls into the category of
|
||||||
# "Diagnosis/recovery tool useful from a Live OS image". Leaving this untouched
|
# "Diagnosis/recovery tool useful from a Live OS image". Leaving this untouched
|
||||||
@@ -55,11 +49,7 @@ aajohan-comfortaa-fonts
|
|||||||
|
|
||||||
# Without this, initramfs generation during live image creation fails: #1242586
|
# Without this, initramfs generation during live image creation fails: #1242586
|
||||||
dracut-live
|
dracut-live
|
||||||
grub2-efi
|
|
||||||
syslinux
|
|
||||||
|
|
||||||
# anaconda needs the locales available to run for different locales
|
|
||||||
glibc-all-langpacks
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@@ -72,7 +62,7 @@ cat > /etc/rc.d/init.d/livesys << EOF
|
|||||||
# chkconfig: 345 00 99
|
# chkconfig: 345 00 99
|
||||||
# description: Init script for live image.
|
# description: Init script for live image.
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# X-Start-Before: display-manager chronyd
|
# X-Start-Before: display-manager
|
||||||
### END INIT INFO
|
### END INIT INFO
|
||||||
|
|
||||||
. /etc/init.d/functions
|
. /etc/init.d/functions
|
||||||
@@ -285,11 +275,21 @@ chmod 755 /etc/rc.d/init.d/livesys-late
|
|||||||
# enable tmpfs for /tmp
|
# enable tmpfs for /tmp
|
||||||
systemctl enable tmp.mount
|
systemctl enable tmp.mount
|
||||||
|
|
||||||
|
# As livecd-creator is still yum based, we only get yum's yumdb during the
|
||||||
|
# image compose. Migrate this over to dnf so that dnf and PackageKit can keep
|
||||||
|
# track where packages came from.
|
||||||
|
if [ ! -d /var/lib/dnf ]; then
|
||||||
|
mkdir -p /var/lib/dnf
|
||||||
|
mv /var/lib/yum/yumdb /var/lib/dnf/
|
||||||
|
rm -rf /var/lib/yum/
|
||||||
|
fi
|
||||||
|
|
||||||
# make it so that we don't do writing to the overlay for things which
|
# make it so that we don't do writing to the overlay for things which
|
||||||
# are just tmpdirs/caches
|
# are just tmpdirs/caches
|
||||||
# note https://bugzilla.redhat.com/show_bug.cgi?id=1135475
|
# note https://bugzilla.redhat.com/show_bug.cgi?id=1135475
|
||||||
cat >> /etc/fstab << EOF
|
cat >> /etc/fstab << EOF
|
||||||
vartmp /var/tmp tmpfs defaults 0 0
|
vartmp /var/tmp tmpfs defaults 0 0
|
||||||
|
varcacheyum /var/cache/yum tmpfs mode=0755,context=system_u:object_r:rpm_var_cache_t:s0 0 0
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# work around for poor key import UI in PackageKit
|
# work around for poor key import UI in PackageKit
|
||||||
@@ -305,22 +305,23 @@ rm -f /var/lib/rpm/__db*
|
|||||||
# go ahead and pre-make the man -k cache (#455968)
|
# go ahead and pre-make the man -k cache (#455968)
|
||||||
/usr/bin/mandb
|
/usr/bin/mandb
|
||||||
|
|
||||||
|
# save a little bit of space at least...
|
||||||
|
rm -f /boot/initramfs*
|
||||||
# make sure there aren't core files lying around
|
# make sure there aren't core files lying around
|
||||||
rm -f /core*
|
rm -f /core*
|
||||||
|
|
||||||
# remove random seed, the newly installed instance should make it's own
|
|
||||||
rm -f /var/lib/systemd/random-seed
|
|
||||||
|
|
||||||
# convince readahead not to collect
|
# convince readahead not to collect
|
||||||
# FIXME: for systemd
|
# FIXME: for systemd
|
||||||
|
|
||||||
|
# forcibly regenerate fontconfig cache (so long as this live image has
|
||||||
|
# fontconfig) - see #1169979
|
||||||
|
if [ -x /usr/bin/fc-cache ] ; then
|
||||||
|
fc-cache -f
|
||||||
|
fi
|
||||||
|
|
||||||
echo 'File created by kickstart. See systemd-update-done.service(8).' \
|
echo 'File created by kickstart. See systemd-update-done.service(8).' \
|
||||||
| tee /etc/.updated >/var/.updated
|
| tee /etc/.updated >/var/.updated
|
||||||
|
|
||||||
# Drop the rescue kernel and initramfs, we don't need them on the live media itself.
|
|
||||||
# See bug 1317709
|
|
||||||
rm -f /boot/*-rescue*
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -9,28 +9,81 @@
|
|||||||
|
|
||||||
%include fedora-live-workstation.ks
|
%include fedora-live-workstation.ks
|
||||||
|
|
||||||
# Size partition
|
#DVD size partition
|
||||||
part / --size 14336
|
part / --size 8192
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
# Switch to groups for design suite
|
# graphics
|
||||||
@design-suite
|
blender
|
||||||
|
#LuxRender-blender
|
||||||
|
YafaRay-blender
|
||||||
|
bluefish
|
||||||
|
colord-extra-profiles
|
||||||
|
darktable
|
||||||
|
dia
|
||||||
|
entangle
|
||||||
|
fontforge
|
||||||
|
font-manager
|
||||||
|
gimp
|
||||||
|
gimp-elsamuko
|
||||||
|
gimp-*-plugin
|
||||||
|
gimp-data-extras
|
||||||
|
gimp-gap
|
||||||
|
gimp-paint-studio
|
||||||
|
gimp-high-pass-filter
|
||||||
|
gimp-normalmap
|
||||||
|
gimp-resynthesizer
|
||||||
|
gimp-separate+
|
||||||
|
gpick
|
||||||
|
GraphicsMagick
|
||||||
|
gmic-gimp
|
||||||
|
hugin
|
||||||
|
ImageMagick
|
||||||
|
inkscape
|
||||||
|
inkscape-sozi
|
||||||
|
inkscape-table
|
||||||
|
mypaint
|
||||||
|
nautilus-image-converter
|
||||||
|
optipng
|
||||||
|
phatch
|
||||||
|
screenruler
|
||||||
|
simple-scan
|
||||||
|
scribus
|
||||||
|
shutter
|
||||||
|
synfigstudio
|
||||||
|
xournal
|
||||||
|
|
||||||
# Preview Gnome Photos
|
# office
|
||||||
gnome-photos
|
vym
|
||||||
|
pdfmod
|
||||||
|
pdfshuffler
|
||||||
|
|
||||||
# Add gthumb for renaming group files
|
# internet
|
||||||
gthumb
|
filezilla
|
||||||
|
sparkleshare
|
||||||
|
sshpass
|
||||||
|
|
||||||
|
# audio & video
|
||||||
|
audacity
|
||||||
|
pitivi
|
||||||
|
|
||||||
|
# fonts
|
||||||
|
aajohan-comfortaa-fonts
|
||||||
|
adobe-source-sans-pro-fonts
|
||||||
|
campivisivi-titillium-fonts
|
||||||
|
lato-fonts
|
||||||
|
open-sans-fonts
|
||||||
|
overpass-fonts
|
||||||
|
|
||||||
# Extra wallpapers
|
# Extra wallpapers
|
||||||
f23-backgrounds-extras-base
|
f23-backgrounds-extras-base
|
||||||
f23-backgrounds-extras-gnome
|
f23-backgrounds-extras-gnome
|
||||||
f24-backgrounds-extras-base
|
|
||||||
f24-backgrounds-extras-gnome
|
|
||||||
|
|
||||||
# removal of unneeded applications
|
# removal of unneeded applications
|
||||||
-gnome-boxes
|
-gnome-boxes
|
||||||
|
-gthumb
|
||||||
-eog
|
-eog
|
||||||
|
-gnome-photos
|
||||||
-rdesktop
|
-rdesktop
|
||||||
|
|
||||||
%end
|
%end
|
||||||
@@ -39,7 +92,7 @@ f24-backgrounds-extras-gnome
|
|||||||
#Override the favorite desktop application in Dash
|
#Override the favorite desktop application in Dash
|
||||||
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
|
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
|
||||||
[org.gnome.shell]
|
[org.gnome.shell]
|
||||||
favorite-apps=['firefox.desktop', 'gnome-photos.desktop', 'gimp.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']
|
favorite-apps=['firefox.desktop', 'shotwell.desktop', 'gimp.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
# Add link to lists of tutorials
|
# Add link to lists of tutorials
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
%include fedora-live-xfce.ks
|
%include fedora-live-xfce.ks
|
||||||
|
|
||||||
# The recommended part size for DVDs is too close to use for the games spin
|
# The recommended part size for DVDs is too close to use for the games spin
|
||||||
part / --size 14336
|
part / --size 10240
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ extremetuxracer
|
|||||||
freeciv
|
freeciv
|
||||||
freecol
|
freecol
|
||||||
freedoom
|
freedoom
|
||||||
# freedroidrpg cut for size
|
freedroidrpg
|
||||||
frozen-bubble
|
frozen-bubble
|
||||||
gl-117
|
gl-117
|
||||||
glob2
|
glob2
|
||||||
@@ -58,7 +58,7 @@ nethack-vultures
|
|||||||
netpanzer
|
netpanzer
|
||||||
#neverball #cut for size
|
#neverball #cut for size
|
||||||
nogravity
|
nogravity
|
||||||
#pinball # Would pull in fluid-soundfont-lite-patches
|
pinball
|
||||||
scorched3d
|
scorched3d
|
||||||
supertux
|
supertux
|
||||||
#supertuxkart #remove for size
|
#supertuxkart #remove for size
|
||||||
@@ -66,7 +66,7 @@ ultimatestunts
|
|||||||
warzone2100
|
warzone2100
|
||||||
wesnoth
|
wesnoth
|
||||||
# worminator # Would pull in fluid-soundfont-lite-patches
|
# worminator # Would pull in fluid-soundfont-lite-patches
|
||||||
# warmux - Cut for size
|
warmux
|
||||||
xmoto
|
xmoto
|
||||||
|
|
||||||
# traditional (small)
|
# traditional (small)
|
||||||
@@ -98,7 +98,7 @@ openlierox
|
|||||||
pachi
|
pachi
|
||||||
pioneers
|
pioneers
|
||||||
quarry
|
quarry
|
||||||
# Ri-li cut for size
|
Ri-li
|
||||||
rogue
|
rogue
|
||||||
# scorchwentbonkers # Would pull in fluid-soundfont-lite-patches
|
# scorchwentbonkers # Would pull in fluid-soundfont-lite-patches
|
||||||
seahorse-adventures
|
seahorse-adventures
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
# https://fedoraproject.org/wiki/User:jvlomax
|
# https://fedoraproject.org/wiki/User:jvlomax
|
||||||
# Brendan Jones <brendan.jones.it@gmail.com>
|
# Brendan Jones <brendan.jones.it@gmail.com>
|
||||||
|
|
||||||
%include fedora-live-kde.ks
|
%include fedora-livecd-kde.ks
|
||||||
|
|
||||||
# DVD size partition
|
# DVD size partition
|
||||||
part / --size 10240 --fstype ext4
|
part / --size 10240 --fstype ext4
|
||||||
@@ -77,7 +77,7 @@ sooperlooper
|
|||||||
|
|
||||||
#recodring and DAW
|
#recodring and DAW
|
||||||
audacity
|
audacity
|
||||||
ardour4
|
ardour3
|
||||||
rosegarden4
|
rosegarden4
|
||||||
seq24
|
seq24
|
||||||
muse
|
muse
|
||||||
@@ -168,6 +168,9 @@ rtirq
|
|||||||
japa
|
japa
|
||||||
radium-compressor
|
radium-compressor
|
||||||
|
|
||||||
|
#streaming
|
||||||
|
idjc
|
||||||
|
|
||||||
# fedora jam theming (to be customized)
|
# fedora jam theming (to be customized)
|
||||||
kfaenza-icon-theme
|
kfaenza-icon-theme
|
||||||
fedora-jam-backgrounds
|
fedora-jam-backgrounds
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ part / --size=6144
|
|||||||
# don't include these for now to fit on a cd
|
# don't include these for now to fit on a cd
|
||||||
-desktop-backgrounds-basic
|
-desktop-backgrounds-basic
|
||||||
-kdeaccessibility*
|
-kdeaccessibility*
|
||||||
|
-kdeartwork-screensavers # screensavers are not needed on live images
|
||||||
#-ktorrent # kget has also basic torrent features (~3 megs)
|
#-ktorrent # kget has also basic torrent features (~3 megs)
|
||||||
-digikam # digikam has duplicate functionality with gwenview (~28 megs)
|
-digikam # digikam has duplicate functionality with gwenview (~28 megs)
|
||||||
#-amarok # ~23 megs (mysql-embedded etc.)
|
#-amarok # ~23 megs (mysql-embedded etc.)
|
||||||
@@ -43,7 +44,7 @@ wqy-microhei-fonts # a compact CJK font, to replace:
|
|||||||
-naver-nanum-gothic-fonts # Korean
|
-naver-nanum-gothic-fonts # Korean
|
||||||
-vlgothic-fonts # Japanese
|
-vlgothic-fonts # Japanese
|
||||||
-adobe-source-han-sans-cn-fonts # simplified Chinese
|
-adobe-source-han-sans-cn-fonts # simplified Chinese
|
||||||
-adobe-source-han-sans-tw-fonts # traditional Chinese
|
-adobe-source-han-sans-twhk-fonts # traditional Chinese
|
||||||
|
|
||||||
-paratype-pt-sans-fonts # Cyrillic (already supported by DejaVu), huge
|
-paratype-pt-sans-fonts # Cyrillic (already supported by DejaVu), huge
|
||||||
#-stix-fonts # mathematical symbols
|
#-stix-fonts # mathematical symbols
|
||||||
|
|||||||
@@ -79,4 +79,7 @@ chown -R liveuser:liveuser /home/liveuser/
|
|||||||
restorecon -R /home/liveuser/
|
restorecon -R /home/liveuser/
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
# This is a huge file and things work ok without it
|
||||||
|
rm -f /usr/share/icons/HighContrast/icon-theme.cache
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
-mpage
|
-mpage
|
||||||
-sox
|
-sox
|
||||||
-hplip
|
-hplip
|
||||||
|
-hpijs
|
||||||
-numactl
|
-numactl
|
||||||
-isdn4k-utils
|
-isdn4k-utils
|
||||||
-autofs
|
-autofs
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
|
|
||||||
# The recommended part size for DVDs is too close to use for the robotics spin
|
# The recommended part size for DVDs is too close to use for the robotics spin
|
||||||
part / --size 10752
|
part / --size 10240
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
# Start with GNOME
|
# Start with GNOME
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
# Fedora Scientific with KDE Desktop
|
#fedora-livedvd-scientific-kde.ks
|
||||||
|
# With KDE Desktop
|
||||||
|
|
||||||
# Fedora Scientific: For researchers in Science and Engineering
|
# Fedora Scientific: For researchers in Science and Engineering
|
||||||
# Fedora-Scientific aims to create a Fedora which has the generic
|
# Fedora-Scientific aims to create a Fedora which has the generic
|
||||||
# toolset for the researcher
|
# toolset for the researcher
|
||||||
# Web: https://labs.fedoraproject.org/en/scientific/
|
# Web: https://fedoraproject.org/wiki/Scientific_Spin
|
||||||
|
# Web: http://spins.fedoraproject.org/scientific-kde/
|
||||||
|
|
||||||
# Maintainer: Amit Saha <amitksaha@fedoraproject.org>
|
# Maintainer: Amit Saha <amitksaha@fedoraproject.org>
|
||||||
# https://fedoraproject.org/wiki/User:Amitksaha
|
# https://fedoraproject.org/wiki/User:Amitksaha
|
||||||
@@ -11,7 +13,7 @@
|
|||||||
%include fedora-live-kde.ks
|
%include fedora-live-kde.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 12288
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
@@ -19,12 +21,14 @@ part / --size 14500
|
|||||||
@engineering-and-scientific
|
@engineering-and-scientific
|
||||||
|
|
||||||
# scilab
|
# scilab
|
||||||
scilab
|
#scilab
|
||||||
scilab-devel
|
#scilab-devel
|
||||||
scilab-doc
|
#scilab-doc
|
||||||
|
|
||||||
# Remove sagemath explicitly?
|
# sagemath
|
||||||
-sagemath
|
# BZ #1006230 should fix this
|
||||||
|
#sagemath
|
||||||
|
#sagemath-notebook
|
||||||
|
|
||||||
#Devel tools
|
#Devel tools
|
||||||
|
|
||||||
@@ -84,10 +88,6 @@ rkward
|
|||||||
# GUI for Octave
|
# GUI for Octave
|
||||||
qtoctave
|
qtoctave
|
||||||
|
|
||||||
# julia
|
|
||||||
julia
|
|
||||||
julia-doc
|
|
||||||
|
|
||||||
# IDEs for the IDE folks
|
# IDEs for the IDE folks
|
||||||
@eclipse
|
@eclipse
|
||||||
spyder
|
spyder
|
||||||
@@ -153,8 +153,8 @@ xzgv
|
|||||||
gimp
|
gimp
|
||||||
ggobi
|
ggobi
|
||||||
ggobi-devel
|
ggobi-devel
|
||||||
#g3data
|
g3data
|
||||||
#Mayavi
|
Mayavi
|
||||||
|
|
||||||
#Misc. Utils
|
#Misc. Utils
|
||||||
screen
|
screen
|
||||||
@@ -173,4 +173,4 @@ firefox
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
%end
|
%end
|
||||||
@@ -6,9 +6,10 @@
|
|||||||
# Maintainers:
|
# Maintainers:
|
||||||
# Fabian Affolter <fab [AT] fedoraproject <dot> org>
|
# Fabian Affolter <fab [AT] fedoraproject <dot> org>
|
||||||
# Joerg Simon <jsimon [AT] fedoraproject <dot> org>
|
# Joerg Simon <jsimon [AT] fedoraproject <dot> org>
|
||||||
|
# Christoph Wickert <cwickert [AT] fedoraproject <dot> org>
|
||||||
# Acknowledgements:
|
# Acknowledgements:
|
||||||
# Fedora LiveCD Xfce Spin team - some work here was and will be inherited,
|
# Fedora LiveCD Xfce Spin team - some work here was and will be inherited,
|
||||||
# many thanks, especially to Christoph Wickert!
|
# many thanks!
|
||||||
# Fedora LXDE Spin - Copied over stuff to make LXDE Default
|
# Fedora LXDE Spin - Copied over stuff to make LXDE Default
|
||||||
# Luke Macken and Adam Miller for the original OpenBox Security ks and all
|
# Luke Macken and Adam Miller for the original OpenBox Security ks and all
|
||||||
# the Security Applications!
|
# the Security Applications!
|
||||||
@@ -93,6 +94,9 @@ gnome-keyring-pam
|
|||||||
%post
|
%post
|
||||||
# xfce configuration
|
# xfce configuration
|
||||||
|
|
||||||
|
# This is a huge file and things work ok without it
|
||||||
|
rm -f /usr/share/icons/HighContrast/icon-theme.cache
|
||||||
|
|
||||||
# create /etc/sysconfig/desktop (needed for installation)
|
# create /etc/sysconfig/desktop (needed for installation)
|
||||||
|
|
||||||
cat > /etc/sysconfig/desktop <<EOF
|
cat > /etc/sysconfig/desktop <<EOF
|
||||||
|
|||||||
@@ -51,7 +51,6 @@ org.laptop.StopWatchActivity
|
|||||||
org.laptop.community.Finance
|
org.laptop.community.Finance
|
||||||
org.laptop.community.TypingTurtle
|
org.laptop.community.TypingTurtle
|
||||||
org.laptop.sugar.Jukebox
|
org.laptop.sugar.Jukebox
|
||||||
org.laptop.Words
|
|
||||||
org.eq.FotoToon
|
org.eq.FotoToon
|
||||||
org.gnome.Labyrinth
|
org.gnome.Labyrinth
|
||||||
com.laptop.Ruler
|
com.laptop.Ruler
|
||||||
@@ -59,7 +58,6 @@ org.sugarlabs.AbacusActivity
|
|||||||
org.sugarlabs.IRC
|
org.sugarlabs.IRC
|
||||||
org.sugarlabs.InfoSlicer
|
org.sugarlabs.InfoSlicer
|
||||||
org.sugarlabs.PortfolioActivity
|
org.sugarlabs.PortfolioActivity
|
||||||
org.sugarlabs.StoryActivity
|
|
||||||
org.sugarlabs.VisualMatchActivity
|
org.sugarlabs.VisualMatchActivity
|
||||||
com.garycmartin.Moon
|
com.garycmartin.Moon
|
||||||
mulawa.Countries
|
mulawa.Countries
|
||||||
|
|||||||
@@ -6,10 +6,13 @@
|
|||||||
%include fedora-workstation-packages.ks
|
%include fedora-workstation-packages.ks
|
||||||
%include snippets/packagekit-cached-metadata.ks
|
%include snippets/packagekit-cached-metadata.ks
|
||||||
|
|
||||||
part / --size 6656
|
part / --size 6144
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
# This is a huge file and things work ok without it
|
||||||
|
rm -f /usr/share/icons/HighContrast/icon-theme.cache
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,9 @@
|
|||||||
%post
|
%post
|
||||||
# xfce configuration
|
# xfce configuration
|
||||||
|
|
||||||
|
# This is a huge file and things work ok without it
|
||||||
|
rm -f /usr/share/icons/HighContrast/icon-theme.cache
|
||||||
|
|
||||||
# create /etc/sysconfig/desktop (needed for installation)
|
# create /etc/sysconfig/desktop (needed for installation)
|
||||||
|
|
||||||
cat > /etc/sysconfig/desktop <<EOF
|
cat > /etc/sysconfig/desktop <<EOF
|
||||||
@@ -30,7 +33,7 @@ mkdir -p /home/liveuser/.config/xfce4
|
|||||||
cat > /home/liveuser/.config/xfce4/helpers.rc << FOE
|
cat > /home/liveuser/.config/xfce4/helpers.rc << FOE
|
||||||
MailReader=sylpheed-claws
|
MailReader=sylpheed-claws
|
||||||
FileManager=Thunar
|
FileManager=Thunar
|
||||||
WebBrowser=firefox
|
WebBrowser=midori
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
# disable screensaver locking (#674410)
|
# disable screensaver locking (#674410)
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
%packages
|
%packages
|
||||||
-PackageKit* # we switched to yumex, so we don't need this
|
|
||||||
firefox
|
firefox
|
||||||
@mate
|
@mate
|
||||||
compiz
|
compiz
|
||||||
@@ -7,11 +6,11 @@ compiz-plugins-main
|
|||||||
compiz-plugins-extra
|
compiz-plugins-extra
|
||||||
compiz-manager
|
compiz-manager
|
||||||
compizconfig-python
|
compizconfig-python
|
||||||
compiz-plugins-experimental
|
compiz-plugins-unsupported
|
||||||
|
compiz-mate
|
||||||
libcompizconfig
|
libcompizconfig
|
||||||
compiz-plugins-main
|
compiz-plugins-main
|
||||||
ccsm
|
ccsm
|
||||||
simple-ccsm
|
|
||||||
emerald-themes
|
emerald-themes
|
||||||
emerald
|
emerald
|
||||||
fusion-icon
|
fusion-icon
|
||||||
@@ -19,13 +18,13 @@ fusion-icon
|
|||||||
blueman
|
blueman
|
||||||
|
|
||||||
# some apps from mate-applications
|
# some apps from mate-applications
|
||||||
caja-actions
|
# caja-actions
|
||||||
mate-disk-usage-analyzer
|
mate-disk-usage-analyzer
|
||||||
|
|
||||||
# more backgrounds
|
# more backgrounds
|
||||||
f24-backgrounds-base
|
f23-backgrounds-base
|
||||||
f24-backgrounds-mate
|
f23-backgrounds-mate
|
||||||
f24-backgrounds-extras-base
|
f23-backgrounds-extras-base
|
||||||
|
|
||||||
# system tools
|
# system tools
|
||||||
system-config-printer
|
system-config-printer
|
||||||
@@ -37,18 +36,17 @@ parole
|
|||||||
exaile
|
exaile
|
||||||
PackageKit-gstreamer-plugin
|
PackageKit-gstreamer-plugin
|
||||||
|
|
||||||
# blacklist applications which breaks mate-desktop
|
|
||||||
-audacious
|
|
||||||
|
|
||||||
# office
|
# office
|
||||||
@libreoffice
|
@libreoffice
|
||||||
|
|
||||||
# dsl tools
|
# dsl tools
|
||||||
rp-pppoe
|
rp-pppoe
|
||||||
|
|
||||||
# some tools
|
# drop packages
|
||||||
p7zip
|
-PackageKit* # we switched to yumex, so we don't need this
|
||||||
p7zip-plugins
|
|
||||||
|
# blacklist applications which breaks mate-desktop
|
||||||
|
-audacious
|
||||||
|
|
||||||
# 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.
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
|
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
|
||||||
repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
|
repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
|
||||||
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch
|
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch
|
||||||
url --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
|
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
repo --name=rawhide --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch
|
repo --name=rawhide --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch
|
||||||
url --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch
|
|
||||||
|
|||||||
@@ -32,7 +32,6 @@
|
|||||||
-abrt-cli
|
-abrt-cli
|
||||||
-ibus*
|
-ibus*
|
||||||
-hyperv-daemons
|
-hyperv-daemons
|
||||||
-webkitgtk4-plugin-process-gtk2
|
|
||||||
|
|
||||||
# Add some extra fonts
|
# Add some extra fonts
|
||||||
dejavu-sans-fonts
|
dejavu-sans-fonts
|
||||||
@@ -77,6 +76,9 @@ pulseaudio-utils
|
|||||||
# Usefulness for DSL connections as per:
|
# Usefulness for DSL connections as per:
|
||||||
# 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
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
@core
|
@core
|
||||||
@firefox
|
@firefox
|
||||||
@fonts
|
@fonts
|
||||||
@gnome-desktop
|
|
||||||
@guest-desktop-agents
|
@guest-desktop-agents
|
||||||
@hardware-support
|
@hardware-support
|
||||||
@libreoffice
|
@libreoffice
|
||||||
|
|||||||
@@ -21,16 +21,10 @@
|
|||||||
|
|
||||||
# unlock default keyring. FIXME: Should probably be done in comps
|
# unlock default keyring. FIXME: Should probably be done in comps
|
||||||
gnome-keyring-pam
|
gnome-keyring-pam
|
||||||
# Admin tools are handy to have
|
|
||||||
@admin-tools
|
|
||||||
# Add some screensavers, people seem to like them
|
# Add some screensavers, people seem to like them
|
||||||
# Note that blank is still default.
|
# Note that blank is still default.
|
||||||
xscreensaver-extras
|
xscreensaver-extras
|
||||||
wget
|
wget
|
||||||
# Handy for debugging
|
|
||||||
rfkill
|
|
||||||
# Better more popular browser
|
|
||||||
firefox
|
|
||||||
system-config-printer
|
system-config-printer
|
||||||
|
|
||||||
# save some space
|
# save some space
|
||||||
|
|||||||
12
snippets/autologin-gdm.ks
Normal file
12
snippets/autologin-gdm.ks
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# %post modifications for gdm
|
||||||
|
|
||||||
|
cat >> /etc/rc.d/init.d/fedora-live << EOF
|
||||||
|
chown -R fedora:fedora /home/fedora
|
||||||
|
sed -i -e 's/\[daemon\]/[daemon]\nTimedLoginEnable=true\nTimedLogin=fedora\nTimedLoginDelay=60/' /etc/gdm/custom.conf
|
||||||
|
if [ -e /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png ] ; then
|
||||||
|
cp /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png /home/fedora/.face
|
||||||
|
chown fedora:fedora /home/fedora/.face
|
||||||
|
# TODO: would be nice to get e-d-s to pick this one up too... but how?
|
||||||
|
fi
|
||||||
|
EOF
|
||||||
|
|
||||||
33
snippets/autologin-kdm.ks
Normal file
33
snippets/autologin-kdm.ks
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# %post modifications for kdm and kde
|
||||||
|
|
||||||
|
# add initscript
|
||||||
|
cat >> /etc/rc.d/init.d/fedora-live << EOF
|
||||||
|
|
||||||
|
if [ -e /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png ] ; then
|
||||||
|
# use image also for kdm
|
||||||
|
mkdir -p /usr/share/apps/kdm/faces
|
||||||
|
cp /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png /usr/share/apps/kdm/faces/fedora.face.icon
|
||||||
|
fi
|
||||||
|
|
||||||
|
# make fedora user use KDE
|
||||||
|
echo "startkde" > /home/fedora/.xsession
|
||||||
|
chmod a+x /home/fedora/.xsession
|
||||||
|
chown fedora:fedora /home/fedora/.xsession
|
||||||
|
|
||||||
|
# set up autologin for user fedora
|
||||||
|
sed -i 's/#AutoLoginEnable=true/AutoLoginEnable=true/' /etc/kde/kdm/kdmrc
|
||||||
|
sed -i 's/#AutoLoginUser=fred/AutoLoginUser=fedora/' /etc/kde/kdm/kdmrc
|
||||||
|
|
||||||
|
# set up user fedora as default user and preselected user
|
||||||
|
sed -i 's/#PreselectUser=Default/PreselectUser=Default/' /etc/kde/kdm/kdmrc
|
||||||
|
sed -i 's/#DefaultUser=johndoe/DefaultUser=fedora/' /etc/kde/kdm/kdmrc
|
||||||
|
|
||||||
|
# add liveinst.desktop to favorites menu
|
||||||
|
mkdir -p /home/fedora/.kde/share/config/
|
||||||
|
cat > /home/fedora/.kde/share/config/kickoffrc << MENU_EOF
|
||||||
|
[Favorites]
|
||||||
|
FavoriteURLs=/usr/share/applications/kde4/konqbrowser.desktop,/usr/share/applications/kde4/dolphin.desktop,/usr/share/applications/kde4/systemsettings.desktop,/usr/share/applications/liveinst.desktop
|
||||||
|
MENU_EOF
|
||||||
|
chown -R fedora:fedora /home/fedora/.kde/
|
||||||
|
EOF
|
||||||
|
|
||||||
7
snippets/config-developer.ks
Normal file
7
snippets/config-developer.ks
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# %post modifications to add link to demonstration videos to desktop
|
||||||
|
|
||||||
|
cat >> /etc/rc.d/init.d/fedora-live << EOF
|
||||||
|
pushd /home/fedora/Desktop
|
||||||
|
ln -s /usr/share/eclipse-demos-0.0.1 "Eclipse demonstration videos"
|
||||||
|
popd
|
||||||
|
EOF
|
||||||
57
snippets/config-electronic-lab.ks
Normal file
57
snippets/config-electronic-lab.ks
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
# %post modifications specifically for Fedora Electronic Lab
|
||||||
|
|
||||||
|
# Fedora Electronic Lab: Kwin buttons
|
||||||
|
cat > /usr/share/kde-settings/kde-profile/default/share/config/kwinrc <<EOF
|
||||||
|
[Style]
|
||||||
|
ButtonsOnLeft=MB
|
||||||
|
ButtonsOnRight=FIAX
|
||||||
|
CustomButtonPositions=true
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# kill klipper
|
||||||
|
cat > /usr/share/kde-settings/kde-profile/default/share/config/klipperrc <<EOF
|
||||||
|
[General]
|
||||||
|
AutoStart=false
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# use the LCD_Style clock as alliance's windows demand a lot of space on kicker
|
||||||
|
cat > /usr/share/kde-settings/kde-profile/default/share/config/clock_panelappletrc <<EOF
|
||||||
|
[Digital]
|
||||||
|
LCD_Style=false
|
||||||
|
Show_Date=false
|
||||||
|
Show_Seconds=true
|
||||||
|
|
||||||
|
[General]
|
||||||
|
Type=Digital
|
||||||
|
EOF
|
||||||
|
|
||||||
|
cat > /usr/share/kde-settings/kde-profile/default/share/config/kxkbrc <<EOF
|
||||||
|
[Layout]
|
||||||
|
DisplayNames=
|
||||||
|
EnableXkbOptions=false
|
||||||
|
IncludeGroups=
|
||||||
|
LayoutList=us,de,fr,jp
|
||||||
|
Model=pc104
|
||||||
|
Options=
|
||||||
|
ResetOldOptions=false
|
||||||
|
ShowFlag=true
|
||||||
|
ShowSingle=true
|
||||||
|
StickySwitching=false
|
||||||
|
StickySwitchingDepth=2
|
||||||
|
SwitchMode=Global
|
||||||
|
Use=true
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# Chitlesh doesn't like the KDE icon on the kicker, but fedora's
|
||||||
|
# This is a feature for Fedora and not for KDE
|
||||||
|
cp -fp /usr/share/icons/Bluecurve/16x16/apps/gnome-main-menu.png /usr/share/icons/crystalsvg/16x16/apps/kmenu.png
|
||||||
|
cp -fp /usr/share/icons/Bluecurve/24x24/apps/gnome-main-menu.png /usr/share/icons/crystalsvg/22x22/apps/kmenu.png
|
||||||
|
cp -fp /usr/share/icons/Bluecurve/32x32/apps/gnome-main-menu.png /usr/share/icons/crystalsvg/32x32/apps/kmenu.png
|
||||||
|
cp -fp /usr/share/icons/Bluecurve/48x48/apps/gnome-main-menu.png /usr/share/icons/crystalsvg/48x48/apps/kmenu.png
|
||||||
|
|
||||||
|
/sbin/chkconfig anacron off
|
||||||
|
/sbin/chkconfig sendmail off
|
||||||
|
/sbin/chkconfig nfs off
|
||||||
|
/sbin/chkconfig nfslock off
|
||||||
|
/sbin/chkconfig rpcidmapd off
|
||||||
|
/sbin/chkconfig rpcbind off
|
||||||
19
snippets/config-kde-gnome-keyring.ks
Normal file
19
snippets/config-kde-gnome-keyring.ks
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# %post modifications to set up gnome-keyring in KDE
|
||||||
|
|
||||||
|
mkdir -p /etc/skel/.kde/env /etc/skel/.kde/shutdown
|
||||||
|
cat > /etc/skel/.kde/env/start-custom.sh << EOF
|
||||||
|
#!/bin/sh
|
||||||
|
eval \`gnome-keyring-daemon\`
|
||||||
|
export GNOME_KEYRING_PID
|
||||||
|
export GNOME_KEYRING_SOCKET
|
||||||
|
EOF
|
||||||
|
chmod 755 /etc/skel/.kde/env/start-custom.sh
|
||||||
|
|
||||||
|
cat > /etc/skel/.kde/shutdown/stop-custom.sh << EOF
|
||||||
|
#/bin/sh
|
||||||
|
if [-n "$GNOME_KEYRING_PID"]; then
|
||||||
|
kill $GNOME_KEYRING_PID
|
||||||
|
fi
|
||||||
|
EOF
|
||||||
|
|
||||||
|
chmod 755 /etc/skel/.kde/shutdown/stop-custom.sh
|
||||||
16
snippets/config-tracker.ks
Normal file
16
snippets/config-tracker.ks
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# %post modifications to configure tracker search
|
||||||
|
|
||||||
|
mkdir -p /home/fedora/.config/tracker
|
||||||
|
|
||||||
|
cat > /home/fedora/.config/tracker/tracker.cfg <<EOF
|
||||||
|
[Indexing]
|
||||||
|
EnableIndexing=false
|
||||||
|
Language=en
|
||||||
|
EOF
|
||||||
|
|
||||||
|
mkdir -p /root/.config/tracker
|
||||||
|
cat > /root/.config/tracker/tracker.cfg <<EOF
|
||||||
|
[Indexing]
|
||||||
|
EnableIndexing=false
|
||||||
|
Language=en
|
||||||
|
EOF
|
||||||
164
snippets/eeepc900-modifications.ks
Normal file
164
snippets/eeepc900-modifications.ks
Normal file
@@ -0,0 +1,164 @@
|
|||||||
|
###### Eee PC 900 stuff ####################################################
|
||||||
|
#
|
||||||
|
###### Hotkeys #############################################################
|
||||||
|
cat > /etc/acpi/actions/hotkeys.sh << EOHOTKEY
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
export DISPLAY=:0
|
||||||
|
|
||||||
|
case "$3" in
|
||||||
|
|
||||||
|
#Fn+F2
|
||||||
|
00000010)
|
||||||
|
# Wlan On
|
||||||
|
/etc/acpi/actions/wlan.sh poweron
|
||||||
|
;;
|
||||||
|
00000011)
|
||||||
|
# Wlan Off
|
||||||
|
/etc/acpi/actions/wlan.sh poweroff
|
||||||
|
;;
|
||||||
|
|
||||||
|
#Fn+F6
|
||||||
|
00000012)
|
||||||
|
# Webcam switch
|
||||||
|
/etc/acpi/actions/camera.sh
|
||||||
|
# TaskManager
|
||||||
|
# /usr/bin/gnome-system-monitor
|
||||||
|
;;
|
||||||
|
|
||||||
|
#Fn+F7
|
||||||
|
00000013)
|
||||||
|
# Volume mute
|
||||||
|
/usr/bin/amixer set -D hw:0 Master toggle
|
||||||
|
;;
|
||||||
|
|
||||||
|
#Fn+F8
|
||||||
|
00000014)
|
||||||
|
# Volume down
|
||||||
|
/usr/bin/amixer set -D hw:0 Master 10%- unmute
|
||||||
|
;;
|
||||||
|
|
||||||
|
#Fn+F9
|
||||||
|
00000015)
|
||||||
|
# Volume up
|
||||||
|
/usr/bin/amixer set -D hw:0 Master 10%+ unmute
|
||||||
|
;;
|
||||||
|
|
||||||
|
#Fn+F5
|
||||||
|
00000030)
|
||||||
|
|
||||||
|
/usr/bin/xrandr --output VGA --mode 1024x768 \
|
||||||
|
--output LVDS --off
|
||||||
|
|
||||||
|
if [[ "$?" != "0" ]]; then
|
||||||
|
|
||||||
|
/usr/bin/xrandr --output VGA --preferred \
|
||||||
|
--output LVDS --off
|
||||||
|
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
|
||||||
|
00000031)
|
||||||
|
|
||||||
|
/usr/bin/xrandr --output LVDS --mode 800x480 \
|
||||||
|
--output VGA --mode 800x600
|
||||||
|
|
||||||
|
;;
|
||||||
|
|
||||||
|
00000032)
|
||||||
|
|
||||||
|
/usr/bin/xrandr --output VGA --off \
|
||||||
|
--output LVDS --preferred
|
||||||
|
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
logger "ACPI hotkey $3 action is not defined"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
EOHOTKEY
|
||||||
|
|
||||||
|
###### WLAN #############################################################
|
||||||
|
cat > /etc/acpi/actions/wlan.sh << EOF
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
PWR=$(cat /sys/devices/platform/eeepc/wlan)
|
||||||
|
|
||||||
|
UnloadModules() {
|
||||||
|
rmmod ath_pci
|
||||||
|
rmmod ath_rate_sample
|
||||||
|
rmmod wlan_scan_sta
|
||||||
|
rmmod wlan_tkip
|
||||||
|
rmmod wlan_wep
|
||||||
|
rmmod wlan
|
||||||
|
}
|
||||||
|
|
||||||
|
LoadModules() {
|
||||||
|
modprobe ath_pci
|
||||||
|
}
|
||||||
|
|
||||||
|
case $1 in
|
||||||
|
poweron)
|
||||||
|
if [[ "$PWR" = "0" ]]; then
|
||||||
|
modprobe pciehp pciehp_force=1
|
||||||
|
|
||||||
|
echo 1 > /sys/devices/platform/eeepc/wlan
|
||||||
|
|
||||||
|
rmmod pciehp
|
||||||
|
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
|
||||||
|
poweroff)
|
||||||
|
if [[ "$PWR" = "1" ]]; then
|
||||||
|
|
||||||
|
modprobe pciehp pciehp_force=1
|
||||||
|
|
||||||
|
ifconfig ath0 down
|
||||||
|
|
||||||
|
wlanconfig ath0 destroy
|
||||||
|
|
||||||
|
UnloadModules
|
||||||
|
|
||||||
|
echo 0 > /sys/devices/platform/eeepc/wlan
|
||||||
|
|
||||||
|
rmmod pciehp
|
||||||
|
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
EOF
|
||||||
|
|
||||||
|
###### Webcam #############################################################
|
||||||
|
cat > /etc/acpi/actions/camera.sh << EOF
|
||||||
|
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
CAMERA=$(cat /sys/devices/platform/eeepc/camera)
|
||||||
|
|
||||||
|
if [[ "$CAMERA" = "0" ]]; then
|
||||||
|
echo 1 > /sys/devices/platform/eeepc/camera
|
||||||
|
else
|
||||||
|
echo 0 > /sys/devices/platform/eeepc/camera
|
||||||
|
fi
|
||||||
|
EOF
|
||||||
|
|
||||||
|
chmod +x "/etc/acpi/actions/*"
|
||||||
|
|
||||||
|
###### Shutdown fix #########################################################
|
||||||
|
echo "modprobe -r snd-hda-intel" >> /sbin/halt.local
|
||||||
|
chmod 755 /sbin/halt.local
|
||||||
|
|
||||||
|
###### Gnome display stuff ##################################################
|
||||||
|
|
||||||
|
gconftool-2 --set /apps/nautilus/preferences/desktop_font --type string "Sans 8"
|
||||||
|
gconftool-2 --set /desktop/gnome/interface/document_font_name --type string "Sans 8"
|
||||||
|
gconftool-2 --set /desktop/gnome/interface/font_name --type string "Sans 8"
|
||||||
|
gconftool-2 --set /apps/metacity/general/titlebar_font --type string "Sans Bold 8"
|
||||||
|
gconftool-2 --set /desktop/gnome/interface/monospace_font_name --type string "Monospace 8"
|
||||||
|
gconftool-2 --set /apps/metacity/window_keybindings/toggle_fullscreen --type string "<Alt>F11"
|
||||||
|
gconftool-2 --set /desktop/gnome/interface/toolbar_style --type string "icons"
|
||||||
|
gconftool-2 --set /desktop/gnome/sound/default_mixer_tracks --type list --list-type string "[PCM]"
|
||||||
|
gconftool-2 --set /apps/gnome-power-manager/notify/low_capacity --type bool 0
|
||||||
|
gconftool-2 --set /apps/compiz/plugins/move/allscreens/options/constrain_y --type bool 0
|
||||||
|
gconftool-2 --set /apps/panel/toplevels/top_panel_screen0/size --type integer 19
|
||||||
|
gconftool-2 --set /apps/panel/toplevels/bottom_panel_screen0/size --type integer 19
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
%post --nochroot
|
%post --nochroot
|
||||||
# Copy over files needed for networking inside the chroot
|
# Copy over files needed for networking inside the chroot
|
||||||
for f in /etc/resolv.conf /etc/hosts ; do
|
for f in /etc/resolv.conf /etc/hosts ; do
|
||||||
test -f $f && cp $f /mnt/sysimage/$f.kickstart
|
test -f $f && cp -a $f ${INSTALL_ROOT}${f}.kickstart
|
||||||
done
|
done
|
||||||
%end
|
%end
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ PK_PREFIX=`mktemp -d`
|
|||||||
mkdir -p $PK_PREFIX/etc/yum.repos.d
|
mkdir -p $PK_PREFIX/etc/yum.repos.d
|
||||||
if [ -f /etc/yum.repos.d/fedora.repo ] ; then
|
if [ -f /etc/yum.repos.d/fedora.repo ] ; then
|
||||||
cp /etc/yum.repos.d/fedora.repo $PK_PREFIX/etc/yum.repos.d/
|
cp /etc/yum.repos.d/fedora.repo $PK_PREFIX/etc/yum.repos.d/
|
||||||
sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch|baseurl=http://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-/compose/Everything/$basearch/os/|' \
|
sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch|baseurl=http://kojipkgs.fedoraproject.org/mash/branched/$basearch/os/|' \
|
||||||
$PK_PREFIX/etc/yum.repos.d/fedora.repo
|
$PK_PREFIX/etc/yum.repos.d/fedora.repo
|
||||||
fi
|
fi
|
||||||
if [ -f /etc/yum.repos.d/fedora-updates.repo ] ; then
|
if [ -f /etc/yum.repos.d/fedora-updates.repo ] ; then
|
||||||
@@ -34,7 +34,7 @@ if [ -f /etc/yum.repos.d/fedora-updates-testing.repo ] ; then
|
|||||||
fi
|
fi
|
||||||
if [ -f /etc/yum.repos.d/fedora-rawhide.repo ] ; then
|
if [ -f /etc/yum.repos.d/fedora-rawhide.repo ] ; then
|
||||||
cp /etc/yum.repos.d/fedora-rawhide.repo $PK_PREFIX/etc/yum.repos.d/
|
cp /etc/yum.repos.d/fedora-rawhide.repo $PK_PREFIX/etc/yum.repos.d/
|
||||||
sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch|baseurl=http://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-/compose/Everything/$basearch/os/|' \
|
sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch|baseurl=http://kojipkgs.fedoraproject.org/mash/rawhide/$basearch/os/|' \
|
||||||
$PK_PREFIX/etc/yum.repos.d/fedora-rawhide.repo
|
$PK_PREFIX/etc/yum.repos.d/fedora-rawhide.repo
|
||||||
fi
|
fi
|
||||||
rpm --root=$PK_PREFIX --initdb
|
rpm --root=$PK_PREFIX --initdb
|
||||||
|
|||||||
25
snippets/repository-debuginfo.ks
Normal file
25
snippets/repository-debuginfo.ks
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# %post modifications to enable debuginfo repository
|
||||||
|
|
||||||
|
awk '
|
||||||
|
BEGIN {
|
||||||
|
debuginfo = 0
|
||||||
|
}
|
||||||
|
/^\[.*\]/ {
|
||||||
|
if (/debuginfo/) {
|
||||||
|
debuginfo = 1
|
||||||
|
} else {
|
||||||
|
debuginfo = 0
|
||||||
|
}
|
||||||
|
print
|
||||||
|
next
|
||||||
|
}
|
||||||
|
/enabled=0/ && debuginfo {
|
||||||
|
print "enabled=1"
|
||||||
|
next
|
||||||
|
}
|
||||||
|
{
|
||||||
|
print
|
||||||
|
next
|
||||||
|
}' < /etc/yum.repos.d/fedora.repo > /etc/yum.repos.d/fedora.repo.tmp
|
||||||
|
mv /etc/yum.repos.d/fedora.repo{.tmp,}
|
||||||
|
|
||||||
5
snippets/screensaver-gnome.ks
Normal file
5
snippets/screensaver-gnome.ks
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# %post modifications to disable GNOME screensaver locking
|
||||||
|
|
||||||
|
cat >> /etc/rc.d/init.d/fedora-live << EOF
|
||||||
|
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null
|
||||||
|
EOF
|
||||||
3
snippets/screensaver-kde.ks
Normal file
3
snippets/screensaver-kde.ks
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# %post modifications to disable KDE screensaver
|
||||||
|
|
||||||
|
sed -i 's/Enabled=true/Enabled=false/' /usr/share/kde-settings/kde-profile/default/share/config/kdesktoprc
|
||||||
6
snippets/sysconfig-kde.ks
Normal file
6
snippets/sysconfig-kde.ks
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# %post modifications to create /etc/sysconfig/desktop for KDE
|
||||||
|
|
||||||
|
cat > /etc/sysconfig/desktop <<EOF
|
||||||
|
DESKTOP="KDE"
|
||||||
|
DISPLAYMANAGER="KDE"
|
||||||
|
EOF
|
||||||
5
snippets/sysconfig-xfce.ks
Normal file
5
snippets/sysconfig-xfce.ks
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# %post modifications to create /etc/sysconfig/desktop for XFCE
|
||||||
|
|
||||||
|
cat > /etc/sysconfig/desktop <<EOF
|
||||||
|
PREFERRED=/usr/bin/startxfce4
|
||||||
|
EOF
|
||||||
Reference in New Issue
Block a user