mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-09 00:20:31 +08:00
Compare commits
125 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df4358b360 | ||
|
|
a79d569669 | ||
|
|
5b77508a60 | ||
|
|
89c95f0a43 | ||
|
|
952d860392 | ||
|
|
b69a769629 | ||
|
|
d796583f7a | ||
|
|
31cfa9a3b2 | ||
|
|
f9306a0334 | ||
|
|
16fb17d455 | ||
|
|
7a7d16bc5c | ||
|
|
f56faabf5a | ||
|
|
ddb2862b52 | ||
|
|
f3e0beb135 | ||
|
|
12762c7a2d | ||
|
|
dd76377ad0 | ||
|
|
423db5a738 | ||
|
|
93afb3345a | ||
|
|
f164fefa7a | ||
|
|
81d2f86266 | ||
|
|
f8b2d154d6 | ||
|
|
4f2df51206 | ||
|
|
fb107cf740 | ||
|
|
35d07d9bcf | ||
|
|
377cf487ed | ||
|
|
09243c9986 | ||
|
|
e46c512867 | ||
|
|
0ba1d1dbc6 | ||
|
|
66f3423525 | ||
|
|
365e62a37e | ||
|
|
4971745782 | ||
|
|
2a0fdd5241 | ||
|
|
fbeec77bd5 | ||
|
|
b69402e4b4 | ||
|
|
13cc8ee768 | ||
|
|
4bc31dd88e | ||
|
|
11c22f0c8d | ||
|
|
1dddaeebc4 | ||
|
|
73543397cf | ||
|
|
ab93ba68cb | ||
|
|
bf576a02b1 | ||
|
|
48ac6d329a | ||
|
|
9842b6ce72 | ||
|
|
bd2c3cd565 | ||
|
|
783c32d6fa | ||
|
|
be9216200b | ||
|
|
35d3a0f008 | ||
|
|
1c7da1d744 | ||
|
|
537415a58c | ||
|
|
f50ad757d3 | ||
|
|
b9dc5f25e9 | ||
|
|
6c3c08f442 | ||
|
|
7f12fba617 | ||
|
|
ac6ae65e82 | ||
|
|
5f29e730a3 | ||
|
|
d034bb6c58 | ||
|
|
de82df00d2 | ||
|
|
7517d88f12 | ||
|
|
1d4a252ed6 | ||
|
|
58b06553fa | ||
|
|
6e96869ce3 | ||
|
|
9142cc25d5 | ||
|
|
c405f83139 | ||
|
|
7fc8b1e738 | ||
|
|
4e3090ac91 | ||
|
|
4d4d4bfec0 | ||
|
|
4d5a9d254d | ||
|
|
5ab8aa07a5 | ||
|
|
8b4104df48 | ||
|
|
bc53b8f330 | ||
|
|
cb22c2bb38 | ||
|
|
a1a2f5cd42 | ||
|
|
0c244663aa | ||
|
|
88db72a1c3 | ||
|
|
5664c40cb7 | ||
|
|
c06f5827b4 | ||
|
|
206f1381a8 | ||
|
|
fde11da6b9 | ||
|
|
5b4799f0ca | ||
|
|
39a7ec54f3 | ||
|
|
868c520f22 | ||
|
|
2e65469215 | ||
|
|
68ff5d0c2f | ||
|
|
6418fc0d69 | ||
|
|
a89507d1c5 | ||
|
|
01a5938995 | ||
|
|
e304b8cf57 | ||
|
|
7b3a3e4371 | ||
|
|
befa9fb626 | ||
|
|
266b511099 | ||
|
|
6d6b26c485 | ||
|
|
0e3c39900a | ||
|
|
ec10c9919b | ||
|
|
0fc5d88112 | ||
|
|
cbb3d8a73d | ||
|
|
b599382295 | ||
|
|
f42fe5d85a | ||
|
|
c251866101 | ||
|
|
bba84da202 | ||
|
|
38dbba6109 | ||
|
|
fe13dc4352 | ||
|
|
12d37364c7 | ||
|
|
16955ef3bd | ||
|
|
9d686ac5e1 | ||
|
|
82584a7784 | ||
|
|
8b87f019ee | ||
|
|
311c0765c4 | ||
|
|
33858e6641 | ||
|
|
6efe052b72 | ||
|
|
73c399b57d | ||
|
|
b078e8354d | ||
|
|
5ae38874c7 | ||
|
|
b777098d3f | ||
|
|
98c48cb2b2 | ||
|
|
bdb9c51771 | ||
|
|
fc3e80cf99 | ||
|
|
deb275b95f | ||
|
|
da35a8e411 | ||
|
|
8fa093cdc8 | ||
|
|
9407e29795 | ||
|
|
587bbba38f | ||
|
|
bd9f635d7a | ||
|
|
bee1c037a1 | ||
|
|
d7ab22af4f | ||
|
|
9b1cc5c734 |
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
|
||||||
|
|||||||
23
README
Normal file
23
README
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
The master branch is where development takes place:
|
||||||
|
- it may contain kickstart files that are broken, or
|
||||||
|
- spin concepts that are in the process of being
|
||||||
|
approved by the Board (trademark approval), or
|
||||||
|
- spin concepts that are in the process of being
|
||||||
|
approved by the Spins SIG
|
||||||
|
|
||||||
|
The release specific branches contain spin concepts that:
|
||||||
|
- are approved (both by Board and Spin SIG)
|
||||||
|
- maintained for the remainder of the release cycle
|
||||||
|
|
||||||
|
git clone ssh://git.fedorahosted.org/git/spin-kickstarts.git spin-kickstarts
|
||||||
|
cd spin-kickstarts
|
||||||
|
# If you need a specific branch other than master:
|
||||||
|
git checkout BRANCHNAME
|
||||||
|
# No tag has been added yet tag HEAD with
|
||||||
|
git tag VERSION
|
||||||
|
git push --tags
|
||||||
|
make
|
||||||
|
# Publish the released tar ball
|
||||||
|
make publish
|
||||||
|
# Clean up the generated files:
|
||||||
|
make clean
|
||||||
31
README.md
31
README.md
@@ -1,31 +0,0 @@
|
|||||||
# fedora-kickstarts #
|
|
||||||
|
|
||||||
This project is used to manage the Fedora kickstart files used in composing Fedora release images.
|
|
||||||
|
|
||||||
The master branch is used by rawhide and each release branch is used by that release.
|
|
||||||
|
|
||||||
All changes should be made via the PR workflow.
|
|
||||||
|
|
||||||
This project is packaged in Fedora as the spin-kickstarts package allowing users to see
|
|
||||||
and modify the kickstart files for their local needs.
|
|
||||||
|
|
||||||
## To make a release ##
|
|
||||||
|
|
||||||
git clone ssh://git@pagure.io/fedora-kickstarts.git fedora-kickstarts
|
|
||||||
cd fedora-kickstarts
|
|
||||||
# If you need a specific branch other than master:
|
|
||||||
git checkout BRANCHNAME
|
|
||||||
# No tag has been added yet tag HEAD with
|
|
||||||
git tag VERSION
|
|
||||||
git push --tags
|
|
||||||
make
|
|
||||||
# Publish the released tar ball
|
|
||||||
make publish
|
|
||||||
# Clean up the generated files:
|
|
||||||
make clean
|
|
||||||
|
|
||||||
# bug reports #
|
|
||||||
|
|
||||||
Bugs should be reported to the spin-kickstarts bugzilla component:
|
|
||||||
|
|
||||||
https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=spin-kickstarts
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
%include ../fedora-live-workstation.ks
|
%include ../fedora-livecd-desktop.ks
|
||||||
|
|
||||||
part / --size 6000
|
part / --size 6000
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Contact QA team if you have any improvements for this kickstart:
|
# Contact QA team if you have any improvements for this kickstart:
|
||||||
# https://fedoraproject.org/wiki/QA
|
# https://fedoraproject.org/wiki/QA
|
||||||
|
|
||||||
%include ../fedora-live-workstation.ks
|
%include ../fedora-livecd-desktop.ks
|
||||||
|
|
||||||
|
|
||||||
## System configuration
|
## System configuration
|
||||||
|
|||||||
99
fedora-aos.ks
Normal file
99
fedora-aos.ks
Normal file
@@ -0,0 +1,99 @@
|
|||||||
|
# Kickstart file to build the appliance operating
|
||||||
|
# system for fedora.
|
||||||
|
# This is based on the work at http://www.thincrust.net
|
||||||
|
lang C
|
||||||
|
keyboard us
|
||||||
|
timezone US/Eastern
|
||||||
|
auth --useshadow --enablemd5
|
||||||
|
selinux --permissive
|
||||||
|
firewall --disabled
|
||||||
|
bootloader --timeout=1 --append="acpi=force"
|
||||||
|
network --bootproto=dhcp --device=eth0 --onboot=on
|
||||||
|
services --enabled=network
|
||||||
|
|
||||||
|
# Uncomment the next line
|
||||||
|
# to make the root password be thincrust
|
||||||
|
# By default the root password is emptied
|
||||||
|
#rootpw --iscrypted $1$uw6MV$m6VtUWPed4SqgoW6fKfTZ/
|
||||||
|
|
||||||
|
#
|
||||||
|
# Partition Information. Change this as necessary
|
||||||
|
# This information is used by appliance-tools but
|
||||||
|
# not by the livecd tools.
|
||||||
|
#
|
||||||
|
part / --size 1024 --fstype ext4 --ondisk sda
|
||||||
|
|
||||||
|
#
|
||||||
|
# Repositories
|
||||||
|
#
|
||||||
|
%include fedora-repo.ks
|
||||||
|
|
||||||
|
#
|
||||||
|
# Add all the packages after the base packages
|
||||||
|
#
|
||||||
|
%packages --excludedocs --nobase
|
||||||
|
bash
|
||||||
|
kernel
|
||||||
|
grub
|
||||||
|
e2fsprogs
|
||||||
|
passwd
|
||||||
|
policycoreutils
|
||||||
|
chkconfig
|
||||||
|
rootfiles
|
||||||
|
yum
|
||||||
|
vim-minimal
|
||||||
|
acpid
|
||||||
|
#needed to disable selinux
|
||||||
|
lokkit
|
||||||
|
|
||||||
|
#Allow for dhcp access
|
||||||
|
dhclient
|
||||||
|
iputils
|
||||||
|
|
||||||
|
#
|
||||||
|
# Packages to Remove
|
||||||
|
#
|
||||||
|
|
||||||
|
# no need for kudzu if the hardware doesn't change
|
||||||
|
-kudzu
|
||||||
|
-prelink
|
||||||
|
-setserial
|
||||||
|
-ed
|
||||||
|
|
||||||
|
# Remove the authconfig pieces
|
||||||
|
-authconfig
|
||||||
|
-rhpl
|
||||||
|
-wireless-tools
|
||||||
|
|
||||||
|
# Remove the kbd bits
|
||||||
|
-kbd
|
||||||
|
-usermode
|
||||||
|
|
||||||
|
# these are all kind of overkill but get pulled in by mkinitrd ordering
|
||||||
|
-mkinitrd
|
||||||
|
-kpartx
|
||||||
|
-dmraid
|
||||||
|
-mdadm
|
||||||
|
-lvm2
|
||||||
|
-tar
|
||||||
|
|
||||||
|
# selinux toolchain of policycoreutils, libsemanage, ustr
|
||||||
|
-policycoreutils
|
||||||
|
-checkpolicy
|
||||||
|
-selinux-policy*
|
||||||
|
-libselinux-python
|
||||||
|
-libselinux
|
||||||
|
|
||||||
|
# Things it would be nice to loose
|
||||||
|
-fedora-logos
|
||||||
|
generic-logos
|
||||||
|
-fedora-release-notes
|
||||||
|
%end
|
||||||
|
|
||||||
|
#
|
||||||
|
# Add custom post scripts after the base post.
|
||||||
|
#
|
||||||
|
%post
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
@@ -1,18 +1,20 @@
|
|||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
#keyboard us
|
#keyboard us
|
||||||
auth --useshadow --passalgo=sha512
|
auth --useshadow --enablemd5
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns,ssh
|
firewall --enabled --service=mdns,ssh
|
||||||
|
|
||||||
bootloader --location=mbr
|
# configure extlinux bootloader
|
||||||
|
bootloader extlinux
|
||||||
|
|
||||||
part /boot/efi --size=80 --fstype vfat --asprimary
|
part /boot --size=512 --fstype ext3
|
||||||
part /boot --size=512 --fstype ext4 --asprimary
|
part swap --size=512 --fstype swap
|
||||||
|
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=sshd,NetworkManager,avahi-daemon,chronyd,initial-setup,zram-swap
|
services --enabled=ssh,NetworkManager,avahi-daemon,rsyslog,chronyd --disabled=network
|
||||||
|
|
||||||
%include fedora-repo.ks
|
%include fedora-repo.ks
|
||||||
|
|
||||||
@@ -20,59 +22,49 @@ services --enabled=sshd,NetworkManager,avahi-daemon,chronyd,initial-setup,zram-s
|
|||||||
@core
|
@core
|
||||||
@standard
|
@standard
|
||||||
@hardware-support
|
@hardware-support
|
||||||
zram
|
@dial-up
|
||||||
|
@fedora-release-nonproduct
|
||||||
|
|
||||||
kernel
|
kernel
|
||||||
# remove this in %post
|
|
||||||
dracut-config-generic
|
dracut-config-generic
|
||||||
-dracut-config-rescue
|
|
||||||
# install tools needed to manage and boot arm systems
|
|
||||||
@arm-tools
|
|
||||||
-uboot-images-armv8
|
|
||||||
rng-tools
|
|
||||||
chrony
|
chrony
|
||||||
|
arm-boot-config
|
||||||
extlinux-bootloader
|
extlinux-bootloader
|
||||||
bcm283x-firmware
|
|
||||||
initial-setup
|
initial-setup
|
||||||
initial-setup-gui
|
initial-setup-gui
|
||||||
-iwl*
|
|
||||||
-ipw*
|
|
||||||
-usb_modeswitch
|
|
||||||
#lets resize / on first boot
|
#lets resize / on first boot
|
||||||
# dracut-modules-growroot
|
# dracut-modules-growroot
|
||||||
|
|
||||||
# make sure all the locales are available for inital0-setup and anaconda to work
|
# remove this in %post
|
||||||
glibc-all-langpacks
|
dracut-config-generic
|
||||||
|
|
||||||
|
# install uboot images
|
||||||
|
uboot-images-armv7
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
# Setup Raspberry Pi firmware
|
|
||||||
cp -P /usr/share/uboot/rpi_2/u-boot.bin /boot/efi/rpi2-u-boot.bin
|
|
||||||
cp -P /usr/share/uboot/rpi_3_32b/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
|
||||||
|
|
||||||
# work around for poor key import UI in PackageKit
|
# work around for poor key import UI in PackageKit
|
||||||
rm -f /var/lib/rpm/__db*
|
rm -f /var/lib/rpm/__db*
|
||||||
releasever=$(rpm --eval '%{fedora}')
|
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
||||||
basearch=armhfp
|
basearch=armhfp
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||||
echo "Packages within this ARM disk image"
|
echo "Packages within this LiveCD"
|
||||||
rpm -qa
|
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
|
||||||
|
|
||||||
# Remove machine-id on pre generated images
|
yum -y remove dracut-config-generic
|
||||||
rm -f /etc/machine-id
|
|
||||||
touch /etc/machine-id
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,12 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-kde-common.ks
|
%include fedora-kde-packages.ks
|
||||||
|
|
||||||
part / --size=6300 --fstype ext4
|
part / --size=4000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
|
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
||||||
|
echo .
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-lxde-common.ks
|
%include fedora-lxde-packages.ks
|
||||||
|
|
||||||
part / --size=4000 --fstype ext4
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
|
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
||||||
|
echo .
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
%include fedora-arm-base.ks
|
|
||||||
%include fedora-arm-xbase.ks
|
|
||||||
%include fedora-lxqt-common.ks
|
|
||||||
|
|
||||||
part / --size=4400 --fstype ext4 --asprimary
|
|
||||||
|
|
||||||
%packages
|
|
||||||
# trojita not available on non-x86 platforms
|
|
||||||
-trojita
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -1,9 +1,12 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-mate-common.ks
|
%include fedora-mate-packages.ks
|
||||||
|
|
||||||
part / --size=7168 --fstype ext4
|
part / --size=5000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
|
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
||||||
|
echo .
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,8 +1,26 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
%include fedora-minimal-common.ks
|
|
||||||
|
|
||||||
|
part swap --size=128 --fstype swap
|
||||||
part / --size=1400 --fstype ext4
|
part / --size=1400 --fstype ext4
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
-xkeyboard-config
|
-@standard
|
||||||
|
-@dial-up
|
||||||
|
-initial-setup-gui
|
||||||
|
-generic-release*
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
%post
|
||||||
|
|
||||||
|
# setup systemd to boot to the right runlevel
|
||||||
|
echo -n "Setting default runlevel to multiuser text mode"
|
||||||
|
rm -f /etc/systemd/system/default.target
|
||||||
|
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
||||||
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
# Maintained by the Fedora Python SIG:
|
|
||||||
# http://fedoraproject.org/wiki/SIGs/Python
|
|
||||||
# mailto:python-devel@lists.fedoraproject.org
|
|
||||||
|
|
||||||
# The ARM Workstion based Python Classroom Lab
|
|
||||||
|
|
||||||
%include fedora-arm-workstation.ks
|
|
||||||
%include fedora-python-classroom-gnome-common.ks
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
%include fedora-arm-base.ks
|
|
||||||
|
|
||||||
# server defaults to xfs for / so lets do so on arm also
|
|
||||||
part / --size=2500 --fstype xfs
|
|
||||||
|
|
||||||
%packages
|
|
||||||
# install the default groups for the server environment since installing the environment is not working
|
|
||||||
@server-product
|
|
||||||
@standard
|
|
||||||
@headless-management
|
|
||||||
@hardware-support
|
|
||||||
@networkmanager-submodules
|
|
||||||
|
|
||||||
@container-management
|
|
||||||
@domain-client
|
|
||||||
-initial-setup-gui
|
|
||||||
-generic-release*
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
# setup systemd to boot to the right runlevel
|
|
||||||
echo -n "Setting default runlevel to multiuser text mode"
|
|
||||||
rm -f /etc/systemd/system/default.target
|
|
||||||
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
|
||||||
echo .
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
@@ -1,9 +1,10 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-soas-common.ks
|
%include fedora-soas-packages.ks
|
||||||
|
|
||||||
part / --size=3300 --fstype ext4 --asprimary
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
|
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
||||||
|
echo .
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,19 +1,12 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-workstation-common.ks
|
%include fedora-workstation-packages.ks
|
||||||
|
|
||||||
part / --size=6200 --fstype ext4
|
part / --size=5000 --fstype ext4
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
-initial-setup
|
-initial-setup
|
||||||
-initial-setup-gui
|
-initial-setup-gui
|
||||||
-libvirt*
|
|
||||||
-gnome-boxes
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
|
||||||
# Most of the ARM X accelerated drivers need some level of CMA allocation
|
|
||||||
sed -i 's/\(append .*\)/\1 cma=256MB/' /boot/extlinux/extlinux.conf
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|||||||
@@ -4,14 +4,5 @@
|
|||||||
@input-methods
|
@input-methods
|
||||||
@multimedia
|
@multimedia
|
||||||
@printing
|
@printing
|
||||||
epiphany
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
|
||||||
# Most of the ARM X accelerated drivers need some level of CMA allocation
|
|
||||||
sed -i 's/\(append .*\)/\1 cma=192MB/' /boot/extlinux/extlinux.conf
|
|
||||||
|
|
||||||
# Explicitly set graphical.target as default as this is how initial-setup detects which version to run
|
|
||||||
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-xfce-common.ks
|
%include fedora-xfce-packages.ks
|
||||||
|
|
||||||
part / --size=4700 --fstype ext4
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
|
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
||||||
|
echo .
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
# fedora-cinnamon-common.ks
|
|
||||||
#
|
|
||||||
# Description:
|
|
||||||
# - Fedora package set for the Cinnamon Desktop Environment
|
|
||||||
#
|
|
||||||
# Maintainer(s):
|
|
||||||
# - Dan Book <grinnz@grinnz.com>
|
|
||||||
|
|
||||||
%packages
|
|
||||||
|
|
||||||
@networkmanager-submodules
|
|
||||||
@cinnamon-desktop
|
|
||||||
@libreoffice
|
|
||||||
parole
|
|
||||||
exaile
|
|
||||||
|
|
||||||
# extra backgrounds
|
|
||||||
f31-backgrounds-extras-gnome
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
# PXE-to-Live Atomic: PXE boot directly into a running Atomic Host
|
|
||||||
# https://fedoraproject.org/wiki/Changes/AtomicHost
|
|
||||||
|
|
||||||
lang en_US.UTF-8
|
|
||||||
keyboard us
|
|
||||||
timezone America/New_York
|
|
||||||
zerombr
|
|
||||||
clearpart --all --initlabel
|
|
||||||
rootpw --lock --iscrypted locked
|
|
||||||
user --name=none
|
|
||||||
bootloader --timeout=1
|
|
||||||
network --bootproto=dhcp --device=link --activate
|
|
||||||
# We are only able to install atomic with separate /boot partition currently
|
|
||||||
part / --fstype="ext4" --size=6000
|
|
||||||
part /boot --size=500 --fstype="ext4"
|
|
||||||
shutdown
|
|
||||||
services --disabled=docker-storage-setup
|
|
||||||
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
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
# Ensure the root password is locked, we use cloud-init
|
|
||||||
passwd -l root
|
|
||||||
userdel -r none
|
|
||||||
|
|
||||||
# We copy content of separate /boot partition to root part when building live squashfs image,
|
|
||||||
# and we don't want systemd to try to mount it when pxe booting
|
|
||||||
cat /dev/null > /etc/fstab
|
|
||||||
|
|
||||||
# Disable network service here, as doing it in the services line
|
|
||||||
# fails due to RHBZ #1369794
|
|
||||||
/sbin/chkconfig network off
|
|
||||||
|
|
||||||
%end
|
|
||||||
145
fedora-cloud-atomic.ks
Normal file
145
fedora-cloud-atomic.ks
Normal file
@@ -0,0 +1,145 @@
|
|||||||
|
# Fedora Atomic is a cloud-focused spin implementing the Project Atomic
|
||||||
|
# patterns.
|
||||||
|
#
|
||||||
|
# RIGHT NOW, this is very like the traditional cloud image -- this is
|
||||||
|
# just a starting point.
|
||||||
|
|
||||||
|
text
|
||||||
|
lang en_US.UTF-8
|
||||||
|
keyboard us
|
||||||
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
|
auth --useshadow --enablemd5
|
||||||
|
selinux --enforcing
|
||||||
|
rootpw --lock --iscrypted locked
|
||||||
|
user --name=none
|
||||||
|
|
||||||
|
firewall --disabled
|
||||||
|
|
||||||
|
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8" --extlinux
|
||||||
|
|
||||||
|
network --bootproto=dhcp --device=eth0 --activate --onboot=on
|
||||||
|
services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
|
|
||||||
|
zerombr
|
||||||
|
clearpart --all
|
||||||
|
# Atomic differs from cloud - we want LVM
|
||||||
|
part /boot --size=200 --fstype="ext4"
|
||||||
|
part pv.01 --grow
|
||||||
|
volgroup atomicos pv.01
|
||||||
|
logvol / --size=2000 --fstype="xfs" --name=root --vgname=atomicos
|
||||||
|
|
||||||
|
ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=http://compose-x86-02.phx2.fedoraproject.org/compose/atomic/ --ref=fedora-atomic/f21/x86_64/docker-host
|
||||||
|
|
||||||
|
reboot
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%post --erroronfail
|
||||||
|
# See https://github.com/projectatomic/rpm-ostree/issues/42
|
||||||
|
ostree remote delete fedora-atomic
|
||||||
|
ostree remote add --set=gpg-verify=false fedora-atomic 'http://dl.fedoraproject.org/pub/fedora/linux/atomic/21/'
|
||||||
|
|
||||||
|
# older versions of livecd-tools do not follow "rootpw --lock" line above
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=964299
|
||||||
|
passwd -l root
|
||||||
|
# remove the user anaconda forces us to make
|
||||||
|
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
|
||||||
|
echo -n "Setting default runlevel to multiuser text mode"
|
||||||
|
rm -f /etc/systemd/system/default.target
|
||||||
|
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
||||||
|
echo .
|
||||||
|
|
||||||
|
echo -n "Getty fixes"
|
||||||
|
# although we want console output going to the serial console, we don't
|
||||||
|
# actually have the opportunity to login there. FIX.
|
||||||
|
# we don't really need to auto-spawn _any_ gettys.
|
||||||
|
sed -i '/^#NAutoVTs=.*/ a\
|
||||||
|
NAutoVTs=0' /etc/systemd/logind.conf
|
||||||
|
|
||||||
|
echo -n "Network fixes"
|
||||||
|
# initscripts don't like this file to be missing.
|
||||||
|
cat > /etc/sysconfig/network << EOF
|
||||||
|
NETWORKING=yes
|
||||||
|
NOZEROCONF=yes
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# For cloud images, 'eth0' _is_ the predictable device name, since
|
||||||
|
# we don't want to be tied to specific virtual (!) hardware
|
||||||
|
rm -f /etc/udev/rules.d/70*
|
||||||
|
ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules
|
||||||
|
|
||||||
|
# simple eth0 config, again not hard-coded to the build hardware
|
||||||
|
cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF
|
||||||
|
DEVICE="eth0"
|
||||||
|
BOOTPROTO="dhcp"
|
||||||
|
ONBOOT="yes"
|
||||||
|
TYPE="Ethernet"
|
||||||
|
PERSISTENT_DHCLIENT="yes"
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# generic localhost names
|
||||||
|
cat > /etc/hosts << EOF
|
||||||
|
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
||||||
|
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||||
|
|
||||||
|
EOF
|
||||||
|
echo .
|
||||||
|
|
||||||
|
|
||||||
|
# Because memory is scarce resource in most cloud/virt environments,
|
||||||
|
# and because this impedes forensics, we are differing from the Fedora
|
||||||
|
# default of having /tmp on tmpfs.
|
||||||
|
echo "Disabling tmpfs for /tmp."
|
||||||
|
systemctl mask tmp.mount
|
||||||
|
|
||||||
|
# make sure firstboot doesn't start
|
||||||
|
echo "RUN_FIRSTBOOT=NO" > /etc/sysconfig/firstboot
|
||||||
|
|
||||||
|
# Uncomment this if you want to use cloud init but suppress the creation
|
||||||
|
# of an "ec2-user" account. This will, in the absence of further config,
|
||||||
|
# cause the ssh key from a metadata source to be put in the root account.
|
||||||
|
#cat <<EOF > /etc/cloud/cloud.cfg.d/50_suppress_ec2-user_use_root.cfg
|
||||||
|
#users: []
|
||||||
|
#disable_root: 0
|
||||||
|
#EOF
|
||||||
|
|
||||||
|
echo "Removing random-seed so it's not the same in every image."
|
||||||
|
rm -f /var/lib/random-seed
|
||||||
|
|
||||||
|
echo "Packages within this cloud image:"
|
||||||
|
echo "-----------------------------------------------------------------------"
|
||||||
|
rpm -qa
|
||||||
|
echo "-----------------------------------------------------------------------"
|
||||||
|
# Note that running rpm recreates the rpm db files which aren't needed/wanted
|
||||||
|
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
|
||||||
|
|
||||||
|
echo "Zeroing out empty space."
|
||||||
|
# This forces the filesystem to reclaim space from deleted files
|
||||||
|
dd bs=1M if=/dev/zero of=/var/tmp/zeros || :
|
||||||
|
rm -f /var/tmp/zeros
|
||||||
|
echo "(Don't worry -- that out-of-space error was expected.)"
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
|
%post --nochroot
|
||||||
|
# Work around anaconda/dracut/lvm bug
|
||||||
|
sync
|
||||||
|
sync
|
||||||
|
sync
|
||||||
|
systemctl reboot -f -f
|
||||||
|
%end
|
||||||
@@ -1,63 +0,0 @@
|
|||||||
# Like the Cloud Base image, but tuned for vagrant. Enable
|
|
||||||
# the vagrant user, disable cloud-init.
|
|
||||||
|
|
||||||
%include fedora-cloud-base.ks
|
|
||||||
|
|
||||||
services --disabled=cloud-init,cloud-init-local,cloud-config,cloud-final
|
|
||||||
|
|
||||||
# So, to be clear, this gaping security hole is an integral part of how
|
|
||||||
# Vagrant works - These images are _not_ supposed to be run in any public-
|
|
||||||
# Internet facing way - They are for use on developer setups, almost always
|
|
||||||
# with NAT
|
|
||||||
user --name=vagrant --password=vagrant
|
|
||||||
|
|
||||||
# Suggestion from @purpleidea that most/many vagrant boxes also set root PW
|
|
||||||
# to "vagrant" for ease of use. Again, see comments above.
|
|
||||||
rootpw vagrant
|
|
||||||
|
|
||||||
# The addition of the net.ifnames=0 and biosdevnames=0 option ensures that
|
|
||||||
# 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
|
|
||||||
# platforms (virtualbox and kvm)
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0"
|
|
||||||
|
|
||||||
%packages
|
|
||||||
# The default koji Vagrantfile configuration uses rsync to sync files between
|
|
||||||
# the vagrant host and the guest. It uses yum to verify that rsync is present
|
|
||||||
# and/or install it if it is not. It will fail without adding the yum compat
|
|
||||||
# layer for dnf
|
|
||||||
# TODO: Teach vagrant about dnf
|
|
||||||
dnf-yum
|
|
||||||
# rsync gets installed when the Vagrant box is first launched on the
|
|
||||||
# users setup. This can actually take a bit of time. Just fold it
|
|
||||||
# in to the base box disk image
|
|
||||||
rsync
|
|
||||||
# Add in sshfs for vagrant-sshfs plugin
|
|
||||||
fuse-sshfs
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post --erroronfail
|
|
||||||
|
|
||||||
# Work around cloud-init being both disabled and enabled; need
|
|
||||||
# to refactor to a common base.
|
|
||||||
systemctl mask cloud-init cloud-init-local cloud-config cloud-final
|
|
||||||
|
|
||||||
# Vagrant setup
|
|
||||||
sed -i 's,Defaults\\s*requiretty,Defaults !requiretty,' /etc/sudoers
|
|
||||||
echo 'vagrant ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/vagrant-nopasswd
|
|
||||||
sed -i 's/.*UseDNS.*/UseDNS no/' /etc/ssh/sshd_config
|
|
||||||
mkdir -m 0700 -p ~vagrant/.ssh
|
|
||||||
cat > ~vagrant/.ssh/authorized_keys << EOKEYS
|
|
||||||
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key
|
|
||||||
EOKEYS
|
|
||||||
chmod 600 ~vagrant/.ssh/authorized_keys
|
|
||||||
chown -R vagrant:vagrant ~vagrant/.ssh/
|
|
||||||
|
|
||||||
# Further suggestion from @purpleidea (James Shubin) - extend key to root users as well
|
|
||||||
mkdir -m 0700 -p /root/.ssh
|
|
||||||
cp /home/vagrant/.ssh/authorized_keys /root/.ssh/authorized_keys
|
|
||||||
chmod 600 /root/.ssh/authorized_keys
|
|
||||||
chown -R root:root /root/.ssh
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
@@ -1,49 +1,36 @@
|
|||||||
# This is a basic Fedora cloud spin designed to work in OpenStack and other
|
# This is a basic Fedora 21 spin designed to work in OpenStack and other
|
||||||
# private cloud environments. It's configured with cloud-init so it will
|
# private cloud environments. It's configured with cloud-init so it will
|
||||||
# take advantage of ec2-compatible metadata services for provisioning ssh
|
# take advantage of ec2-compatible metadata services for provisioning ssh
|
||||||
# keys. Cloud-init creates a user account named "fedora" with passwordless
|
# keys. Cloud-init creates a user account named "fedora" with passwordless
|
||||||
# sudo access. The root password is empty and locked by default.
|
# sudo access. The root password is empty and locked by default.
|
||||||
#
|
#
|
||||||
# Note that unlike the standard Fedora install, this image has /tmp on disk
|
# Note that unlike the standard F20 install, this image has /tmp on disk
|
||||||
# rather than in tmpfs, since memory is usually at a premium.
|
# rather than in tmpfs, since memory is usually at a premium.
|
||||||
#
|
#
|
||||||
# This kickstart file is designed to be used with ImageFactory (in Koji).
|
# This kickstart file is designed to be used with appliance-creator and
|
||||||
#
|
# may need slight modification for use with actual anaconda or other tools.
|
||||||
# To do a local build, you'll need to install ImageFactory. See
|
# We intend to target anaconda-in-a-vm style image building for F20.
|
||||||
# http://worknotes.readthedocs.org/en/latest/cloudimages.html for some notes.
|
|
||||||
#
|
|
||||||
# For a TDL file, I store one here:
|
|
||||||
# https://pagure.io/fedora-atomic/raw/master/f/fedora-atomic-rawhide.tdl
|
|
||||||
# (Koji generates one internally...what we really want is Koji to publish it statically)
|
|
||||||
#
|
|
||||||
# Once you have imagefactory and imagefactory-plugins installed, run:
|
|
||||||
#
|
|
||||||
# curl -O https://pagure.io/fedora-atomic/raw/master/f/fedora-atomic-rawhide.tdl
|
|
||||||
# tempfile=$(mktemp --suffix=.ks)
|
|
||||||
# ksflatten -v F22 -c fedora-cloud-base.ks > ${tempfile}
|
|
||||||
# imagefactory --debug base_image --file-parameter install_script ${tempfile} fedora-atomic-rawhide.tdl
|
|
||||||
#
|
|
||||||
|
|
||||||
text # don't use cmdline -- https://github.com/rhinstaller/anaconda/issues/931
|
text
|
||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
auth --useshadow --passalgo=sha512
|
auth --useshadow --enablemd5
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
|
user --name=none
|
||||||
|
|
||||||
firewall --disabled
|
firewall --disabled
|
||||||
|
|
||||||
# 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 console=tty1 console=ttyS0,115200n8" --extlinux
|
||||||
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=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
|
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all
|
clearpart --all
|
||||||
autopart --noboot --nohome --noswap --nolvm
|
part / --size 3000 --fstype ext4
|
||||||
|
|
||||||
%include fedora-repo.ks
|
%include fedora-repo.ks
|
||||||
|
|
||||||
@@ -52,38 +39,23 @@ reboot
|
|||||||
# Package list.
|
# Package list.
|
||||||
# FIXME: instLangs does not work, so there's a hack below
|
# FIXME: instLangs does not work, so there's a hack below
|
||||||
# (see https://bugzilla.redhat.com/show_bug.cgi?id=1051816)
|
# (see https://bugzilla.redhat.com/show_bug.cgi?id=1051816)
|
||||||
# FIXME: instLangs bug has been fixed but now having instLangs
|
%packages --instLangs=en
|
||||||
# with an arg causes no langs to get installed because of BZ1262040
|
|
||||||
# which yields the errors in BZ1261249. For now fix by not using
|
|
||||||
# --instLangs at all
|
|
||||||
#%packages --instLangs=en
|
|
||||||
%packages
|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
# Some things from @core we can do without in a minimal install
|
# Some things from @core we can do without in a minimal install
|
||||||
-biosdevname
|
-biosdevname
|
||||||
# Need to also add back plymouth in order to mask failure of
|
-plymouth
|
||||||
# systemd-vconsole-setup.service. BZ#1272684. Comment out for now
|
-NetworkManager
|
||||||
#-plymouth
|
|
||||||
-iprutils
|
-iprutils
|
||||||
# Now that BZ#1199868 is fixed kbd really gets removed but it breaks
|
-kbd
|
||||||
# systemd-vconsole-setup.service on boot. Comment out for now
|
|
||||||
#-kbd
|
|
||||||
-uboot-tools
|
-uboot-tools
|
||||||
-kernel
|
-kernel
|
||||||
# No need for plymouth. Also means anaconda won't put rhgb/quiet
|
-grub2
|
||||||
# on kernel command line
|
|
||||||
-plymouth
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
@@ -117,6 +89,12 @@ ln -sf /boot/grub/grub.conf /etc/grub.conf
|
|||||||
# 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
|
||||||
passwd -l root
|
passwd -l root
|
||||||
|
# remove the user anaconda forces us to make
|
||||||
|
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"
|
||||||
@@ -125,25 +103,18 @@ ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
|||||||
echo .
|
echo .
|
||||||
|
|
||||||
# this is installed by default but we don't need it in virt
|
# this is installed by default but we don't need it in virt
|
||||||
# Commenting out the following for #1234504
|
|
||||||
# rpm works just fine for removing this, no idea why dnf can't cope
|
|
||||||
echo "Removing linux-firmware package."
|
echo "Removing linux-firmware package."
|
||||||
rpm -e linux-firmware
|
yum -C -y remove linux-firmware
|
||||||
|
|
||||||
# Remove firewalld; was supposed to be optional in F18+, but is pulled in
|
# Remove firewalld; was supposed to be optional in F18+, but is pulled in
|
||||||
# in install/image building.
|
# in install/image building.
|
||||||
echo "Removing firewalld."
|
echo "Removing firewalld."
|
||||||
# FIXME! clean_requirements_on_remove is the default with DNF, but may
|
yum -C -y remove "firewalld*" --setopt="clean_requirements_on_remove=1"
|
||||||
# not work when package was installed by Anaconda instead of command line.
|
|
||||||
# Also -- check if this is still even needed with new anaconda -- disabled
|
|
||||||
# firewall should _not_ pull in this package.
|
|
||||||
# dnf -C -y remove "firewalld*" --setopt="clean_requirements_on_remove=1"
|
|
||||||
dnf -C -y erase "firewalld*"
|
|
||||||
|
|
||||||
# Another one needed at install time but not after that, and it pulls
|
# Another one needed at install time but not after that, and it pulls
|
||||||
# in some unneeded deps (like, newt and slang)
|
# in some unneeded deps (like, newt and slang)
|
||||||
echo "Removing authconfig."
|
echo "Removing authconfig."
|
||||||
dnf -C -y erase authconfig
|
yum -C -y remove authconfig --setopt="clean_requirements_on_remove=1"
|
||||||
|
|
||||||
# instlang hack. (Note! See bug referenced above package list)
|
# instlang hack. (Note! See bug referenced above package list)
|
||||||
find /usr/share/locale -mindepth 1 -maxdepth 1 -type d -not -name en_US -exec rm -rf {} +
|
find /usr/share/locale -mindepth 1 -maxdepth 1 -type d -not -name en_US -exec rm -rf {} +
|
||||||
@@ -152,6 +123,9 @@ localedef --list-archive | grep -v ^en_US | xargs localedef --delete-from-archiv
|
|||||||
mv -f /usr/lib/locale/locale-archive /usr/lib/locale/locale-archive.tmpl
|
mv -f /usr/lib/locale/locale-archive /usr/lib/locale/locale-archive.tmpl
|
||||||
build-locale-archive
|
build-locale-archive
|
||||||
echo '%_install_langs C:en:en_US:en_US.UTF-8' >> /etc/rpm/macros.image-language-conf
|
echo '%_install_langs C:en:en_US:en_US.UTF-8' >> /etc/rpm/macros.image-language-conf
|
||||||
|
awk '(NF==0&&!done){print "override_install_langs='$LANG'";done=1}{print}' \
|
||||||
|
< /etc/yum.conf > /etc/yum.conf.new
|
||||||
|
mv /etc/yum.conf.new /etc/yum.conf
|
||||||
|
|
||||||
|
|
||||||
echo -n "Getty fixes"
|
echo -n "Getty fixes"
|
||||||
@@ -163,13 +137,16 @@ NAutoVTs=0' /etc/systemd/logind.conf
|
|||||||
|
|
||||||
echo -n "Network fixes"
|
echo -n "Network fixes"
|
||||||
# initscripts don't like this file to be missing.
|
# initscripts don't like this file to be missing.
|
||||||
# and https://bugzilla.redhat.com/show_bug.cgi?id=1204612
|
|
||||||
cat > /etc/sysconfig/network << EOF
|
cat > /etc/sysconfig/network << EOF
|
||||||
NETWORKING=yes
|
NETWORKING=yes
|
||||||
NOZEROCONF=yes
|
NOZEROCONF=yes
|
||||||
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"
|
||||||
@@ -206,16 +183,15 @@ echo "RUN_FIRSTBOOT=NO" > /etc/sysconfig/firstboot
|
|||||||
#EOF
|
#EOF
|
||||||
|
|
||||||
echo "Removing random-seed so it's not the same in every image."
|
echo "Removing random-seed so it's not the same in every image."
|
||||||
rm -f /var/lib/systemd/random-seed
|
rm -f /var/lib/random-seed
|
||||||
|
|
||||||
echo "Cleaning old dnf repodata."
|
echo "Cleaning old yum repodata."
|
||||||
# FIXME: clear history?
|
yum history new
|
||||||
dnf clean all
|
yum clean all
|
||||||
truncate -c -s 0 /var/log/dnf.log
|
truncate -c -s 0 /var/log/yum.log
|
||||||
truncate -c -s 0 /var/log/dnf.rpm.log
|
|
||||||
|
|
||||||
echo "Import RPM GPG key"
|
echo "Import RPM GPG key"
|
||||||
releasever=$(rpm --eval '%{fedora}')
|
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
||||||
basearch=$(uname -i)
|
basearch=$(uname -i)
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||||
|
|
||||||
@@ -226,13 +202,22 @@ echo "-----------------------------------------------------------------------"
|
|||||||
# Note that running rpm recreates the rpm db files which aren't needed/wanted
|
# Note that running rpm recreates the rpm db files which aren't needed/wanted
|
||||||
rm -f /var/lib/rpm/__db*
|
rm -f /var/lib/rpm/__db*
|
||||||
|
|
||||||
# FIXME: is this still needed?
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
# ignore return code because UEFI systems with vfat filesystems
|
mkdir -p /var/cache/yum
|
||||||
# that don't support selinux will give us errors
|
chattr -i /boot/extlinux/ldlinux.sys
|
||||||
/usr/sbin/fixfiles -R -a restore || true
|
/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
|
||||||
@@ -240,26 +225,5 @@ 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.)"
|
||||||
|
|
||||||
# When we build the image with oz, dracut is used
|
|
||||||
# and sets up a ifcfg-en<whatever> for the device. We don't
|
|
||||||
# want to use this, we use eth0 so it is always the same.
|
|
||||||
# So we remove all these ifcfg-en<whatever> devices so
|
|
||||||
# The 'network' service can come up cleanly.
|
|
||||||
rm -f /etc/sysconfig/network-scripts/ifcfg-en*
|
|
||||||
|
|
||||||
# Enable network service here, as doing it in the services line
|
|
||||||
# fails due to RHBZ #1369794
|
|
||||||
/sbin/chkconfig network on
|
|
||||||
|
|
||||||
# Remove machine-id on pre generated images
|
|
||||||
rm -f /etc/machine-id
|
|
||||||
touch /etc/machine-id
|
|
||||||
|
|
||||||
# Anaconda is writing an /etc/resolv.conf from the install environment.
|
|
||||||
# The system should start out with an empty file, otherwise cloud-init
|
|
||||||
# will try to use this information and may error:
|
|
||||||
# https://bugs.launchpad.net/cloud-init/+bug/1670052
|
|
||||||
truncate -s 0 /etc/resolv.conf
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -1,221 +0,0 @@
|
|||||||
# This is a Fedora 21 spin designed based on the Fedora Cloud Base Image
|
|
||||||
# but tailored specifically for Big Data processing out-of-the-box.
|
|
||||||
# Primarily, it builds on that image but adds extra packages, but over
|
|
||||||
# time may have additional focus.
|
|
||||||
#
|
|
||||||
# It's configured with cloud-init so it will take advantage of
|
|
||||||
# ec2-compatible metadata services for provisioning ssh keys. Cloud-init
|
|
||||||
# creates a user account named "fedora" with passwordless sudo access. The
|
|
||||||
# root password is empty and locked by default.
|
|
||||||
#
|
|
||||||
# Note that unlike the standard F20 install, this image has /tmp on disk
|
|
||||||
# rather than in tmpfs, since memory is usually at a premium.
|
|
||||||
|
|
||||||
text
|
|
||||||
lang en_US.UTF-8
|
|
||||||
keyboard us
|
|
||||||
timezone --utc Etc/UTC
|
|
||||||
|
|
||||||
auth --useshadow --passalgo=sha512
|
|
||||||
selinux --enforcing
|
|
||||||
rootpw --lock --iscrypted locked
|
|
||||||
user --name=none
|
|
||||||
|
|
||||||
firewall --disabled
|
|
||||||
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
|
||||||
|
|
||||||
network --bootproto=dhcp --device=eth0 --activate --onboot=on
|
|
||||||
services --enabled=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
|
||||||
|
|
||||||
zerombr
|
|
||||||
clearpart --all
|
|
||||||
part / --size 3000 --fstype ext4
|
|
||||||
|
|
||||||
%include fedora-repo.ks
|
|
||||||
|
|
||||||
|
|
||||||
reboot
|
|
||||||
|
|
||||||
# Package list.
|
|
||||||
%packages
|
|
||||||
|
|
||||||
fedora-release-cloud
|
|
||||||
|
|
||||||
kernel-core
|
|
||||||
@core
|
|
||||||
@cloud-server
|
|
||||||
|
|
||||||
# Needed initially, but removed below.
|
|
||||||
firewalld
|
|
||||||
|
|
||||||
# rescue mode generally isn't useful in the cloud context
|
|
||||||
-dracut-config-rescue
|
|
||||||
|
|
||||||
# Some things from @core we can do without in a minimal install
|
|
||||||
-biosdevname
|
|
||||||
-plymouth
|
|
||||||
-NetworkManager
|
|
||||||
-iprutils
|
|
||||||
-kbd
|
|
||||||
-uboot-tools
|
|
||||||
-kernel
|
|
||||||
-grub2
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%post --erroronfail
|
|
||||||
|
|
||||||
# Create grub.conf for EC2. This used to be done by appliance creator but
|
|
||||||
# anaconda doesn't do it. And, in case appliance-creator is used, we're
|
|
||||||
# overriding it here so that both cases get the exact same file.
|
|
||||||
# Note that the console line is different -- that's because EC2 provides
|
|
||||||
# different virtual hardware, and this is a convenient way to act differently
|
|
||||||
echo -n "Creating grub.conf for pvgrub"
|
|
||||||
rootuuid=$( awk '$2=="/" { print $1 };' /etc/fstab )
|
|
||||||
mkdir /boot/grub
|
|
||||||
echo -e 'default=0\ntimeout=0\n\n' > /boot/grub/grub.conf
|
|
||||||
for kv in $( ls -1v /boot/vmlinuz* |grep -v rescue |sed s/.*vmlinuz-// ); do
|
|
||||||
echo "title Fedora ($kv)" >> /boot/grub/grub.conf
|
|
||||||
echo -e "\troot (hd0,0)" >> /boot/grub/grub.conf
|
|
||||||
echo -e "\tkernel /boot/vmlinuz-$kv ro root=$rootuuid no_timer_check console=hvc0 LANG=en_US.UTF-8" >> /boot/grub/grub.conf
|
|
||||||
echo -e "\tinitrd /boot/initramfs-$kv.img" >> /boot/grub/grub.conf
|
|
||||||
echo
|
|
||||||
done
|
|
||||||
|
|
||||||
|
|
||||||
#link grub.conf to menu.lst for ec2 to work
|
|
||||||
echo -n "Linking menu.lst to old-style grub.conf for pv-grub"
|
|
||||||
ln -sf grub.conf /boot/grub/menu.lst
|
|
||||||
ln -sf /boot/grub/grub.conf /etc/grub.conf
|
|
||||||
|
|
||||||
# older versions of livecd-tools do not follow "rootpw --lock" line above
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=964299
|
|
||||||
passwd -l root
|
|
||||||
# remove the user anaconda forces us to make
|
|
||||||
userdel -r none
|
|
||||||
|
|
||||||
# setup systemd to boot to the right runlevel
|
|
||||||
echo -n "Setting default runlevel to multiuser text mode"
|
|
||||||
rm -f /etc/systemd/system/default.target
|
|
||||||
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
|
||||||
echo .
|
|
||||||
|
|
||||||
# this is installed by default but we don't need it in virt
|
|
||||||
# Commenting out the following for #1234504
|
|
||||||
# rpm works just fine for removing this, no idea why dnf can't cope
|
|
||||||
echo "Removing linux-firmware package."
|
|
||||||
rpm -e linux-firmware
|
|
||||||
|
|
||||||
# Remove firewalld; was supposed to be optional in F18+, but is required to
|
|
||||||
# be present for install/image building.
|
|
||||||
echo "Removing firewalld."
|
|
||||||
dnf -C -y remove firewalld --setopt="clean_requirements_on_remove=1"
|
|
||||||
|
|
||||||
# Another one needed at install time but not after that, and it pulls
|
|
||||||
# in some unneeded deps (like, newt and slang)
|
|
||||||
echo "Removing authconfig."
|
|
||||||
dnf -C -y remove authconfig --setopt="clean_requirements_on_remove=1"
|
|
||||||
|
|
||||||
echo -n "Getty fixes"
|
|
||||||
# although we want console output going to the serial console, we don't
|
|
||||||
# actually have the opportunity to login there. FIX.
|
|
||||||
# we don't really need to auto-spawn _any_ gettys.
|
|
||||||
sed -i '/^#NAutoVTs=.*/ a\
|
|
||||||
NAutoVTs=0' /etc/systemd/logind.conf
|
|
||||||
|
|
||||||
echo -n "Network fixes"
|
|
||||||
# initscripts don't like this file to be missing.
|
|
||||||
cat > /etc/sysconfig/network << EOF
|
|
||||||
NETWORKING=yes
|
|
||||||
NOZEROCONF=yes
|
|
||||||
EOF
|
|
||||||
|
|
||||||
# For cloud images, 'eth0' _is_ the predictable device name, since
|
|
||||||
# we don't want to be tied to specific virtual (!) hardware
|
|
||||||
rm -f /etc/udev/rules.d/70*
|
|
||||||
ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules
|
|
||||||
|
|
||||||
# simple eth0 config, again not hard-coded to the build hardware
|
|
||||||
cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF
|
|
||||||
DEVICE="eth0"
|
|
||||||
BOOTPROTO="dhcp"
|
|
||||||
ONBOOT="yes"
|
|
||||||
TYPE="Ethernet"
|
|
||||||
PERSISTENT_DHCLIENT="yes"
|
|
||||||
EOF
|
|
||||||
|
|
||||||
# generic localhost names
|
|
||||||
cat > /etc/hosts << EOF
|
|
||||||
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
|
||||||
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
|
||||||
|
|
||||||
EOF
|
|
||||||
echo .
|
|
||||||
|
|
||||||
|
|
||||||
# Because memory is scarce resource in most cloud/virt environments,
|
|
||||||
# and because this impedes forensics, we are differing from the Fedora
|
|
||||||
# default of having /tmp on tmpfs.
|
|
||||||
echo "Disabling tmpfs for /tmp."
|
|
||||||
systemctl mask tmp.mount
|
|
||||||
|
|
||||||
# make sure firstboot doesn't start
|
|
||||||
echo "RUN_FIRSTBOOT=NO" > /etc/sysconfig/firstboot
|
|
||||||
|
|
||||||
# Uncomment this if you want to use cloud init but suppress the creation
|
|
||||||
# of an "ec2-user" account. This will, in the absence of further config,
|
|
||||||
# cause the ssh key from a metadata source to be put in the root account.
|
|
||||||
#cat <<EOF > /etc/cloud/cloud.cfg.d/50_suppress_ec2-user_use_root.cfg
|
|
||||||
#users: []
|
|
||||||
#disable_root: 0
|
|
||||||
#EOF
|
|
||||||
|
|
||||||
echo "Removing random-seed so it's not the same in every image."
|
|
||||||
rm -f /var/lib/systemd/random-seed
|
|
||||||
|
|
||||||
echo "Cleaning old dnf repodata."
|
|
||||||
dnf history new
|
|
||||||
dnf clean all
|
|
||||||
truncate -c -s 0 /var/log/dnf.log
|
|
||||||
|
|
||||||
echo "Import RPM GPG key"
|
|
||||||
releasever=$(rpm --eval '%{fedora}')
|
|
||||||
basearch=$(uname -i)
|
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
|
||||||
|
|
||||||
echo "Packages within this cloud image:"
|
|
||||||
echo "-----------------------------------------------------------------------"
|
|
||||||
rpm -qa
|
|
||||||
echo "-----------------------------------------------------------------------"
|
|
||||||
# Note that running rpm recreates the rpm db files which aren't needed/wanted
|
|
||||||
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
|
|
||||||
|
|
||||||
|
|
||||||
echo "Fixing SELinux contexts."
|
|
||||||
touch /var/log/cron
|
|
||||||
touch /var/log/boot.log
|
|
||||||
mkdir -p /var/cache/dnf
|
|
||||||
/usr/sbin/fixfiles -R -a restore
|
|
||||||
|
|
||||||
echo "Zeroing out empty space."
|
|
||||||
# This forces the filesystem to reclaim space from deleted files
|
|
||||||
dd bs=1M if=/dev/zero of=/var/tmp/zeros || :
|
|
||||||
rm -f /var/tmp/zeros
|
|
||||||
echo "(Don't worry -- that out-of-space error was expected.)"
|
|
||||||
|
|
||||||
# Enable network service here, as doing it in the services line
|
|
||||||
# fails due to RHBZ #1369794
|
|
||||||
/sbin/chkconfig network on
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
@@ -7,17 +7,17 @@ lang en_US.UTF-8
|
|||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
auth --useshadow --passalgo=sha512
|
auth --useshadow --enablemd5
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
user --name=none
|
user --name=none
|
||||||
|
|
||||||
firewall --disabled
|
firewall --disabled
|
||||||
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8" --extlinux
|
||||||
|
|
||||||
network --bootproto=dhcp --device=eth0 --activate --onboot=on
|
network --bootproto=dhcp --device=eth0 --activate --onboot=on
|
||||||
services --enabled=sshd,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
|
||||||
@@ -88,6 +88,10 @@ 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"
|
||||||
rm -f /etc/systemd/system/default.target
|
rm -f /etc/systemd/system/default.target
|
||||||
@@ -95,20 +99,18 @@ ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
|||||||
echo .
|
echo .
|
||||||
|
|
||||||
# this is installed by default but we don't need it in virt
|
# this is installed by default but we don't need it in virt
|
||||||
# Commenting out the following for #1234504
|
|
||||||
# rpm works just fine for removing this, no idea why dnf can't cope
|
|
||||||
echo "Removing linux-firmware package."
|
echo "Removing linux-firmware package."
|
||||||
rpm -e linux-firmware
|
yum -C -y remove linux-firmware
|
||||||
|
|
||||||
# Remove firewalld; was supposed to be optional in F18+, but is required to
|
# Remove firewalld; was supposed to be optional in F18+, but is required to
|
||||||
# be present for install/image building.
|
# be present for install/image building.
|
||||||
echo "Removing firewalld."
|
echo "Removing firewalld."
|
||||||
dnf -C -y remove "firewalld*" --setopt="clean_requirements_on_remove=1"
|
yum -C -y remove "firewalld*" --setopt="clean_requirements_on_remove=1"
|
||||||
|
|
||||||
# Another one needed at install time but not after that, and it pulls
|
# Another one needed at install time but not after that, and it pulls
|
||||||
# in some unneeded deps (like, newt and slang)
|
# in some unneeded deps (like, newt and slang)
|
||||||
echo "Removing authconfig."
|
echo "Removing authconfig."
|
||||||
dnf -C -y remove authconfig --setopt="clean_requirements_on_remove=1"
|
yum -C -y remove authconfig --setopt="clean_requirements_on_remove=1"
|
||||||
|
|
||||||
echo -n "Getty fixes"
|
echo -n "Getty fixes"
|
||||||
# although we want console output going to the serial console, we don't
|
# although we want console output going to the serial console, we don't
|
||||||
@@ -165,15 +167,15 @@ echo "RUN_FIRSTBOOT=NO" > /etc/sysconfig/firstboot
|
|||||||
#EOF
|
#EOF
|
||||||
|
|
||||||
echo "Removing random-seed so it's not the same in every image."
|
echo "Removing random-seed so it's not the same in every image."
|
||||||
rm -f /var/lib/systemd/random-seed
|
rm -f /var/lib/random-seed
|
||||||
|
|
||||||
echo "Cleaning old dnf repodata."
|
echo "Cleaning old yum repodata."
|
||||||
dnf history new
|
yum history new
|
||||||
dnf clean all
|
yum clean all
|
||||||
truncate -c -s 0 /var/log/dnf.log
|
truncate -c -s 0 /var/log/yum.log
|
||||||
|
|
||||||
echo "Import RPM GPG key"
|
echo "Import RPM GPG key"
|
||||||
releasever=$(rpm --eval '%{fedora}')
|
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
||||||
basearch=$(uname -i)
|
basearch=$(uname -i)
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||||
|
|
||||||
@@ -196,7 +198,7 @@ dd if=/usr/share/syslinux/mbr.bin of=/dev/vda
|
|||||||
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
|
||||||
mkdir -p /var/cache/dnf
|
mkdir -p /var/cache/yum
|
||||||
chattr -i /boot/extlinux/ldlinux.sys
|
chattr -i /boot/extlinux/ldlinux.sys
|
||||||
/usr/sbin/fixfiles -R -a restore
|
/usr/sbin/fixfiles -R -a restore
|
||||||
chattr +i /boot/extlinux/ldlinux.sys
|
chattr +i /boot/extlinux/ldlinux.sys
|
||||||
@@ -207,9 +209,5 @@ 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.)"
|
||||||
|
|
||||||
# Enable network service here, as doing it in the services line
|
|
||||||
# fails due to RHBZ #1369794
|
|
||||||
/sbin/chkconfig network on
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -1,70 +0,0 @@
|
|||||||
# See fedora-container-common.ks for details on how to hack on container image kickstarts
|
|
||||||
# This base is a stripped back Fedora image without python3/dnf.
|
|
||||||
# If you need that use the standard base image.
|
|
||||||
|
|
||||||
%include fedora-container-common.ks
|
|
||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
|
||||||
microdnf
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post --erroronfail --log=/root/anaconda-post.log
|
|
||||||
# remove some random help txt files
|
|
||||||
rm -fv usr/share/gnupg/help*.txt
|
|
||||||
|
|
||||||
# Pruning random things
|
|
||||||
rm usr/lib/rpm/rpm.daily
|
|
||||||
rm -rfv usr/lib64/nss/unsupported-tools/ # unsupported
|
|
||||||
|
|
||||||
# Statically linked crap
|
|
||||||
rm -fv usr/sbin/{glibc_post_upgrade.x86_64,sln}
|
|
||||||
ln usr/bin/ln usr/sbin/sln
|
|
||||||
|
|
||||||
# Remove some dnf info
|
|
||||||
rm -rfv /var/lib/dnf
|
|
||||||
|
|
||||||
# don't need icons
|
|
||||||
rm -rfv /usr/share/icons/*
|
|
||||||
|
|
||||||
#some random not-that-useful binaries
|
|
||||||
rm -fv /usr/bin/pinky
|
|
||||||
|
|
||||||
# we lose presets by removing /usr/lib/systemd but we do not care
|
|
||||||
rm -rfv /usr/lib/systemd
|
|
||||||
|
|
||||||
# if you want to change the timezone, bind-mount it from the host or reinstall tzdata
|
|
||||||
rm -fv /etc/localtime
|
|
||||||
mv /usr/share/zoneinfo/UTC /etc/localtime
|
|
||||||
rm -rfv /usr/share/zoneinfo
|
|
||||||
|
|
||||||
# Final pruning
|
|
||||||
rm -rfv /var/cache/* /var/log/* /tmp/*
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post --nochroot --erroronfail --log=/mnt/sysimage/root/anaconda-post-nochroot.log
|
|
||||||
set -eux
|
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1343138
|
|
||||||
# Fix /run/lock breakage since it's not tmpfs in docker
|
|
||||||
# This unmounts /run (tmpfs) and then recreates the files
|
|
||||||
# in the /run directory on the root filesystem of the container
|
|
||||||
# NOTE: run this in nochroot because "umount" does not exist in chroot
|
|
||||||
umount /mnt/sysimage/run
|
|
||||||
# The file that specifies the /run/lock tmpfile is
|
|
||||||
# /usr/lib/tmpfiles.d/legacy.conf, which is part of the systemd
|
|
||||||
# rpm that isn't included in this image. We'll create the /run/lock
|
|
||||||
# file here manually with the settings from legacy.conf
|
|
||||||
# NOTE: chroot to run "install" because it is not in anaconda env
|
|
||||||
chroot /mnt/sysimage install -d /run/lock -m 0755 -o root -g root
|
|
||||||
|
|
||||||
|
|
||||||
# See: https://bugzilla.redhat.com/show_bug.cgi?id=1051816
|
|
||||||
# NOTE: run this in nochroot because "find" does not exist in chroot
|
|
||||||
KEEPLANG=en_US
|
|
||||||
for dir in locale i18n; do
|
|
||||||
find /mnt/sysimage/usr/share/${dir} -mindepth 1 -maxdepth 1 -type d -not \( -name "${KEEPLANG}" -o -name POSIX \) -exec rm -rfv {} +
|
|
||||||
done
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -1,65 +0,0 @@
|
|||||||
# See fedora-container-common.ks for details on how to hack on container image kickstarts
|
|
||||||
# This base is a standard Fedora image with python3 and dnf
|
|
||||||
|
|
||||||
%include fedora-container-common.ks
|
|
||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
|
||||||
rootfiles
|
|
||||||
# https://communityblog.fedoraproject.org/modularity-dead-long-live-modularity/
|
|
||||||
fedora-repos-modular
|
|
||||||
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
|
||||||
vim-minimal
|
|
||||||
dnf
|
|
||||||
dnf-yum # https://fedorahosted.org/fesco/ticket/1312#comment:29
|
|
||||||
sssd-client
|
|
||||||
sudo
|
|
||||||
-glibc-langpack-en
|
|
||||||
-cracklib-dicts
|
|
||||||
-langpacks-en
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post --erroronfail --log=/root/anaconda-post.log
|
|
||||||
# remove some extraneous files
|
|
||||||
rm -rf /var/cache/dnf/*
|
|
||||||
rm -rf /tmp/*
|
|
||||||
|
|
||||||
# https://pagure.io/atomic-wg/issue/308
|
|
||||||
printf "tsflags=nodocs\n" >>/etc/dnf/dnf.conf
|
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1576993
|
|
||||||
systemctl disable dnf-makecache.timer
|
|
||||||
|
|
||||||
#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
|
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1343138
|
|
||||||
# Fix /run/lock breakage since it's not tmpfs in docker
|
|
||||||
# This unmounts /run (tmpfs) and then recreates the files
|
|
||||||
# in the /run directory on the root filesystem of the container
|
|
||||||
#
|
|
||||||
# We ignore the return code of the systemd-tmpfiles command because
|
|
||||||
# at this point we have already removed the /etc/machine-id and all
|
|
||||||
# tmpfiles lines with %m in them will fail and cause a bad return
|
|
||||||
# code. Example failure:
|
|
||||||
# [/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace specifiers: /run/log/journal/%m
|
|
||||||
#
|
|
||||||
umount /run
|
|
||||||
systemd-tmpfiles --prefix=/run/ --prefix=/var/run/ --create --boot || true
|
|
||||||
rm /run/nologin # https://pagure.io/atomic-wg/issue/316
|
|
||||||
|
|
||||||
# Final pruning
|
|
||||||
rm -rfv /var/cache/* /var/log/* /tmp/*
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post --nochroot --erroronfail --log=/mnt/sysimage/root/anaconda-post-nochroot.log
|
|
||||||
set -eux
|
|
||||||
|
|
||||||
# See: https://bugzilla.redhat.com/show_bug.cgi?id=1051816
|
|
||||||
# NOTE: run this in nochroot because "find" does not exist in chroot
|
|
||||||
KEEPLANG=en_US
|
|
||||||
for dir in locale i18n; do
|
|
||||||
find /mnt/sysimage/usr/share/${dir} -mindepth 1 -maxdepth 1 -type d -not \( -name "${KEEPLANG}" -o -name POSIX \) -exec rm -rfv {} +
|
|
||||||
done
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -1,80 +0,0 @@
|
|||||||
# This is the common bits between Fedora Container base image.
|
|
||||||
#
|
|
||||||
# To keep this image minimal it only installs English language. You need to change
|
|
||||||
# dnf configuration in order to enable other languages.
|
|
||||||
#
|
|
||||||
# ## Hacking on this image ###
|
|
||||||
# This kickstart is processed using Anaconda-in-ImageFactory (via Koji typically),
|
|
||||||
# but you can run imagefactory locally too.
|
|
||||||
#
|
|
||||||
# To do so, testing local changes, first you'll need a TDL file. I store one here:
|
|
||||||
# https://pagure.io/fedora-atomic/raw/master/f/fedora-atomic-rawhide.tdl
|
|
||||||
#
|
|
||||||
# Then, once you have imagefactory and imagefactory-plugins installed, run:
|
|
||||||
#
|
|
||||||
# ksflatten -c fedora-container-base[-minimal].ks -o fedora-container-base-test.ks
|
|
||||||
# imagefactory --debug target_image --template /path/to/fedora-atomic-rawhide.tdl --parameter offline_icicle true --file-parameter install_script $(pwd)/fedora-container-base-test.ks docker
|
|
||||||
#
|
|
||||||
|
|
||||||
text # don't use cmdline -- https://github.com/rhinstaller/anaconda/issues/931
|
|
||||||
bootloader --disabled
|
|
||||||
timezone --isUtc --nontp Etc/UTC
|
|
||||||
rootpw --lock --iscrypted locked
|
|
||||||
keyboard us
|
|
||||||
network --bootproto=dhcp --device=link --activate --onboot=on
|
|
||||||
reboot
|
|
||||||
|
|
||||||
# boot partitions are irrelevant as the final docker image is a tarball
|
|
||||||
zerombr
|
|
||||||
clearpart --all
|
|
||||||
autopart --noboot --nohome --noswap --nolvm
|
|
||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
|
||||||
fedora-release-container
|
|
||||||
bash
|
|
||||||
coreutils
|
|
||||||
glibc-minimal-langpack
|
|
||||||
libcrypt
|
|
||||||
rpm
|
|
||||||
shadow-utils
|
|
||||||
sssd-client
|
|
||||||
util-linux
|
|
||||||
#needed by Anaconda https://bugzilla.redhat.com/show_bug.cgi?id=1744115
|
|
||||||
systemd
|
|
||||||
-kernel
|
|
||||||
-dosfstools
|
|
||||||
-e2fsprogs
|
|
||||||
-fuse-libs
|
|
||||||
-gnupg2-smime
|
|
||||||
-libss # used by e2fsprogs
|
|
||||||
-pinentry
|
|
||||||
-shared-mime-info
|
|
||||||
-trousers
|
|
||||||
-xkeyboard-config
|
|
||||||
-grubby
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post --erroronfail --log=/root/anaconda-post.log
|
|
||||||
set -eux
|
|
||||||
|
|
||||||
# Set install langs macro so that new rpms that get installed will
|
|
||||||
# only install langs that we limit it to.
|
|
||||||
LANG="en_US"
|
|
||||||
echo "%_install_langs $LANG" > /etc/rpm/macros.image-language-conf
|
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1727489
|
|
||||||
echo 'LANG="C.UTF-8"' > /etc/locale.conf
|
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1400682
|
|
||||||
echo "Import RPM GPG key"
|
|
||||||
releasever=$(rpm --eval '%{fedora}')
|
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
|
||||||
|
|
||||||
echo "# fstab intentionally empty for containers" > /etc/fstab
|
|
||||||
|
|
||||||
# Remove machine-id on pre generated images
|
|
||||||
rm -f /etc/machine-id
|
|
||||||
touch /etc/machine-id
|
|
||||||
|
|
||||||
%end
|
|
||||||
24
fedora-desktop-packages.ks
Normal file
24
fedora-desktop-packages.ks
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
%packages
|
||||||
|
@firefox
|
||||||
|
@gnome-desktop
|
||||||
|
@libreoffice
|
||||||
|
@networkmanager-submodules
|
||||||
|
|
||||||
|
# FIXME; apparently the glibc maintainers dislike this, but it got put into the
|
||||||
|
# desktop image at some point. We won't touch this one for now.
|
||||||
|
nss-mdns
|
||||||
|
|
||||||
|
# This one needs to be kicked out of @standard
|
||||||
|
-smartmontools
|
||||||
|
|
||||||
|
# We use gnome-control-center's printer and input sources panels instead
|
||||||
|
-system-config-printer
|
||||||
|
-im-chooser
|
||||||
|
|
||||||
|
# Similarly, there was also some debate about removing rsyslog from @standard
|
||||||
|
# (since much of its functionality is provided by journald now), but it's
|
||||||
|
# not going to happen for f20 either, so drop it here for now.
|
||||||
|
# https://lists.fedoraproject.org/pipermail/devel/2013-July/186796.html
|
||||||
|
-rsyslog
|
||||||
|
|
||||||
|
%end
|
||||||
@@ -1,88 +0,0 @@
|
|||||||
# fedora-disk-base.ks
|
|
||||||
#
|
|
||||||
# Defines the basics for all kickstarts in the fedora-live branch
|
|
||||||
# Does not include package selection (other then mandatory)
|
|
||||||
# Does not include localization packages or configuration
|
|
||||||
#
|
|
||||||
# Does includes "default" language configuration (kickstarts including
|
|
||||||
# this template can override these settings)
|
|
||||||
|
|
||||||
text
|
|
||||||
lang en_US.UTF-8
|
|
||||||
keyboard us
|
|
||||||
timezone US/Eastern
|
|
||||||
auth --useshadow --passalgo=sha512
|
|
||||||
selinux --enforcing
|
|
||||||
firewall --enabled --service=mdns
|
|
||||||
services --enabled=sshd,NetworkManager,chronyd,zram-swap
|
|
||||||
network --bootproto=dhcp --device=link --activate
|
|
||||||
rootpw --lock --iscrypted locked
|
|
||||||
shutdown
|
|
||||||
|
|
||||||
bootloader --timeout=1
|
|
||||||
|
|
||||||
zerombr
|
|
||||||
clearpart --all --initlabel --disklabel=msdos
|
|
||||||
|
|
||||||
# make sure that initial-setup runs and lets us do all the configuration bits
|
|
||||||
firstboot --reconfig
|
|
||||||
|
|
||||||
%include fedora-repo.ks
|
|
||||||
|
|
||||||
%packages
|
|
||||||
@core
|
|
||||||
@standard
|
|
||||||
@hardware-support
|
|
||||||
zram
|
|
||||||
|
|
||||||
kernel
|
|
||||||
# remove this in %post
|
|
||||||
dracut-config-generic
|
|
||||||
-dracut-config-rescue
|
|
||||||
# install tools needed to manage and boot arm systems
|
|
||||||
@arm-tools
|
|
||||||
-uboot-images-armv7
|
|
||||||
rng-tools
|
|
||||||
chrony
|
|
||||||
bcm283x-firmware
|
|
||||||
initial-setup
|
|
||||||
# Intel wireless firmware assumed never of use for disk images
|
|
||||||
-iwl*
|
|
||||||
-ipw*
|
|
||||||
-usb_modeswitch
|
|
||||||
-generic-release*
|
|
||||||
|
|
||||||
# make sure all the locales are available for inital0-setup and anaconda to work
|
|
||||||
glibc-all-langpacks
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
# Setup Raspberry Pi firmware
|
|
||||||
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
|
||||||
|
|
||||||
releasever=$(rpm --eval '%{fedora}')
|
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
|
||||||
echo "Packages within this disk image"
|
|
||||||
rpm -qa
|
|
||||||
# Note that running rpm recreates the rpm db files which aren't needed or wanted
|
|
||||||
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
|
|
||||||
|
|
||||||
# The enp1s0 interface is a left over from the imagefactory install, clean this up
|
|
||||||
rm -f /etc/sysconfig/network-scripts/ifcfg-enp1s0
|
|
||||||
|
|
||||||
dnf -y remove dracut-config-generic
|
|
||||||
|
|
||||||
# Disable network service here, as doing it in the services line
|
|
||||||
# fails due to RHBZ #1369794
|
|
||||||
/sbin/chkconfig network off
|
|
||||||
|
|
||||||
# Remove machine-id on pre generated images
|
|
||||||
rm -f /etc/machine-id
|
|
||||||
touch /etc/machine-id
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
%include fedora-disk-base.ks
|
|
||||||
%include fedora-minimal-common.ks
|
|
||||||
|
|
||||||
services --enabled=sshd,NetworkManager,chronyd,initial-setup,zram-swap
|
|
||||||
|
|
||||||
autopart --type=plain --noswap
|
|
||||||
|
|
||||||
%packages
|
|
||||||
-xkeyboard-config
|
|
||||||
%end
|
|
||||||
@@ -1,33 +0,0 @@
|
|||||||
%include fedora-disk-base.ks
|
|
||||||
|
|
||||||
services --enabled=sshd,NetworkManager,chronyd,initial-setup,zram-swap
|
|
||||||
|
|
||||||
autopart --noswap
|
|
||||||
|
|
||||||
%packages
|
|
||||||
# install the default groups for the server environment since installing the environment is not working
|
|
||||||
@server-product
|
|
||||||
@standard
|
|
||||||
@core
|
|
||||||
@headless-management
|
|
||||||
@hardware-support
|
|
||||||
@networkmanager-submodules
|
|
||||||
|
|
||||||
@container-management
|
|
||||||
@domain-client
|
|
||||||
@guest-agents
|
|
||||||
@server-hardware-support
|
|
||||||
-initial-setup-gui
|
|
||||||
-generic-release*
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
# setup systemd to boot to the right runlevel
|
|
||||||
echo -n "Setting default runlevel to multiuser text mode"
|
|
||||||
rm -f /etc/systemd/system/default.target
|
|
||||||
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
|
||||||
echo .
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
%include fedora-disk-base.ks
|
|
||||||
%include fedora-disk-xbase.ks
|
|
||||||
%include fedora-workstation-common.ks
|
|
||||||
|
|
||||||
bootloader --append="cma=256MB"
|
|
||||||
|
|
||||||
services --enabled=sshd,NetworkManager,chronyd,zram-swap
|
|
||||||
|
|
||||||
autopart --type=plain --noswap
|
|
||||||
|
|
||||||
%packages
|
|
||||||
-initial-setup
|
|
||||||
-initial-setup-gui
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
%packages
|
|
||||||
@base-x
|
|
||||||
@fonts
|
|
||||||
@input-methods
|
|
||||||
@multimedia
|
|
||||||
@printing
|
|
||||||
-@guest-desktop-agents
|
|
||||||
|
|
||||||
# Need aajohan-comfortaa-fonts for the SVG rnotes images
|
|
||||||
aajohan-comfortaa-fonts
|
|
||||||
|
|
||||||
# anaconda needs the locales available to run for different locales
|
|
||||||
glibc-all-langpacks
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
# Explicitly set graphical.target as default as this is how initial-setup detects which version to run
|
|
||||||
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
%include fedora-disk-base.ks
|
|
||||||
%include fedora-disk-xbase.ks
|
|
||||||
%include fedora-xfce-common.ks
|
|
||||||
|
|
||||||
bootloader --append="cma=192MB"
|
|
||||||
|
|
||||||
services --enabled=sshd,NetworkManager,chronyd,zram-swap
|
|
||||||
|
|
||||||
autopart --type=plain --noswap
|
|
||||||
|
|
||||||
%packages
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
%end
|
|
||||||
50
fedora-docker-base.ks
Normal file
50
fedora-docker-base.ks
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
# This is a minimal Fedora install designed to serve as a Docker base image.
|
||||||
|
#
|
||||||
|
# To keep this image minimal it only installs English language. You need to change
|
||||||
|
# yum configuration in order to enable other languages.
|
||||||
|
|
||||||
|
cmdline
|
||||||
|
bootloader --location=none
|
||||||
|
timezone America/New_York --isUtc --nontp
|
||||||
|
rootpw --plaintext qweqwe
|
||||||
|
|
||||||
|
keyboard us
|
||||||
|
firewall --disable
|
||||||
|
zerombr
|
||||||
|
clearpart --all
|
||||||
|
part / --size 3000 --fstype ext4
|
||||||
|
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||||
|
reboot
|
||||||
|
|
||||||
|
%packages --excludedocs --instLangs=en --nocore
|
||||||
|
bash
|
||||||
|
fedora-release
|
||||||
|
vim-minimal
|
||||||
|
yum
|
||||||
|
#fakesystemd #TODO: waiting for review https://bugzilla.redhat.com/show_bug.cgi?id=1118740
|
||||||
|
-kernel
|
||||||
|
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
|
%post --log=/tmp/anaconda-post.log
|
||||||
|
# Set the language rpm nodocs transaction flag persistently in the
|
||||||
|
# image yum.conf and rpm macros
|
||||||
|
|
||||||
|
LANG="en_US"
|
||||||
|
echo "%_install_lang $LANG" > /etc/rpm/macros.image-language-conf
|
||||||
|
|
||||||
|
awk '(NF==0&&!done){print "override_install_langs='$LANG'\ntsflags=nodocs";done=1}{print}' \
|
||||||
|
< /etc/yum.conf > /etc/yum.conf.new
|
||||||
|
mv /etc/yum.conf.new /etc/yum.conf
|
||||||
|
|
||||||
|
echo "Import RPM GPG key"
|
||||||
|
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
||||||
|
basearch=$(uname -i)
|
||||||
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||||
|
|
||||||
|
rm -f /usr/lib/locale/locale-archive
|
||||||
|
rm -rf /var/cache/yum/*
|
||||||
|
rm -f /tmp/ks-script*
|
||||||
|
|
||||||
|
%end
|
||||||
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
|
||||||
141
fedora-install-server.ks
Normal file
141
fedora-install-server.ks
Normal file
@@ -0,0 +1,141 @@
|
|||||||
|
# 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
|
||||||
|
|
||||||
|
# Some development tools
|
||||||
|
@development-libs
|
||||||
|
@development-tools
|
||||||
|
@c-development
|
||||||
|
@rpm-development-tools
|
||||||
|
@fedora-packager
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# Common server packages
|
||||||
|
@mysql
|
||||||
|
@sql-server
|
||||||
|
@web-server
|
||||||
|
|
||||||
|
# Web Server environment
|
||||||
|
@haproxy
|
||||||
|
@mongodb
|
||||||
|
@perl-web
|
||||||
|
@python-web
|
||||||
|
@php
|
||||||
|
@rubyonrails
|
||||||
|
@tomcat
|
||||||
|
|
||||||
|
# Infrastructure Server
|
||||||
|
@directory-server
|
||||||
|
@dogtag
|
||||||
|
@dns-server
|
||||||
|
@freeipa-server
|
||||||
|
@ftp-server
|
||||||
|
@mail-server
|
||||||
|
@network-server
|
||||||
|
@printing
|
||||||
|
@smb-server
|
||||||
|
@virtualization
|
||||||
|
@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
|
||||||
105
fedora-iot.ks
105
fedora-iot.ks
@@ -1,105 +0,0 @@
|
|||||||
# This is the kickstart for Fedora IoT disk images.
|
|
||||||
|
|
||||||
text # don't use cmdline -- https://github.com/rhinstaller/anaconda/issues/931
|
|
||||||
lang en_US.UTF-8
|
|
||||||
keyboard us
|
|
||||||
timezone --utc Etc/UTC
|
|
||||||
|
|
||||||
selinux --enforcing
|
|
||||||
rootpw --lock --iscrypted locked
|
|
||||||
|
|
||||||
bootloader --timeout=1 --append="net.ifnames=0 modprobe.blacklist=vc4"
|
|
||||||
|
|
||||||
network --bootproto=dhcp --device=link --activate --onboot=on
|
|
||||||
services --enabled=NetworkManager,sshd,rngd,initial-setup,zram-swap
|
|
||||||
|
|
||||||
# tell Initial Setup to run in the reconfig mode
|
|
||||||
firstboot --reconfig --enable
|
|
||||||
|
|
||||||
zerombr
|
|
||||||
clearpart --all --initlabel --disklabel=msdos
|
|
||||||
autopart --nohome --noswap --type=plain
|
|
||||||
|
|
||||||
# Equivalent of %include fedora-repo.ks
|
|
||||||
# Pull from the ostree repo that was created during the compose
|
|
||||||
ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/stable/${basearch}/iot
|
|
||||||
|
|
||||||
reboot
|
|
||||||
|
|
||||||
%post --erroronfail
|
|
||||||
# Find the architecture we are on
|
|
||||||
arch=$(uname -m)
|
|
||||||
|
|
||||||
# Setup Raspberry Pi firmware
|
|
||||||
if [[ $arch == "aarch64" ]] || [[ $arch == "armv7l" ]]; then
|
|
||||||
if [[ $arch == "aarch64" ]]; then
|
|
||||||
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
|
||||||
else
|
|
||||||
cp -P /usr/share/uboot/rpi_2/u-boot.bin /boot/efi/rpi2-u-boot.bin
|
|
||||||
cp -P /usr/share/uboot/rpi_3_32b/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Set the origin to the "main ref", distinct from /updates/ which is where bodhi writes.
|
|
||||||
# We want consumers of this image to track the two week releases.
|
|
||||||
ostree admin set-origin --index 0 fedora-iot https://dl.fedoraproject.org/iot/repo/ "fedora/stable/${arch}/iot"
|
|
||||||
|
|
||||||
# Make sure the ref we're supposedly sitting on (according
|
|
||||||
# to the updated origin) exists.
|
|
||||||
ostree refs "fedora-iot:fedora/stable/${arch}/iot" --create "fedora-iot:fedora/stable/${arch}/iot"
|
|
||||||
|
|
||||||
# Remove the old ref so that the commit eventually gets cleaned up.
|
|
||||||
ostree refs "fedora-iot:fedora/stable/${arch}/iot" --delete
|
|
||||||
|
|
||||||
# delete/add the remote with new options to enable gpg verification
|
|
||||||
# and to point them at the cdn url
|
|
||||||
ostree remote delete fedora-iot
|
|
||||||
ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/ --set=contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist fedora-iot 'https://ostree.fedoraproject.org/iot'
|
|
||||||
|
|
||||||
# We're getting a stray console= from somewhere, work around it
|
|
||||||
rpm-ostree kargs --delete=console=tty0
|
|
||||||
|
|
||||||
# older versions of livecd-tools do not follow "rootpw --lock" line above
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=964299
|
|
||||||
passwd -l root
|
|
||||||
|
|
||||||
# Work around https://bugzilla.redhat.com/show_bug.cgi?id=1193590
|
|
||||||
cp /etc/skel/.bash* /var/roothome
|
|
||||||
|
|
||||||
# Remove any persistent NIC rules generated by udev
|
|
||||||
rm -vf /etc/udev/rules.d/*persistent-net*.rules
|
|
||||||
# And ensure that we will do DHCP on eth0 on startup
|
|
||||||
cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF
|
|
||||||
DEVICE="eth0"
|
|
||||||
BOOTPROTO="dhcp"
|
|
||||||
ONBOOT="yes"
|
|
||||||
TYPE="Ethernet"
|
|
||||||
PERSISTENT_DHCLIENT="yes"
|
|
||||||
EOF
|
|
||||||
|
|
||||||
echo "Removing random-seed so it's not the same in every image."
|
|
||||||
rm -f /var/lib/systemd/random-seed
|
|
||||||
|
|
||||||
echo "Packages within this iot image:"
|
|
||||||
echo "-----------------------------------------------------------------------"
|
|
||||||
rpm -qa
|
|
||||||
echo "-----------------------------------------------------------------------"
|
|
||||||
# Note that running rpm recreates the rpm db files which aren't needed/wanted
|
|
||||||
rm -f /var/lib/rpm/__db*
|
|
||||||
|
|
||||||
echo "Zeroing out empty space."
|
|
||||||
# This forces the filesystem to reclaim space from deleted files
|
|
||||||
dd bs=1M if=/dev/zero of=/var/tmp/zeros || :
|
|
||||||
rm -f /var/tmp/zeros
|
|
||||||
echo "(Don't worry -- that out-of-space error was expected.)"
|
|
||||||
|
|
||||||
# For trac ticket https://pagure.io/atomic-wg/issue/128
|
|
||||||
rm -f /etc/sysconfig/network-scripts/ifcfg-ens3
|
|
||||||
|
|
||||||
# Anaconda is writing an /etc/resolv.conf from the install environment.
|
|
||||||
# The system should start out with an empty file, otherwise cloud-init
|
|
||||||
# will try to use this information and may error:
|
|
||||||
# https://bugs.launchpad.net/cloud-init/+bug/1670052
|
|
||||||
truncate -s 0 /etc/resolv.conf
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
|
|
||||||
%packages
|
|
||||||
@firefox
|
|
||||||
@kde-apps
|
|
||||||
@kde-desktop
|
|
||||||
@kde-media
|
|
||||||
@kde-office
|
|
||||||
@networkmanager-submodules
|
|
||||||
fedora-release-kde
|
|
||||||
|
|
||||||
### The KDE-Desktop
|
|
||||||
|
|
||||||
### Browser
|
|
||||||
falkon
|
|
||||||
|
|
||||||
### fixes
|
|
||||||
|
|
||||||
# use kde-print-manager instead of system-config-printer
|
|
||||||
-system-config-printer
|
|
||||||
# make sure mariadb lands instead of MySQL (hopefully a temporary hack)
|
|
||||||
mariadb-embedded
|
|
||||||
mariadb-connector-c
|
|
||||||
mariadb-server
|
|
||||||
|
|
||||||
# minimal localization support - allows installing the kde-l10n-* packages
|
|
||||||
system-config-language
|
|
||||||
kde-l10n
|
|
||||||
|
|
||||||
# unwanted packages from @kde-desktop
|
|
||||||
# don't include these for now to fit on a cd
|
|
||||||
-desktop-backgrounds-basic
|
|
||||||
-kdeaccessibility*
|
|
||||||
#-ktorrent # kget has also basic torrent features (~3 megs)
|
|
||||||
-digikam # digikam has duplicate functionality with gwenview (~28 megs)
|
|
||||||
#-amarok # ~23 megs (mysql-embedded etc.)
|
|
||||||
-kipi-plugins # ~8 megs + drags in Marble
|
|
||||||
#-kdeplasma-addons # ~16 megs
|
|
||||||
#-krusader # ~4 megs
|
|
||||||
|
|
||||||
# Additional packages that are not default in kde-* groups, but useful
|
|
||||||
k3b # ~15 megs
|
|
||||||
#kdeartwork # only include some parts of kdeartwork
|
|
||||||
fuse
|
|
||||||
mediawriter
|
|
||||||
|
|
||||||
### space issues
|
|
||||||
|
|
||||||
# admin-tools
|
|
||||||
-gnome-disk-utility
|
|
||||||
# kcm_clock still lacks some features, so keep system-config-date around
|
|
||||||
#-system-config-date
|
|
||||||
# prefer kcm_systemd
|
|
||||||
-system-config-services
|
|
||||||
# prefer/use kusers
|
|
||||||
-system-config-users
|
|
||||||
|
|
||||||
## avoid serious bugs by omitting broken stuff
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
# remove input methods to free space
|
|
||||||
%packages
|
|
||||||
-@input-methods
|
|
||||||
-scim*
|
|
||||||
-iok
|
|
||||||
%end
|
|
||||||
|
|
||||||
|
|
||||||
21
fedora-kde-packages.ks
Normal file
21
fedora-kde-packages.ks
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
%packages
|
||||||
|
@kde-apps
|
||||||
|
@kde-desktop
|
||||||
|
@kde-media
|
||||||
|
@kde-office
|
||||||
|
@kde-telepathy
|
||||||
|
@networkmanager-submodules
|
||||||
|
|
||||||
|
### The KDE-Desktop
|
||||||
|
|
||||||
|
### fixes
|
||||||
|
|
||||||
|
# use kde-print-manager instead of system-config-printer
|
||||||
|
-system-config-printer
|
||||||
|
# make sure mariadb lands instead of MySQL (hopefully a temporary hack)
|
||||||
|
mariadb-embedded
|
||||||
|
mariadb-libs
|
||||||
|
mariadb-server
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
@@ -1,143 +0,0 @@
|
|||||||
#fedora-live-astronomy-kde.ks
|
|
||||||
# With KDE Desktop
|
|
||||||
|
|
||||||
# Fedora Astronomy: For astronomers and astrophysicists
|
|
||||||
# Fedora-Astronomy aims to create a Fedora which has the generic
|
|
||||||
# toolset for the astronomer
|
|
||||||
#
|
|
||||||
# Web: https://fedoraproject.org/wiki/SIGs/Astronomy/AstroSpin
|
|
||||||
#
|
|
||||||
# Partly based on Scientific KDE Spin
|
|
||||||
# https://fedoraproject.org/wiki/Scientific_Spin
|
|
||||||
#
|
|
||||||
|
|
||||||
# Maintainer: Christian Dersch <lupinix@fedoraproject.org>
|
|
||||||
# https://fedoraproject.org/wiki/User:Lupinix
|
|
||||||
|
|
||||||
%include fedora-live-kde-base.ks
|
|
||||||
%include fedora-live-minimization.ks
|
|
||||||
|
|
||||||
# The recommended part size for DVDs is too close to use for the astronomy spin
|
|
||||||
part / --size 14500
|
|
||||||
|
|
||||||
%packages
|
|
||||||
|
|
||||||
# Installing the default/mandatory packages from engineering & scientific
|
|
||||||
@engineering-and-scientific
|
|
||||||
|
|
||||||
# Basic development
|
|
||||||
@development-tools
|
|
||||||
@c-development
|
|
||||||
|
|
||||||
# astronomical data analysis
|
|
||||||
astrometry
|
|
||||||
astrometry-tycho2
|
|
||||||
cdsclient
|
|
||||||
fpack
|
|
||||||
gcx
|
|
||||||
psfex
|
|
||||||
saoimage
|
|
||||||
scamp
|
|
||||||
sextractor
|
|
||||||
siril
|
|
||||||
skyviewer
|
|
||||||
swarp
|
|
||||||
wcstools
|
|
||||||
|
|
||||||
# Observatory: KStars + INDI drivers
|
|
||||||
indi-aagcloudwatcher
|
|
||||||
indi-apogee
|
|
||||||
indi-eqmod
|
|
||||||
indi-gphoto
|
|
||||||
indi-sx
|
|
||||||
indistarter
|
|
||||||
kstars
|
|
||||||
|
|
||||||
# misc. astronomy
|
|
||||||
celestia
|
|
||||||
stellarium
|
|
||||||
virtualplanet
|
|
||||||
|
|
||||||
# Some astro environment stuff
|
|
||||||
astronomy-menus
|
|
||||||
astronomy-menus-toplevel
|
|
||||||
|
|
||||||
#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
|
|
||||||
python3-pillow
|
|
||||||
python3-seaborn
|
|
||||||
python3-statsmodels
|
|
||||||
python3-scikit-learn
|
|
||||||
python3-scikit-image
|
|
||||||
# Python 3 astronomy
|
|
||||||
astropy-tools
|
|
||||||
ginga
|
|
||||||
python3-astropy
|
|
||||||
python3-astroML
|
|
||||||
python3-astroML-addons
|
|
||||||
python3-astroquery
|
|
||||||
python3-astroscrappy
|
|
||||||
python3-APLpy
|
|
||||||
python3-ATpy
|
|
||||||
python3-ccdproc
|
|
||||||
python3-fitsio
|
|
||||||
python3-gatspy
|
|
||||||
python3-photutils
|
|
||||||
python3-pyvo
|
|
||||||
python3-reproject
|
|
||||||
python3-sep
|
|
||||||
python3-wcsaxes
|
|
||||||
|
|
||||||
# matplotlib backends
|
|
||||||
python3-matplotlib-qt4
|
|
||||||
python3-matplotlib-qt5
|
|
||||||
python3-matplotlib-tk
|
|
||||||
|
|
||||||
|
|
||||||
# Python IDE very useful for scientific use
|
|
||||||
python3-spyder
|
|
||||||
|
|
||||||
#Version control- a GUI for each as well
|
|
||||||
|
|
||||||
# Installing rapidsvn will also install subversion package
|
|
||||||
rapidsvn
|
|
||||||
git
|
|
||||||
git-gui
|
|
||||||
|
|
||||||
#Drawing, Picture viewing tools, Visualization tools
|
|
||||||
dia
|
|
||||||
gimp
|
|
||||||
kst
|
|
||||||
kst-docs
|
|
||||||
kst-fits
|
|
||||||
LabPlot
|
|
||||||
|
|
||||||
#Misc. Utils
|
|
||||||
# icedtea-web to have webstart useful for VO tools
|
|
||||||
icedtea-web
|
|
||||||
ImageMagick
|
|
||||||
kate
|
|
||||||
kate-plugins
|
|
||||||
rlwrap
|
|
||||||
screen
|
|
||||||
plasma-applet-redshift-control
|
|
||||||
|
|
||||||
# Omit KDE 4 translations for now: https://bugzilla.redhat.com/show_bug.cgi?id=1197940
|
|
||||||
-kde-l10n-*
|
|
||||||
-calligra-l10n-*
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -10,17 +10,12 @@
|
|||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
auth --useshadow --passalgo=sha512
|
auth --useshadow --enablemd5
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
xconfig --startxonboot
|
xconfig --startxonboot
|
||||||
zerombr
|
part / --size 3072 --fstype ext4
|
||||||
clearpart --all
|
services --enabled=NetworkManager --disabled=network,sshd
|
||||||
part / --size 5120 --fstype ext4
|
|
||||||
services --enabled=NetworkManager,ModemManager --disabled=sshd
|
|
||||||
network --bootproto=dhcp --device=link --activate
|
|
||||||
rootpw --lock --iscrypted locked
|
|
||||||
shutdown
|
|
||||||
|
|
||||||
%include fedora-repo.ks
|
%include fedora-repo.ks
|
||||||
|
|
||||||
@@ -29,6 +24,7 @@ shutdown
|
|||||||
@guest-desktop-agents
|
@guest-desktop-agents
|
||||||
@standard
|
@standard
|
||||||
@core
|
@core
|
||||||
|
@fedora-release-nonproduct
|
||||||
@fonts
|
@fonts
|
||||||
@input-methods
|
@input-methods
|
||||||
@dial-up
|
@dial-up
|
||||||
@@ -39,34 +35,19 @@ 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
|
||||||
# for now.
|
# for now.
|
||||||
#memtest86+
|
memtest86+
|
||||||
@x86-baremetal-tools # memtest86+ is included
|
|
||||||
|
|
||||||
# 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-live
|
|
||||||
@anaconda-tools
|
@anaconda-tools
|
||||||
|
|
||||||
# Need aajohan-comfortaa-fonts for the SVG rnotes images
|
# Need aajohan-comfortaa-fonts for the SVG rnotes images
|
||||||
aajohan-comfortaa-fonts
|
aajohan-comfortaa-fonts
|
||||||
|
|
||||||
# Without this, initramfs generation during live image creation fails: #1242586
|
|
||||||
dracut-live
|
|
||||||
# syslinux is in @x86-baremetal-tools
|
|
||||||
|
|
||||||
# anaconda needs the locales available to run for different locales
|
|
||||||
glibc-all-langpacks
|
|
||||||
|
|
||||||
# no longer in @core since 2018-10, but needed for livesys script
|
|
||||||
initscripts
|
|
||||||
chkconfig
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@@ -79,7 +60,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
|
||||||
@@ -101,10 +82,11 @@ livedir="LiveOS"
|
|||||||
for arg in \`cat /proc/cmdline\` ; do
|
for arg in \`cat /proc/cmdline\` ; do
|
||||||
if [ "\${arg##rd.live.dir=}" != "\${arg}" ]; then
|
if [ "\${arg##rd.live.dir=}" != "\${arg}" ]; then
|
||||||
livedir=\${arg##rd.live.dir=}
|
livedir=\${arg##rd.live.dir=}
|
||||||
continue
|
return
|
||||||
fi
|
fi
|
||||||
if [ "\${arg##live_dir=}" != "\${arg}" ]; then
|
if [ "\${arg##live_dir=}" != "\${arg}" ]; then
|
||||||
livedir=\${arg##live_dir=}
|
livedir=\${arg##live_dir=}
|
||||||
|
return
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
@@ -159,6 +141,7 @@ findPersistentHome() {
|
|||||||
for arg in \`cat /proc/cmdline\` ; do
|
for arg in \`cat /proc/cmdline\` ; do
|
||||||
if [ "\${arg##persistenthome=}" != "\${arg}" ]; then
|
if [ "\${arg##persistenthome=}" != "\${arg}" ]; then
|
||||||
homedev=\${arg##persistenthome=}
|
homedev=\${arg##persistenthome=}
|
||||||
|
return
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
@@ -178,7 +161,7 @@ if [ -n "\$configdone" ]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# add liveuser user with no passwd
|
# add fedora user with no passwd
|
||||||
action "Adding live user" useradd \$USERADDARGS -c "Live System User" liveuser
|
action "Adding live user" useradd \$USERADDARGS -c "Live System User" liveuser
|
||||||
passwd -d liveuser > /dev/null
|
passwd -d liveuser > /dev/null
|
||||||
usermod -aG wheel liveuser > /dev/null
|
usermod -aG wheel liveuser > /dev/null
|
||||||
@@ -211,21 +194,12 @@ 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)
|
|
||||||
sed -i 's/rtcsync//' /etc/chrony.conf
|
|
||||||
|
|
||||||
# Mark things as configured
|
# Mark things as configured
|
||||||
touch /.liveimg-configured
|
touch /.liveimg-configured
|
||||||
|
|
||||||
# add static hostname to work around xauth bug
|
# add static hostname to work around xauth bug
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
|
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
|
||||||
# the hostname must be something else than 'localhost'
|
echo "localhost" > /etc/hostname
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1370222
|
|
||||||
hostnamectl set-hostname "localhost-live"
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
@@ -301,11 +275,12 @@ systemctl enable tmp.mount
|
|||||||
# 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
|
||||||
rm -f /var/lib/rpm/__db*
|
rm -f /var/lib/rpm/__db*
|
||||||
releasever=$(rpm --eval '%{fedora}')
|
releasever=$(rpm -q --qf '%{version}\n' --whatprovides system-release)
|
||||||
basearch=$(uname -i)
|
basearch=$(uname -i)
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||||
echo "Packages within this LiveCD"
|
echo "Packages within this LiveCD"
|
||||||
@@ -316,30 +291,14 @@ 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
|
||||||
|
|
||||||
echo 'File created by kickstart. See systemd-update-done.service(8).' \
|
|
||||||
| 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*
|
|
||||||
|
|
||||||
# Disable network service here, as doing it in the services line
|
|
||||||
# fails due to RHBZ #1369794
|
|
||||||
/sbin/chkconfig network off
|
|
||||||
|
|
||||||
# Remove machine-id on pre generated images
|
|
||||||
rm -f /etc/machine-id
|
|
||||||
touch /etc/machine-id
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|
||||||
@@ -348,19 +307,7 @@ cp $INSTALL_ROOT/usr/share/licenses/*-release/* $LIVE_ROOT/
|
|||||||
|
|
||||||
# only works on x86, x86_64
|
# only works on x86, x86_64
|
||||||
if [ "$(uname -i)" = "i386" -o "$(uname -i)" = "x86_64" ]; then
|
if [ "$(uname -i)" = "i386" -o "$(uname -i)" = "x86_64" ]; then
|
||||||
# For livecd-creator builds
|
if [ ! -d $LIVE_ROOT/LiveOS ]; then mkdir -p $LIVE_ROOT/LiveOS ; fi
|
||||||
if [ ! -d $LIVE_ROOT/LiveOS ]; then mkdir -p $LIVE_ROOT/LiveOS ; fi
|
cp /usr/bin/livecd-iso-to-disk $LIVE_ROOT/LiveOS
|
||||||
cp /usr/bin/livecd-iso-to-disk $LIVE_ROOT/LiveOS
|
|
||||||
|
|
||||||
# For lorax/livemedia-creator builds
|
|
||||||
sed -i '
|
|
||||||
/## make boot.iso/ i\
|
|
||||||
# Add livecd-iso-to-disk script to .iso filesystem at /LiveOS/\
|
|
||||||
<% f = "usr/bin/livecd-iso-to-disk" %>\
|
|
||||||
%if exists(f):\
|
|
||||||
install ${f} ${LIVEDIR}/${f|basename}\
|
|
||||||
%endif\
|
|
||||||
' /usr/share/lorax/templates.d/99-generic/live/x86.tmpl
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,53 +0,0 @@
|
|||||||
# fedora-live-cinnamon.ks
|
|
||||||
#
|
|
||||||
# Description:
|
|
||||||
# - Fedora Live Spin with the Cinnamon Desktop Environment
|
|
||||||
#
|
|
||||||
# Maintainer(s):
|
|
||||||
# - Dan Book <grinnz@grinnz.com>
|
|
||||||
|
|
||||||
%include fedora-live-base.ks
|
|
||||||
%include fedora-cinnamon-common.ks
|
|
||||||
|
|
||||||
part / --size=8192
|
|
||||||
|
|
||||||
%post
|
|
||||||
# cinnamon configuration
|
|
||||||
|
|
||||||
# create /etc/sysconfig/desktop (needed for installation)
|
|
||||||
|
|
||||||
cat > /etc/sysconfig/desktop <<EOF
|
|
||||||
PREFERRED=/usr/bin/cinnamon-session
|
|
||||||
DISPLAYMANAGER=/usr/sbin/lightdm
|
|
||||||
EOF
|
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
|
||||||
|
|
||||||
# set up lightdm autologin
|
|
||||||
sed -i 's/^#autologin-user=.*/autologin-user=liveuser/' /etc/lightdm/lightdm.conf
|
|
||||||
sed -i 's/^#autologin-user-timeout=.*/autologin-user-timeout=0/' /etc/lightdm/lightdm.conf
|
|
||||||
#sed -i 's/^#show-language-selector=.*/show-language-selector=true/' /etc/lightdm/lightdm-gtk-greeter.conf
|
|
||||||
|
|
||||||
# set Cinnamon as default session, otherwise login will fail
|
|
||||||
sed -i 's/^#user-session=.*/user-session=cinnamon/' /etc/lightdm/lightdm.conf
|
|
||||||
|
|
||||||
# no updater applet in live environment
|
|
||||||
rm -f /etc/xdg/autostart/org.mageia.dnfdragora-updater.desktop
|
|
||||||
|
|
||||||
# Show harddisk install on the desktop
|
|
||||||
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
|
||||||
mkdir /home/liveuser/Desktop
|
|
||||||
cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop
|
|
||||||
|
|
||||||
# and mark it as executable
|
|
||||||
chmod +x /home/liveuser/Desktop/liveinst.desktop
|
|
||||||
|
|
||||||
# this goes at the end after all other changes.
|
|
||||||
chown -R liveuser:liveuser /home/liveuser
|
|
||||||
restorecon -R /home/liveuser
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,55 +1,87 @@
|
|||||||
# fedora-design-suite.ks
|
# fedora-design-suite.ks
|
||||||
# Based on Live Workstation
|
# Based on Live Desktop
|
||||||
# Description:
|
# Description:
|
||||||
# - A collection of applications targeted towards professional visual designers
|
# - A Spin targeted towards professional designers
|
||||||
# Website: http://fedoraproject.org/wiki/Design_Suite
|
# Website: http://fedoraproject.org/wiki/Design_Suite
|
||||||
# Maintainer:
|
# Maintainers:
|
||||||
# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
|
# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
|
||||||
# - Credit to Sebastian Dziallas for initiating the project
|
# - Previous maintainer Sebastian Dziallas
|
||||||
|
|
||||||
%include fedora-live-workstation.ks
|
%include fedora-live-desktop.ks
|
||||||
|
|
||||||
# Size partition
|
#DVD size partition
|
||||||
part / --size 14336
|
part / --size 8192
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
# Switch to groups for design suite
|
|
||||||
@design-suite
|
|
||||||
|
|
||||||
# Provides backup application
|
# graphics
|
||||||
deja-dup
|
blender
|
||||||
deja-dup-nautilus
|
bluefish
|
||||||
|
#cinepaint
|
||||||
|
cmyktool
|
||||||
|
darktable
|
||||||
|
dia
|
||||||
|
entangle
|
||||||
|
fontforge
|
||||||
|
font-manager
|
||||||
|
gimp
|
||||||
|
gimp-*-plugin
|
||||||
|
gimp-data-extras
|
||||||
|
gimp-gap
|
||||||
|
gimp-paint-studio
|
||||||
|
gimp-high-pass-filter
|
||||||
|
gimp-normalmap
|
||||||
|
gimp-resynthesizer
|
||||||
|
gimp-separate+
|
||||||
|
gpick
|
||||||
|
GREYCstoration-gimp
|
||||||
|
hugin
|
||||||
|
mypaint
|
||||||
|
inkscape
|
||||||
|
nautilus-image-converter
|
||||||
|
optipng
|
||||||
|
phatch
|
||||||
|
screenruler
|
||||||
|
simple-scan
|
||||||
|
scribus
|
||||||
|
colord-extra-profiles
|
||||||
|
synfigstudio
|
||||||
|
xournal
|
||||||
|
|
||||||
# Add extra gnome applications
|
# office
|
||||||
gnome-books
|
vym
|
||||||
gnome-calendar
|
pdfshuffler
|
||||||
gnome-photos
|
|
||||||
gnome-shell-extension-pomodoro
|
|
||||||
gnome-todo
|
|
||||||
|
|
||||||
# Add cosmetic for gnome-terminal
|
# internet
|
||||||
powerline
|
filezilla
|
||||||
powerline-fonts
|
|
||||||
|
|
||||||
# Extra wallpapers
|
# audio & video
|
||||||
f31-backgrounds-extras-gnome
|
audacity
|
||||||
|
pitivi
|
||||||
|
|
||||||
# removal of unneeded applications
|
# fonts
|
||||||
|
aajohan-comfortaa-fonts
|
||||||
|
adobe-source-sans-pro-fonts
|
||||||
|
campivisivi-titillium-fonts
|
||||||
|
lato-fonts
|
||||||
|
overpass-fonts
|
||||||
|
|
||||||
|
# removal of duplicated and unneeded applications
|
||||||
-gnome-boxes
|
-gnome-boxes
|
||||||
|
-gthumb
|
||||||
-eog
|
-eog
|
||||||
|
-gnome-photos
|
||||||
-rdesktop
|
-rdesktop
|
||||||
|
|
||||||
# temporarily removing conflicting application
|
|
||||||
-mypaint
|
|
||||||
-sparkleshare
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
#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', 'shotwell.desktop', 'gimp.desktop', 'darktable.desktop','krita.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'pitivi.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']
|
favorite-apps=['firefox.desktop', 'evolution.desktop', 'shotwell.desktop', 'gimp.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']
|
||||||
|
#Enable categories in Gnome Shell
|
||||||
|
app-folder-categories=['Utilities', 'Games', 'Sundry', 'Office', 'Network', 'Internet', 'Graphics', 'Multimedia', 'System', 'Development', 'Accessories', 'System Settings', 'wine-wine', 'Crossover', 'Crossover Games', 'Science', 'Education', 'Universal Access', 'Other']
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
# Add link to lists of tutorials
|
# Add link to lists of tutorials
|
||||||
@@ -58,40 +90,17 @@ cat >> /usr/share/applications/list-design-tutorials.desktop << FOE
|
|||||||
Name=List of design tutorials
|
Name=List of design tutorials
|
||||||
GenericName=List of Tutorials for Designers
|
GenericName=List of Tutorials for Designers
|
||||||
Comment=Reference of Design Related Tutorials
|
Comment=Reference of Design Related Tutorials
|
||||||
Exec=xdg-open https://fedoraproject.org/wiki/Design_Suite/Tutorials
|
Exec=xdg-open http://fedoraproject.org/wiki/Design_Suite/Tutorials
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=applications-graphics
|
Icon=applications-graphics
|
||||||
Categories=Graphics;Documentation;
|
Categories=Graphics;Documentation;
|
||||||
FOE
|
FOE
|
||||||
chmod a+x /usr/share/applications/list-design-tutorials.desktop
|
chmod a+x /usr/share/applications/list-design-tutorials.desktop
|
||||||
|
|
||||||
# Add information about Fedora Design Suite
|
|
||||||
cat >> /usr/share/applications/fedora-design-suite.desktop << FOE
|
|
||||||
[Desktop Entry]
|
|
||||||
Name=Design Suite Info
|
|
||||||
GenericName=About Design Suite
|
|
||||||
Comment=Wiki page of Design Suite
|
|
||||||
Exec=xdg-open https://fedoraproject.org/wiki/Design_Suite
|
|
||||||
Type=Application
|
|
||||||
Icon=applications-internet
|
|
||||||
Categories=Documentation;
|
|
||||||
FOE
|
|
||||||
chmod a+x /usr/share/applications/fedora-design-suite.desktop
|
|
||||||
|
|
||||||
# Add information about Fedora Design Team
|
|
||||||
cat >> /usr/share/applications/fedora-design-team.desktop << FOE
|
|
||||||
[Desktop Entry]
|
|
||||||
Name=Design Team Info
|
|
||||||
GenericName=About Design Team
|
|
||||||
Comment=Wiki page of Design Team
|
|
||||||
Exec=xdg-open https://fedoraproject.org/wiki/Design
|
|
||||||
Type=Application
|
|
||||||
Icon=applications-internet
|
|
||||||
Categories=Documentation;
|
|
||||||
FOE
|
|
||||||
chmod a+x /usr/share/applications/fedora-design-team.desktop
|
|
||||||
|
|
||||||
# rebuild schema cache with any overrides we installed
|
# rebuild schema cache with any overrides we installed
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||||
|
|
||||||
|
#EOF
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
65
fedora-live-desktop.ks
Normal file
65
fedora-live-desktop.ks
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
# Maintained by the Fedora Desktop SIG:
|
||||||
|
# http://fedoraproject.org/wiki/SIGs/Desktop
|
||||||
|
# mailto:desktop@lists.fedoraproject.org
|
||||||
|
|
||||||
|
%include fedora-live-base.ks
|
||||||
|
%include fedora-desktop-packages.ks
|
||||||
|
|
||||||
|
part / --size 4096
|
||||||
|
|
||||||
|
%post
|
||||||
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||||
|
|
||||||
|
|
||||||
|
# disable updates plugin
|
||||||
|
cat >> /usr/share/glib-2.0/schemas/org.gnome.software.gschema.override << FOE
|
||||||
|
[org.gnome.software]
|
||||||
|
download-updates=false
|
||||||
|
FOE
|
||||||
|
|
||||||
|
# don't run gnome-initial-setup
|
||||||
|
mkdir ~liveuser/.config
|
||||||
|
touch ~liveuser/.config/gnome-initial-setup-done
|
||||||
|
|
||||||
|
# make the installer show up
|
||||||
|
if [ -f /usr/share/applications/liveinst.desktop ]; then
|
||||||
|
# Show harddisk install in shell dash
|
||||||
|
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop ""
|
||||||
|
# need to move it to anaconda.desktop to make shell happy
|
||||||
|
mv /usr/share/applications/liveinst.desktop /usr/share/applications/anaconda.desktop
|
||||||
|
|
||||||
|
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
|
||||||
|
[org.gnome.shell]
|
||||||
|
favorite-apps=['firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'libreoffice-writer.desktop', 'nautilus.desktop', 'gnome-documents.desktop', 'anaconda.desktop']
|
||||||
|
FOE
|
||||||
|
|
||||||
|
# Make the welcome screen show up
|
||||||
|
if [ -f /usr/share/anaconda/gnome/fedora-welcome.desktop ]; then
|
||||||
|
mkdir -p ~liveuser/.config/autostart
|
||||||
|
cp /usr/share/anaconda/gnome/fedora-welcome.desktop /usr/share/applications/
|
||||||
|
cp /usr/share/anaconda/gnome/fedora-welcome.desktop ~liveuser/.config/autostart/
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# rebuild schema cache with any overrides we installed
|
||||||
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||||
|
|
||||||
|
# set up auto-login
|
||||||
|
cat > /etc/gdm/custom.conf << FOE
|
||||||
|
[daemon]
|
||||||
|
AutomaticLoginEnable=True
|
||||||
|
AutomaticLogin=liveuser
|
||||||
|
FOE
|
||||||
|
|
||||||
|
# Turn off PackageKit-command-not-found while uninstalled
|
||||||
|
if [ -f /etc/PackageKit/CommandNotFound.conf ]; then
|
||||||
|
sed -i -e 's/^SoftwareSourceSearch=true/SoftwareSourceSearch=false/' /etc/PackageKit/CommandNotFound.conf
|
||||||
|
fi
|
||||||
|
|
||||||
|
# make sure to set the right permissions and selinux contexts
|
||||||
|
chown -R liveuser:liveuser /home/liveuser/
|
||||||
|
restorecon -R /home/liveuser/
|
||||||
|
|
||||||
|
EOF
|
||||||
|
|
||||||
|
%end
|
||||||
@@ -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
|
||||||
@@ -40,7 +40,6 @@ jack-audio-connection-kit
|
|||||||
jack-audio-connection-kit-dbus
|
jack-audio-connection-kit-dbus
|
||||||
qjackctl
|
qjackctl
|
||||||
jackctlmmc
|
jackctlmmc
|
||||||
ffado
|
|
||||||
|
|
||||||
#pulse
|
#pulse
|
||||||
pulseaudio-module-jack
|
pulseaudio-module-jack
|
||||||
@@ -77,7 +76,7 @@ sooperlooper
|
|||||||
|
|
||||||
#recodring and DAW
|
#recodring and DAW
|
||||||
audacity
|
audacity
|
||||||
ardour5
|
ardour3
|
||||||
rosegarden4
|
rosegarden4
|
||||||
seq24
|
seq24
|
||||||
muse
|
muse
|
||||||
@@ -101,12 +100,14 @@ ladspa-cmt-plugins
|
|||||||
ladspa-fil-plugins
|
ladspa-fil-plugins
|
||||||
ladspa-mcp-plugins
|
ladspa-mcp-plugins
|
||||||
ladspa-rev-plugins
|
ladspa-rev-plugins
|
||||||
|
ladspa-swh-plugins
|
||||||
ladspa-tap-plugins
|
ladspa-tap-plugins
|
||||||
ladspa-vco-plugins
|
ladspa-vco-plugins
|
||||||
|
|
||||||
#lv2 plugins
|
#lv2 plugins
|
||||||
lv2
|
lv2
|
||||||
lv2-avw-plugins
|
lv2-avw-plugins
|
||||||
|
lv2-fil-plugins
|
||||||
lv2-invada-plugins
|
lv2-invada-plugins
|
||||||
lv2-kn0ck0ut
|
lv2-kn0ck0ut
|
||||||
lv2-ll-plugins
|
lv2-ll-plugins
|
||||||
@@ -166,6 +167,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
|
||||||
@@ -195,12 +199,12 @@ thunderbird
|
|||||||
%post
|
%post
|
||||||
|
|
||||||
#setup kickoff favorites
|
#setup kickoff favorites
|
||||||
/bin/mkdir -p /etc/skel/.config
|
/bin/mkdir -p /etc/skel/.kde/share/config
|
||||||
|
|
||||||
JAMFAVORITES=/usr/share/applications/firefox.desktop,/usr/share/applications/qjackctl.desktop,/usr/share/applications/qtractor.desktop,/usr/share/applications/frescobaldi.desktop,/usr/share/applications/org.kde.konsole.desktop,/usr/share/applications/kde4/dolphin.desktop,/usr/share/applications/systemsettings.desktop,/usr/share/applications/pavucontrol.desktop,/usr/share/applications/kde4/kfmclient_html.desktop,/usr/share/applications/kde4/Kontact.desktop,/usr/share/applications/kde4/ktp-contactlist.desktop
|
JAMFAVORITES=/usr/share/applications/firefox.desktop,/usr/share/applications/qjackctl.desktop,/usr/share/applications/qtractor.desktop,/usr/share/applications/frescobaldi.desktop,/usr/share/applications/kde4/konsole.desktop,/usr/share/applications/kde4/dolphin.desktop,/usr/share/applications/kde4/systemsettings.desktop
|
||||||
JAMFAVORITESLIVE=/usr/share/applications/liveinst.desktop,$JAMFAVORITES
|
JAMFAVORITESLIVE=/usr/share/applications/liveinst.desktop,$JAMFAVORITES
|
||||||
|
|
||||||
cat <<EOF >> /etc/skel/.config/kickoffrc
|
cat <<EOF >> /etc/skel/.kde/share/config/kickoffrc
|
||||||
[Favorites]
|
[Favorites]
|
||||||
FavoriteURLs=$JAMFAVORITES
|
FavoriteURLs=$JAMFAVORITES
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
@@ -3,50 +3,75 @@
|
|||||||
# mailto:kde@lists.fedoraproject.org
|
# mailto:kde@lists.fedoraproject.org
|
||||||
|
|
||||||
%include fedora-live-base.ks
|
%include fedora-live-base.ks
|
||||||
%include fedora-kde-common.ks
|
%include fedora-kde-packages.ks
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
# set default GTK+ theme for root (see #683855, #689070, #808062)
|
# create /etc/sysconfig/desktop (needed for installation)
|
||||||
|
cat > /etc/sysconfig/desktop <<EOF
|
||||||
|
DESKTOP="KDE"
|
||||||
|
DISPLAYMANAGER="KDE"
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# make oxygen-gtk the default GTK+ theme for root (see #683855, #689070, #808062)
|
||||||
cat > /root/.gtkrc-2.0 << EOF
|
cat > /root/.gtkrc-2.0 << EOF
|
||||||
include "/usr/share/themes/Adwaita/gtk-2.0/gtkrc"
|
include "/usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc"
|
||||||
include "/etc/gtk-2.0/gtkrc"
|
include "/etc/gtk-2.0/gtkrc"
|
||||||
gtk-theme-name="Adwaita"
|
gtk-theme-name="oxygen-gtk"
|
||||||
EOF
|
EOF
|
||||||
mkdir -p /root/.config/gtk-3.0
|
mkdir -p /root/.config/gtk-3.0
|
||||||
cat > /root/.config/gtk-3.0/settings.ini << EOF
|
cat > /root/.config/gtk-3.0/settings.ini << EOF
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name = Adwaita
|
gtk-theme-name = oxygen-gtk
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# add initscript
|
# add initscript
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
cat >> /etc/rc.d/init.d/livesys << 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 liveuser use KDE
|
||||||
|
echo "startkde" > /home/liveuser/.xsession
|
||||||
|
chmod a+x /home/liveuser/.xsession
|
||||||
|
chown liveuser:liveuser /home/liveuser/.xsession
|
||||||
|
|
||||||
# set up autologin for user liveuser
|
# set up autologin for user liveuser
|
||||||
if [ -f /etc/sddm.conf ]; then
|
if [ -f /etc/sddm.conf ]; then
|
||||||
sed -i 's/^#User=.*/User=liveuser/' /etc/sddm.conf
|
sed -i 's/^#User=.*/User=liveuser/' /etc/sddm.conf
|
||||||
sed -i 's/^#Session=.*/Session=plasma.desktop/' /etc/sddm.conf
|
sed -i 's/^#Session=.*/Session=kde-plasma.desktop/' /etc/sddm.conf
|
||||||
else
|
else
|
||||||
cat > /etc/sddm.conf << SDDM_EOF
|
cat > /etc/sddm.conf << SDDM_EOF
|
||||||
[Autologin]
|
[Autologin]
|
||||||
User=liveuser
|
User=liveuser
|
||||||
Session=plasma.desktop
|
Session=kde-plasma.desktop
|
||||||
SDDM_EOF
|
SDDM_EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# add liveinst.desktop to favorites menu
|
# add liveinst.desktop to favorites menu
|
||||||
mkdir -p /home/liveuser/.config/
|
mkdir -p /home/liveuser/.kde/share/config/
|
||||||
cat > /home/liveuser/.config/kickoffrc << MENU_EOF
|
cat > /home/liveuser/.kde/share/config/kickoffrc << MENU_EOF
|
||||||
[Favorites]
|
[Favorites]
|
||||||
FavoriteURLs=/usr/share/applications/firefox.desktop,/usr/share/applications/org.kde.dolphin.desktop,/usr/share/applications/systemsettings.desktop,/usr/share/applications/org.kde.konsole.desktop,/usr/share/applications/liveinst.desktop
|
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
|
MENU_EOF
|
||||||
|
|
||||||
# show liveinst.desktop on desktop and in menu
|
# show liveinst.desktop on desktop and in menu
|
||||||
sed -i 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
sed -i 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
||||||
# set executable bit disable KDE security warning
|
|
||||||
|
# chmod +x ~/Desktop/liveinst.desktop to disable KDE's security warning
|
||||||
chmod +x /usr/share/applications/liveinst.desktop
|
chmod +x /usr/share/applications/liveinst.desktop
|
||||||
mkdir /home/liveuser/Desktop
|
|
||||||
cp -a /usr/share/applications/liveinst.desktop /home/liveuser/Desktop/
|
# copy over the icons for liveinst to hicolor
|
||||||
|
cp /usr/share/icons/gnome/16x16/apps/system-software-install.png /usr/share/icons/hicolor/16x16/apps/
|
||||||
|
cp /usr/share/icons/gnome/22x22/apps/system-software-install.png /usr/share/icons/hicolor/22x22/apps/
|
||||||
|
cp /usr/share/icons/gnome/24x24/apps/system-software-install.png /usr/share/icons/hicolor/24x24/apps/
|
||||||
|
cp /usr/share/icons/gnome/32x32/apps/system-software-install.png /usr/share/icons/hicolor/32x32/apps/
|
||||||
|
cp /usr/share/icons/gnome/48x48/apps/system-software-install.png /usr/share/icons/hicolor/48x48/apps/
|
||||||
|
cp /usr/share/icons/gnome/256x256/apps/system-software-install.png /usr/share/icons/hicolor/256x256/apps/
|
||||||
|
touch /usr/share/icons/hicolor/
|
||||||
|
|
||||||
# Set akonadi backend
|
# Set akonadi backend
|
||||||
mkdir -p /home/liveuser/.config/akonadi
|
mkdir -p /home/liveuser/.config/akonadi
|
||||||
@@ -55,12 +80,23 @@ cat > /home/liveuser/.config/akonadi/akonadiserverrc << AKONADI_EOF
|
|||||||
Driver=QSQLITE3
|
Driver=QSQLITE3
|
||||||
AKONADI_EOF
|
AKONADI_EOF
|
||||||
|
|
||||||
# Disable plasma-pk-updates (bz #1436873 and 1206760)
|
# Disable the update notifications of apper
|
||||||
echo "Removing plasma-pk-updates package."
|
cat > /home/liveuser/.kde/share/config/apper << APPER_EOF
|
||||||
rpm -e plasma-pk-updates
|
[CheckUpdate]
|
||||||
|
autoUpdate=0
|
||||||
|
distroUpgrade=0
|
||||||
|
interval=0
|
||||||
|
APPER_EOF
|
||||||
|
|
||||||
|
# Disable some kded modules
|
||||||
|
# apperd: http://bugzilla.redhat.com/948099
|
||||||
|
cat > /home/liveuser/.kde/share/config/kdedrc << KDEDRC_EOF
|
||||||
|
[Module-apperd]
|
||||||
|
autoload=false
|
||||||
|
KDEDRC_EOF
|
||||||
|
|
||||||
# Disable baloo
|
# Disable baloo
|
||||||
cat > /home/liveuser/.config/baloofilerc << BALOO_EOF
|
cat > /home/liveuser/.kde/share/config/baloofilerc << BALOO_EOF
|
||||||
[Basic Settings]
|
[Basic Settings]
|
||||||
Indexing-Enabled=false
|
Indexing-Enabled=false
|
||||||
BALOO_EOF
|
BALOO_EOF
|
||||||
@@ -71,16 +107,24 @@ cat > /home/liveuser/.kde/share/config/kres-migratorrc << KRES_EOF
|
|||||||
Enabled=false
|
Enabled=false
|
||||||
KRES_EOF
|
KRES_EOF
|
||||||
|
|
||||||
# Disable kwallet migrator
|
# Disable nepomuk
|
||||||
cat > /home/liveuser/.config/kwalletrc << KWALLET_EOL
|
cat > /home/liveuser/.kde/share/config/nepomukserverrc << NEPOMUK_EOF
|
||||||
[Migration]
|
[Basic Settings]
|
||||||
alreadyMigrated=true
|
Start Nepomuk=false
|
||||||
KWALLET_EOL
|
|
||||||
|
[Service-nepomukfileindexer]
|
||||||
|
autostart=false
|
||||||
|
NEPOMUK_EOF
|
||||||
|
|
||||||
# make sure to set the right permissions and selinux contexts
|
# make sure to set the right permissions and selinux contexts
|
||||||
chown -R liveuser:liveuser /home/liveuser/
|
chown -R liveuser:liveuser /home/liveuser/
|
||||||
restorecon -R /home/liveuser/
|
restorecon -R /home/liveuser/
|
||||||
|
|
||||||
|
# small hack to enable plasma-netbook workspace on boot
|
||||||
|
if strstr "\`cat /proc/cmdline\`" netbook ; then
|
||||||
|
mv /usr/share/autostart/plasma-desktop.desktop /usr/share/autostart/plasma-netbook.desktop
|
||||||
|
sed -i 's/desktop/netbook/g' /usr/share/autostart/plasma-netbook.desktop
|
||||||
|
fi
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
# fedora-livecd-kde.ks
|
# fedora-live-kde.ks
|
||||||
#
|
#
|
||||||
# Description:
|
# Description:
|
||||||
# - Fedora Live Spin with the K Desktop Environment (KDE), default 1.4 GB version
|
# - Fedora Live Spin with the K Desktop Environment (KDE), 2 GiB version
|
||||||
|
# see fedora-livecd-kde.ks for the default 1.4 GiB version
|
||||||
#
|
#
|
||||||
# Maintainer(s):
|
# Maintainer(s):
|
||||||
# - Sebastian Vahl <fedora@deadbabylon.de>
|
# - Sebastian Vahl <fedora@deadbabylon.de>
|
||||||
@@ -9,10 +10,39 @@
|
|||||||
|
|
||||||
%include fedora-live-kde-base.ks
|
%include fedora-live-kde-base.ks
|
||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
%include fedora-kde-minimization.ks
|
|
||||||
|
|
||||||
# DVD payload
|
# DVD payload
|
||||||
part / --size=6500
|
part / --size=8192
|
||||||
|
|
||||||
|
|
||||||
|
%packages
|
||||||
|
# ship KDE wallpapers instead of GNOME ones
|
||||||
|
-desktop-backgrounds-basic
|
||||||
|
kde-wallpapers
|
||||||
|
|
||||||
|
# Additional packages that are not default in kde-desktop but useful
|
||||||
|
k3b # ~15 megs
|
||||||
|
#kdeartwork # only include some parts of kdeartwork
|
||||||
|
fuse
|
||||||
|
liveusb-creator
|
||||||
|
#pavucontrol # pavucontrol has duplicate functionality with kmix
|
||||||
|
krusader # file manager, more power-user-oriented than Dolphin (~4 megs)
|
||||||
|
|
||||||
|
# kdeedu apps
|
||||||
|
@kde-education
|
||||||
|
|
||||||
|
# Cantor backends
|
||||||
|
cantor-R # Cantor R backend, built against R-core at compile time
|
||||||
|
maxima # runtime dependency of the Cantor Maxima backend
|
||||||
|
octave # runtime dependency of the Cantor Octave backend
|
||||||
|
|
||||||
|
# KDE 4 translations
|
||||||
|
kde-l10n-*
|
||||||
|
calligra-l10n-*
|
||||||
|
|
||||||
|
## avoid serious bugs by omitting broken stuff
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,51 +0,0 @@
|
|||||||
# fedora-live-lxqt.ks
|
|
||||||
#
|
|
||||||
# Description:
|
|
||||||
# – Fedora Live Spin with the LXQt desktop environment
|
|
||||||
#
|
|
||||||
# Maintainer(s):
|
|
||||||
# – Christian Dersch <lupinix@fedoraproject.org>
|
|
||||||
#
|
|
||||||
|
|
||||||
%include fedora-live-base.ks
|
|
||||||
%include fedora-live-minimization.ks
|
|
||||||
%include fedora-lxqt-common.ks
|
|
||||||
|
|
||||||
%post
|
|
||||||
# add initscript
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
|
||||||
|
|
||||||
# set up autologin for user liveuser
|
|
||||||
if [ -f /etc/sddm.conf ]; then
|
|
||||||
sed -i 's/^#User=.*/User=liveuser/' /etc/sddm.conf
|
|
||||||
sed -i 's/^#Session=.*/Session=lxqt.desktop/' /etc/sddm.conf
|
|
||||||
else
|
|
||||||
cat > /etc/sddm.conf << SDDM_EOF
|
|
||||||
[Autologin]
|
|
||||||
User=liveuser
|
|
||||||
Session=lxqt.desktop
|
|
||||||
SDDM_EOF
|
|
||||||
fi
|
|
||||||
|
|
||||||
# show liveinst.desktop on desktop and in menu
|
|
||||||
sed -i 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
|
||||||
mkdir /home/liveuser/Desktop
|
|
||||||
cp -a /usr/share/applications/liveinst.desktop /home/liveuser/Desktop/
|
|
||||||
|
|
||||||
# set up preferred apps
|
|
||||||
cat > /etc/xdg/libfm/pref-apps.conf << FOE
|
|
||||||
[Preferred Applications]
|
|
||||||
WebBrowser=qupzilla.desktop
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# no updater applet in live environment
|
|
||||||
rm -f /etc/xdg/autostart/org.mageia.dnfdragora-updater.desktop
|
|
||||||
|
|
||||||
# make sure to set the right permissions and selinux contexts
|
|
||||||
chown -R liveuser:liveuser /home/liveuser/
|
|
||||||
restorecon -R /home/liveuser/
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
@@ -1,13 +1,11 @@
|
|||||||
# Desktop with customizations to fit in a CD (package removals, etc.)
|
|
||||||
# Maintained by the Fedora Desktop SIG:
|
# Maintained by the Fedora Desktop SIG:
|
||||||
# http://fedoraproject.org/wiki/SIGs/Desktop
|
# http://fedoraproject.org/wiki/SIGs/Desktop
|
||||||
# mailto:desktop@lists.fedoraproject.org
|
# mailto:desktop@lists.fedoraproject.org
|
||||||
|
|
||||||
%include fedora-live-base.ks
|
%include fedora-live-base.ks
|
||||||
%include fedora-mate-common.ks
|
%include fedora-mate-packages.ks
|
||||||
%include fedora-live-minimization.ks
|
|
||||||
|
|
||||||
part / --size 7168
|
part / --size 4096
|
||||||
|
|
||||||
%post
|
%post
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||||
@@ -21,9 +19,6 @@ fi
|
|||||||
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
|
||||||
|
|
||||||
# and mark it as executable
|
|
||||||
chmod +x /home/liveuser/Desktop/liveinst.desktop
|
|
||||||
|
|
||||||
# rebuild schema cache with any overrides we installed
|
# rebuild schema cache with any overrides we installed
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||||
|
|
||||||
@@ -40,9 +35,6 @@ if [ -f /etc/PackageKit/CommandNotFound.conf ]; then
|
|||||||
sed -i -e 's/^SoftwareSourceSearch=true/SoftwareSourceSearch=false/' /etc/PackageKit/CommandNotFound.conf
|
sed -i -e 's/^SoftwareSourceSearch=true/SoftwareSourceSearch=false/' /etc/PackageKit/CommandNotFound.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# no updater applet in live environment
|
|
||||||
rm -f /etc/xdg/autostart/org.mageia.dnfdragora-updater.desktop
|
|
||||||
|
|
||||||
# make sure to set the right permissions and selinux contexts
|
# make sure to set the right permissions and selinux contexts
|
||||||
chown -R liveuser:liveuser /home/liveuser/
|
chown -R liveuser:liveuser /home/liveuser/
|
||||||
restorecon -R /home/liveuser/
|
restorecon -R /home/liveuser/
|
||||||
|
|||||||
@@ -5,8 +5,15 @@
|
|||||||
|
|
||||||
# save some space
|
# save some space
|
||||||
-mpage
|
-mpage
|
||||||
|
-sox
|
||||||
-hplip
|
-hplip
|
||||||
|
-hpijs
|
||||||
|
-numactl
|
||||||
-isdn4k-utils
|
-isdn4k-utils
|
||||||
|
-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
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
# Maintained by the Fedora Python SIG:
|
|
||||||
# http://fedoraproject.org/wiki/SIGs/Python
|
|
||||||
# mailto:python-devel@lists.fedoraproject.org
|
|
||||||
|
|
||||||
# The Workstion based Python Classroom Lab
|
|
||||||
|
|
||||||
%include fedora-live-workstation.ks
|
|
||||||
%include fedora-python-classroom-gnome-common.ks
|
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1695796
|
|
||||||
part / --size 7168
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
# Fedora Scientific with KDE Desktop
|
|
||||||
|
|
||||||
# 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-live-kde-base.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
|
|
||||||
part / --size 14500
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
# fedora-livecd-soas.ks
|
|
||||||
#
|
|
||||||
# Description:
|
|
||||||
# - A Sugar environment that you can carry in your pocket
|
|
||||||
#
|
|
||||||
# Maintainers:
|
|
||||||
# - Peter Robinson <pbrobinson AT gmail DOT com>
|
|
||||||
|
|
||||||
%include fedora-live-base.ks
|
|
||||||
%include fedora-live-minimization.ks
|
|
||||||
%include fedora-soas-common.ks
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
|
||||||
# set up lightdm autologin
|
|
||||||
sed -i 's/^#autologin-user=.*/autologin-user=liveuser/' /etc/lightdm/lightdm.conf
|
|
||||||
sed -i 's/^#autologin-user-timeout=.*/autologin-user-timeout=0/' /etc/lightdm/lightdm.conf
|
|
||||||
#sed -i 's/^#show-language-selector=.*/show-language-selector=true/' /etc/lightdm/lightdm-gtk-greeter.conf
|
|
||||||
|
|
||||||
# set Sugar as default session, otherwise login will fail
|
|
||||||
sed -i 's/^#user-session=.*/user-session=sugar/' /etc/lightdm/lightdm.conf
|
|
||||||
EOF
|
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys-late << EOF
|
|
||||||
|
|
||||||
# disable screensaver locking
|
|
||||||
cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.override << FOE
|
|
||||||
[org.gnome.desktop.screensaver]
|
|
||||||
lock-enabled=false
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# and hide the lock screen option
|
|
||||||
cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.override << FOE
|
|
||||||
[org.gnome.desktop.lockdown]
|
|
||||||
disable-lock-screen=true
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# rebuild schema cache with any overrides we installed
|
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
chmod 755 /etc/rc.d/init.d/livesys-late
|
|
||||||
/sbin/restorecon /etc/rc.d/init.d/livesys-late
|
|
||||||
/sbin/chkconfig --add livesys-late
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -3,50 +3,28 @@
|
|||||||
# mailto:desktop@lists.fedoraproject.org
|
# mailto:desktop@lists.fedoraproject.org
|
||||||
|
|
||||||
%include fedora-live-base.ks
|
%include fedora-live-base.ks
|
||||||
%include fedora-workstation-common.ks
|
%include fedora-workstation-packages.ks
|
||||||
#
|
|
||||||
# Disable this for now as packagekit is causing compose failures
|
|
||||||
# by leaving a gpg-agent around holding /dev/null open.
|
|
||||||
#
|
|
||||||
#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
|
||||||
|
|
||||||
|
|
||||||
# disable gnome-software automatically downloading updates
|
# disable updates plugin
|
||||||
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
|
||||||
|
|
||||||
# suppress anaconda spokes redundant with gnome-initial-setup
|
|
||||||
cat >> /etc/sysconfig/anaconda << FOE
|
|
||||||
[NetworkSpoke]
|
|
||||||
visited=1
|
|
||||||
|
|
||||||
[PasswordSpoke]
|
|
||||||
visited=1
|
|
||||||
|
|
||||||
[UserSpoke]
|
|
||||||
visited=1
|
|
||||||
FOE
|
|
||||||
|
|
||||||
# make the installer show up
|
# make the installer show up
|
||||||
if [ -f /usr/share/applications/liveinst.desktop ]; then
|
if [ -f /usr/share/applications/liveinst.desktop ]; then
|
||||||
# Show harddisk install in shell dash
|
# Show harddisk install in shell dash
|
||||||
|
|||||||
112
fedora-livecd-desktop.ks
Normal file
112
fedora-livecd-desktop.ks
Normal file
@@ -0,0 +1,112 @@
|
|||||||
|
# Desktop with customizations to fit in a CD (package removals, etc.)
|
||||||
|
# Maintained by the Fedora Desktop SIG:
|
||||||
|
# http://fedoraproject.org/wiki/SIGs/Desktop
|
||||||
|
# mailto:desktop@lists.fedoraproject.org
|
||||||
|
|
||||||
|
%include fedora-live-desktop.ks
|
||||||
|
%include fedora-live-minimization.ks
|
||||||
|
|
||||||
|
%packages
|
||||||
|
# reduce the office suite in size
|
||||||
|
-planner
|
||||||
|
-libreoffice-xsltfilter
|
||||||
|
-libreoffice-pyuno
|
||||||
|
-libreoffice-emailmerge
|
||||||
|
-libreoffice-math
|
||||||
|
|
||||||
|
# remove some other applications
|
||||||
|
-gnome-boxes
|
||||||
|
-gnome-dictionary
|
||||||
|
|
||||||
|
# remove input method things we don't need
|
||||||
|
-ibus-typing-booster
|
||||||
|
-imsettings
|
||||||
|
-imsettings-gsettings
|
||||||
|
|
||||||
|
# Drop the Java plugin
|
||||||
|
-icedtea-web
|
||||||
|
-java-1.8.0-openjdk
|
||||||
|
|
||||||
|
# Drop things that pull in perl
|
||||||
|
-linux-atm
|
||||||
|
|
||||||
|
# No printing
|
||||||
|
-foomatic-db-ppds
|
||||||
|
-foomatic
|
||||||
|
|
||||||
|
# we don't want prelink
|
||||||
|
-prelink
|
||||||
|
|
||||||
|
# Dictionaries are big
|
||||||
|
# we're going to try keeping hunspell-* after notting, davidz, and ajax voiced
|
||||||
|
# strong preference to giving it a go on #fedora-desktop.
|
||||||
|
# also see http://bugzilla.gnome.org/681084
|
||||||
|
-aspell-*
|
||||||
|
-man-pages*
|
||||||
|
-words
|
||||||
|
|
||||||
|
# Help and art and fonts can be big, too
|
||||||
|
-evolution-help
|
||||||
|
-desktop-backgrounds-basic
|
||||||
|
-*backgrounds-extras
|
||||||
|
-stix-fonts
|
||||||
|
|
||||||
|
# Legacy and cmdline things we don't want
|
||||||
|
-krb5-auth-dialog
|
||||||
|
-krb5-workstation
|
||||||
|
-pam_krb5
|
||||||
|
-quota
|
||||||
|
-nano
|
||||||
|
-minicom
|
||||||
|
-dos2unix
|
||||||
|
-finger
|
||||||
|
-ftp
|
||||||
|
-jwhois
|
||||||
|
-mtr
|
||||||
|
-pinfo
|
||||||
|
-rsh
|
||||||
|
-telnet
|
||||||
|
-nfs-utils
|
||||||
|
-ypbind
|
||||||
|
-yp-tools
|
||||||
|
-rpcbind
|
||||||
|
-acpid
|
||||||
|
-ntsysv
|
||||||
|
-rmt
|
||||||
|
-talk
|
||||||
|
-lftp
|
||||||
|
-tcpdump
|
||||||
|
-dump
|
||||||
|
|
||||||
|
# Drop some system-config things
|
||||||
|
-system-config-language
|
||||||
|
-system-config-rootpassword
|
||||||
|
-system-config-services
|
||||||
|
-policycoreutils-gui
|
||||||
|
|
||||||
|
# These things are cut purely for space reasons
|
||||||
|
-aisleriot
|
||||||
|
-brasero
|
||||||
|
-brasero-nautilus
|
||||||
|
-bijiben
|
||||||
|
-gnome-system-log
|
||||||
|
-deja-dup
|
||||||
|
-eog
|
||||||
|
-gnu-free-mono-fonts
|
||||||
|
-gnu-free-sans-fonts
|
||||||
|
-gnu-free-serif-fonts
|
||||||
|
-uboot-tools
|
||||||
|
-dtc
|
||||||
|
|
||||||
|
# Without gnu freefonts, the lack of Malayalam coverage is
|
||||||
|
# a problem in anaconda (#977764)
|
||||||
|
lohit-malayalam-fonts
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
|
%post
|
||||||
|
|
||||||
|
# This is a huge file and things work ok without it
|
||||||
|
rm -f /usr/share/icons/HighContrast/icon-theme.cache
|
||||||
|
|
||||||
|
%end
|
||||||
76
fedora-livecd-kde.ks
Normal file
76
fedora-livecd-kde.ks
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
# fedora-livecd-kde.ks
|
||||||
|
#
|
||||||
|
# Description:
|
||||||
|
# - Fedora Live Spin with the K Desktop Environment (KDE), default 1.4 GB version
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Sebastian Vahl <fedora@deadbabylon.de>
|
||||||
|
# - Fedora KDE SIG, http://fedoraproject.org/wiki/SIGs/KDE, kde@lists.fedoraproject.org
|
||||||
|
|
||||||
|
%include fedora-live-kde-base.ks
|
||||||
|
%include fedora-live-minimization.ks
|
||||||
|
|
||||||
|
# DVD payload
|
||||||
|
part / --size=4096
|
||||||
|
|
||||||
|
|
||||||
|
%packages
|
||||||
|
# unwanted packages from @kde-desktop
|
||||||
|
# don't include these for now to fit on a cd
|
||||||
|
-desktop-backgrounds-basic
|
||||||
|
-kdeaccessibility*
|
||||||
|
-kdeartwork-screensavers # screensavers are not needed on live images
|
||||||
|
#-ktorrent # kget has also basic torrent features (~3 megs)
|
||||||
|
-digikam # digikam has duplicate functionality with gwenview (~28 megs)
|
||||||
|
#-amarok # ~23 megs (mysql-embedded etc.)
|
||||||
|
-kipi-plugins # ~8 megs + drags in Marble
|
||||||
|
#-kdeplasma-addons # ~16 megs
|
||||||
|
#-krusader # ~4 megs
|
||||||
|
|
||||||
|
# Additional packages that are not default in kde-* groups, but useful
|
||||||
|
k3b # ~15 megs
|
||||||
|
#kdeartwork # only include some parts of kdeartwork
|
||||||
|
fuse
|
||||||
|
liveusb-creator
|
||||||
|
|
||||||
|
# only include kdegames-minimal
|
||||||
|
-kdegames
|
||||||
|
kdegames-minimal
|
||||||
|
|
||||||
|
### 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-twhk-fonts # traditional Chinese
|
||||||
|
|
||||||
|
-paratype-pt-sans-fonts # Cyrillic (already supported by DejaVu), huge
|
||||||
|
#-stix-fonts # mathematical symbols
|
||||||
|
|
||||||
|
# remove input methods to free space
|
||||||
|
-@input-methods
|
||||||
|
-scim*
|
||||||
|
-m17n*
|
||||||
|
-ibus*
|
||||||
|
-iok
|
||||||
|
|
||||||
|
# save some space (from @standard)
|
||||||
|
-make
|
||||||
|
|
||||||
|
# admin-tools
|
||||||
|
-gnome-disk-utility
|
||||||
|
# kcm_clock still lacks some features, so keep system-config-date around
|
||||||
|
#-system-config-date
|
||||||
|
# prefer kcm_systemd
|
||||||
|
-system-config-services
|
||||||
|
# prefer/use kusers
|
||||||
|
-system-config-users
|
||||||
|
|
||||||
|
## avoid serious bugs by omitting broken stuff
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
|
%post
|
||||||
|
%end
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
%include fedora-live-base.ks
|
%include fedora-live-base.ks
|
||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
%include fedora-lxde-common.ks
|
%include fedora-lxde-packages.ks
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# LXDE and LXDM configuration
|
# LXDE and LXDM configuration
|
||||||
112
fedora-livecd-mate_compiz.ks
Normal file
112
fedora-livecd-mate_compiz.ks
Normal file
@@ -0,0 +1,112 @@
|
|||||||
|
# Desktop with customizations to fit in a CD (package removals, etc.)
|
||||||
|
# Maintained by the Fedora Desktop SIG:
|
||||||
|
# http://fedoraproject.org/wiki/SIGs/Desktop
|
||||||
|
# mailto:desktop@lists.fedoraproject.org
|
||||||
|
|
||||||
|
%include fedora-live-mate_compiz.ks
|
||||||
|
%include fedora-live-minimization.ks
|
||||||
|
|
||||||
|
%packages
|
||||||
|
|
||||||
|
# some apps from mate-applications
|
||||||
|
caja-actions
|
||||||
|
mate-disk-usage-analyzer
|
||||||
|
mate-netspeed
|
||||||
|
|
||||||
|
# system tools
|
||||||
|
system-config-printer
|
||||||
|
system-config-printer-applet
|
||||||
|
|
||||||
|
|
||||||
|
# audio player
|
||||||
|
audacious
|
||||||
|
|
||||||
|
# First, no office
|
||||||
|
-planner
|
||||||
|
|
||||||
|
# Drop things for size
|
||||||
|
-@3d-printing
|
||||||
|
-brasero
|
||||||
|
-bluez
|
||||||
|
-bluez-cups
|
||||||
|
-colord
|
||||||
|
-@dial-up
|
||||||
|
-espeak
|
||||||
|
-fedora-icon-theme
|
||||||
|
-GConf2
|
||||||
|
-gnome-bluetooth-libs
|
||||||
|
-gnome-icon-theme
|
||||||
|
-gnome-icon-theme-symbolic
|
||||||
|
-gnome-software
|
||||||
|
-gnome-themes
|
||||||
|
-gnome-user-docs
|
||||||
|
-gstreamer1-plugins-good
|
||||||
|
-gstreamer1-plugins-bad-free
|
||||||
|
-gstreamer-plugins-good
|
||||||
|
-gstreamer-plugins-bad-free
|
||||||
|
-gstreamer-plugins-espeak
|
||||||
|
-@guest-desktop-agents
|
||||||
|
-@libreoffice
|
||||||
|
-@mate-applications
|
||||||
|
-mate-icon-theme-faenza
|
||||||
|
-NetworkManager-bluetooth
|
||||||
|
-samba-client
|
||||||
|
-ibus-chewing
|
||||||
|
-libical
|
||||||
|
-OpenEXR-libs
|
||||||
|
|
||||||
|
# Drop oversized fonts that aren't needed
|
||||||
|
-gnu-free-mono-fonts
|
||||||
|
-gnu-free-fonts-common
|
||||||
|
-gnu-free-serif-fonts
|
||||||
|
-gnu-free-sans-fonts
|
||||||
|
-stix-fonts
|
||||||
|
|
||||||
|
# Drop the Java plugin
|
||||||
|
-icedtea-web
|
||||||
|
-java-1.8.0-openjdk
|
||||||
|
|
||||||
|
# Drop things that pull in perl
|
||||||
|
-linux-atm
|
||||||
|
|
||||||
|
# Dictionaries are big
|
||||||
|
# we're going to try keeping hunspell-* after notting, davidz, and ajax voiced
|
||||||
|
# strong preference to giving it a go on #fedora-desktop.
|
||||||
|
# also see http://bugzilla.gnome.org/681084
|
||||||
|
-aspell-*
|
||||||
|
-man-pages*
|
||||||
|
-words
|
||||||
|
|
||||||
|
# Help and art can be big, too
|
||||||
|
-gnome-user-docs
|
||||||
|
-evolution-help
|
||||||
|
-desktop-backgrounds-basic
|
||||||
|
-*backgrounds-extras
|
||||||
|
|
||||||
|
# Legacy cmdline things we don't want
|
||||||
|
-krb5-auth-dialog
|
||||||
|
-krb5-workstation
|
||||||
|
-pam_krb5
|
||||||
|
|
||||||
|
-minicom
|
||||||
|
|
||||||
|
-jwhois
|
||||||
|
-mtr
|
||||||
|
-pinfo
|
||||||
|
-rsh
|
||||||
|
-ypbind
|
||||||
|
-yp-tools
|
||||||
|
-ntsysv
|
||||||
|
|
||||||
|
# Drop some system-config things
|
||||||
|
-system-config-rootpassword
|
||||||
|
-system-config-services
|
||||||
|
-policycoreutils-gui
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
|
%post
|
||||||
|
# This is a huge file and things work ok without it
|
||||||
|
rm -f /usr/share/icons/HighContrast/icon-theme.cache
|
||||||
|
|
||||||
|
%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!
|
||||||
@@ -36,7 +37,8 @@ gnome-keyring-pam
|
|||||||
-acpid
|
-acpid
|
||||||
-gimp-help
|
-gimp-help
|
||||||
-desktop-backgrounds-basic
|
-desktop-backgrounds-basic
|
||||||
-PackageKit* # we switched to dnfdragora, so we don't need this
|
-realmd # only seems to be used in GNOME
|
||||||
|
-PackageKit* # we switched to yumex, so we don't need this
|
||||||
-aspell-* # dictionaries are big
|
-aspell-* # dictionaries are big
|
||||||
-gnumeric
|
-gnumeric
|
||||||
-foomatic-db-ppds
|
-foomatic-db-ppds
|
||||||
@@ -73,6 +75,7 @@ gnome-keyring-pam
|
|||||||
-packETH
|
-packETH
|
||||||
-pads
|
-pads
|
||||||
-pdfcrack
|
-pdfcrack
|
||||||
|
-picviz-gui
|
||||||
-proxychains
|
-proxychains
|
||||||
-pyrit
|
-pyrit
|
||||||
-raddump
|
-raddump
|
||||||
@@ -85,13 +88,18 @@ gnome-keyring-pam
|
|||||||
-tcpreplay
|
-tcpreplay
|
||||||
-tripwire
|
-tripwire
|
||||||
-wipe
|
-wipe
|
||||||
-zmap
|
|
||||||
|
# Is not available for OpenVAS-7. No longer supported by upstream.
|
||||||
|
-openvas-client
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%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
|
||||||
@@ -5,103 +5,31 @@
|
|||||||
#
|
#
|
||||||
# Maintainers:
|
# Maintainers:
|
||||||
# - Peter Robinson <pbrobinson AT gmail DOT com>
|
# - Peter Robinson <pbrobinson AT gmail DOT com>
|
||||||
|
# - Sebastian Dziallas <sdz AT fedoraproject DOT org>
|
||||||
|
# - Mel Chua <mchua AT fedoraproject DOT org>
|
||||||
|
|
||||||
|
%include fedora-live-base.ks
|
||||||
|
%include fedora-live-minimization.ks
|
||||||
|
%include fedora-soas-packages.ks
|
||||||
|
|
||||||
firewall --enabled --service=mdns,presence
|
firewall --enabled --service=mdns,presence
|
||||||
|
|
||||||
%packages
|
|
||||||
-@fonts
|
|
||||||
-@dial-up
|
|
||||||
-@multimedia
|
|
||||||
-@printing
|
|
||||||
-foomatic
|
|
||||||
-@gnome-desktop
|
|
||||||
-yp-tools
|
|
||||||
-ypbind
|
|
||||||
-rdate
|
|
||||||
-rdist
|
|
||||||
-icedtea-web
|
|
||||||
-firefox
|
|
||||||
-glx-utils
|
|
||||||
-nmap-ncat
|
|
||||||
-PackageKit
|
|
||||||
-eekboard-libs
|
|
||||||
-open-vm-tools*
|
|
||||||
-gfs2-utils
|
|
||||||
-abrt-cli
|
|
||||||
-ibus*
|
|
||||||
-hyperv-daemons
|
|
||||||
|
|
||||||
# Add some extra fonts
|
|
||||||
dejavu-sans-fonts
|
|
||||||
dejavu-sans-mono-fonts
|
|
||||||
madan-fonts
|
|
||||||
aajohan-comfortaa-fonts
|
|
||||||
sil-abyssinica-fonts
|
|
||||||
vlgothic-fonts
|
|
||||||
|
|
||||||
# == Core Sugar Platform ==
|
|
||||||
@sugar-desktop
|
|
||||||
-sugar-ruler
|
|
||||||
sugar-cp-updater
|
|
||||||
lightdm
|
|
||||||
lightdm-gtk
|
|
||||||
|
|
||||||
# Write breaks unless we do this (we don't need it anyway)
|
|
||||||
# enable for testing in the F17 dev cycle
|
|
||||||
@input-methods
|
|
||||||
|
|
||||||
# Needed for wifi, bluetooth and WWAN connection support
|
|
||||||
@networkmanager-submodules
|
|
||||||
|
|
||||||
# == Platform Components ==
|
|
||||||
# from http://wiki.sugarlabs.org/go/0.94/Platform_Components
|
|
||||||
alsa-plugins-pulseaudio
|
|
||||||
alsa-utils
|
|
||||||
gstreamer1-plugins-base
|
|
||||||
gstreamer1-plugins-good
|
|
||||||
gstreamer1-plugins-bad-free
|
|
||||||
gstreamer-plugins-espeak
|
|
||||||
pulseaudio
|
|
||||||
pulseaudio-utils
|
|
||||||
|
|
||||||
# explicitly remove openbox and hopefully deal with what firstboot wants
|
|
||||||
-openbox
|
|
||||||
|
|
||||||
# remove deps that come from god knows where
|
|
||||||
-sane-backends
|
|
||||||
-sane-backends-drivers-scanners
|
|
||||||
|
|
||||||
# Usefulness for DSL connections as per:
|
|
||||||
# http://bugs.sugarlabs.org/ticket/1951
|
|
||||||
rp-pppoe
|
|
||||||
|
|
||||||
# Useful for SoaS duplication from:
|
|
||||||
# http://bugs.sugarlabs.org/ticket/74
|
|
||||||
livecd-tools
|
|
||||||
|
|
||||||
# Get the Sugar boot screen
|
|
||||||
-plymouth-system-theme
|
|
||||||
-plymouth-theme-charge
|
|
||||||
sugar-logos
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
# Rebuild initrd for Sugar boot screen
|
||||||
|
KERNEL_VERSION=$(rpm -q kernel --qf '%{version}-%{release}.%{arch}\n')
|
||||||
|
/usr/sbin/plymouth-set-default-theme sugar
|
||||||
|
/sbin/dracut -f /boot/initramfs-$KERNEL_VERSION.img $KERNEL_VERSION
|
||||||
|
|
||||||
|
# Note that running rpm recreates the rpm db files which aren't needed or wanted
|
||||||
|
rm -f /var/lib/rpm/__db*
|
||||||
|
|
||||||
# Get proper release naming in the control panel
|
# Get proper release naming in the control panel
|
||||||
cat >> /boot/olpc_build << EOF
|
cat >> /boot/olpc_build << EOF
|
||||||
Sugar on a Stick
|
Sugar on a Stick
|
||||||
EOF
|
EOF
|
||||||
cat /etc/fedora-release >> /boot/olpc_build
|
cat /etc/fedora-release >> /boot/olpc_build
|
||||||
|
|
||||||
# Rebuild initrd for Sugar boot screen
|
|
||||||
KERNEL_VERSION=$(rpm -q kernel --qf '%{version}-%{release}.%{arch}\n')
|
|
||||||
/usr/sbin/plymouth-set-default-theme sugar
|
|
||||||
dracut -N -f /boot/initramfs-$KERNEL_VERSION.img $KERNEL_VERSION
|
|
||||||
|
|
||||||
# Note that running rpm recreates the rpm db files which aren't needed or wanted
|
|
||||||
rm -f /var/lib/rpm/__db*
|
|
||||||
|
|
||||||
# Add our activities to the favorites
|
# Add our activities to the favorites
|
||||||
cat > /usr/share/sugar/data/activities.defaults << EOF
|
cat > /usr/share/sugar/data/activities.defaults << EOF
|
||||||
org.laptop.WebActivity
|
org.laptop.WebActivity
|
||||||
@@ -123,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
|
||||||
@@ -131,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
|
||||||
@@ -162,6 +88,39 @@ show-logout=false
|
|||||||
[org.sugarlabs.power]
|
[org.sugarlabs.power]
|
||||||
automatic=true
|
automatic=true
|
||||||
EOF
|
EOF
|
||||||
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
|
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/sugar.soas.gschema.override
|
||||||
|
|
||||||
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||||
|
# set up lightdm autologin
|
||||||
|
sed -i 's/^#autologin-user=.*/autologin-user=liveuser/' /etc/lightdm/lightdm.conf
|
||||||
|
sed -i 's/^#autologin-user-timeout=.*/autologin-user-timeout=0/' /etc/lightdm/lightdm.conf
|
||||||
|
#sed -i 's/^#show-language-selector=.*/show-language-selector=true/' /etc/lightdm/lightdm-gtk-greeter.conf
|
||||||
|
|
||||||
|
# set Sugar as default session, otherwise login will fail
|
||||||
|
sed -i 's/^#user-session=.*/user-session=sugar/' /etc/lightdm/lightdm.conf
|
||||||
|
EOF
|
||||||
|
|
||||||
|
cat >> /etc/rc.d/init.d/livesys-late << EOF
|
||||||
|
|
||||||
|
# disable screensaver locking
|
||||||
|
cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.override << FOE
|
||||||
|
[org.gnome.desktop.screensaver]
|
||||||
|
lock-enabled=false
|
||||||
|
FOE
|
||||||
|
|
||||||
|
# and hide the lock screen option
|
||||||
|
cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.override << FOE
|
||||||
|
[org.gnome.desktop.lockdown]
|
||||||
|
disable-lock-screen=true
|
||||||
|
FOE
|
||||||
|
|
||||||
|
# rebuild schema cache with any overrides we installed
|
||||||
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||||
|
|
||||||
|
EOF
|
||||||
|
|
||||||
|
chmod 755 /etc/rc.d/init.d/livesys-late
|
||||||
|
/sbin/restorecon /etc/rc.d/init.d/livesys-late
|
||||||
|
/sbin/chkconfig --add livesys-late
|
||||||
|
|
||||||
%end
|
%end
|
||||||
@@ -11,11 +11,14 @@
|
|||||||
|
|
||||||
%include fedora-live-base.ks
|
%include fedora-live-base.ks
|
||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
%include fedora-xfce-common.ks
|
%include fedora-xfce-packages.ks
|
||||||
|
|
||||||
%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)
|
||||||
@@ -60,9 +63,6 @@ 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
|
||||||
|
|
||||||
59
fedora-livedvd-electronic_lab.ks
Normal file
59
fedora-livedvd-electronic_lab.ks
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
# Description : Live DVD image for Fedora/Free Electronic Lab
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Chitlesh Goorah <chitlesh a fedoraproject.org>
|
||||||
|
# - Thibault North <tnorth a fedoraproject.org>
|
||||||
|
|
||||||
|
%include fedora-livecd-desktop.ks
|
||||||
|
|
||||||
|
# DVD payload
|
||||||
|
part / --size 10240
|
||||||
|
|
||||||
|
%packages
|
||||||
|
|
||||||
|
@electronic-lab
|
||||||
|
|
||||||
|
# Support for the Milkymist hardware community
|
||||||
|
@milkymist
|
||||||
|
|
||||||
|
|
||||||
|
# Office
|
||||||
|
dia
|
||||||
|
vym
|
||||||
|
libreoffice-writer
|
||||||
|
libreoffice-calc
|
||||||
|
libreoffice-impress
|
||||||
|
#libreoffice-extendedPDF
|
||||||
|
planner
|
||||||
|
graphviz
|
||||||
|
|
||||||
|
|
||||||
|
# debugging tools
|
||||||
|
make
|
||||||
|
gdb
|
||||||
|
valgrind
|
||||||
|
kdbg
|
||||||
|
wireshark-gnome
|
||||||
|
qemu
|
||||||
|
|
||||||
|
|
||||||
|
# EDA/CAD department
|
||||||
|
perl-Test-Pod
|
||||||
|
perl-Test-Pod-Coverage
|
||||||
|
|
||||||
|
|
||||||
|
# Removing unnecessary packages from the desktop spin
|
||||||
|
-abiword
|
||||||
|
-@games
|
||||||
|
-gimp
|
||||||
|
-gimp-libs
|
||||||
|
-gimp-data-extras
|
||||||
|
-kdebluetooth
|
||||||
|
-kbluetooth
|
||||||
|
-rdesktop
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
|
%post
|
||||||
|
|
||||||
|
%end
|
||||||
@@ -1,21 +1,13 @@
|
|||||||
# fedora-live-games.ks
|
# fedora-livedvd-games.ks
|
||||||
#
|
#
|
||||||
# Maintainer:
|
# Maintainer(s):
|
||||||
# - Darryl T. Agostinelli <dagostinelli@gmail.com>
|
|
||||||
# https://fedoraproject.org/wiki/User:Dagostinelli
|
|
||||||
#
|
|
||||||
# Former Maintainers:
|
|
||||||
# - Bruno Wolff III <bruno@wolff.to>
|
# - Bruno Wolff III <bruno@wolff.to>
|
||||||
# https://fedoraproject.org/wiki/User:Bruno
|
# - Formerly maintained by Rahul Sundaram
|
||||||
#
|
|
||||||
# - Rahul Sundaram <sundaram@fedoraproject.org>
|
|
||||||
# https://fedoraproject.org/wiki/User:Sundaram
|
|
||||||
#
|
|
||||||
|
|
||||||
%include fedora-live-xfce.ks
|
%include fedora-livecd-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
|
||||||
|
|
||||||
@@ -28,9 +20,6 @@ part / --size 14336
|
|||||||
# will likely put the games spin over size and it is freeze time.
|
# will likely put the games spin over size and it is freeze time.
|
||||||
-libreoffice*
|
-libreoffice*
|
||||||
|
|
||||||
# Extra screensavers isn't much help for the games spin
|
|
||||||
-xscreensaver-extras
|
|
||||||
|
|
||||||
# Allow joysticks and game pads to work
|
# Allow joysticks and game pads to work
|
||||||
joystick-support
|
joystick-support
|
||||||
|
|
||||||
@@ -43,44 +32,45 @@ armacycles-ad
|
|||||||
asc
|
asc
|
||||||
asc-music
|
asc-music
|
||||||
astromenace
|
astromenace
|
||||||
# beneath-a-steel-sky-cd scummvm games cut for size
|
beneath-a-steel-sky-cd
|
||||||
boswars
|
boswars
|
||||||
|
btanks
|
||||||
bzflag
|
bzflag
|
||||||
crossfire-client
|
crossfire-client
|
||||||
extremetuxracer
|
extremetuxracer
|
||||||
# flight-of-the-amazon-queen-cd scummvm games cut for size
|
flight-of-the-amazon-queen-cd
|
||||||
freeciv
|
freeciv
|
||||||
freecol
|
freecol
|
||||||
freedoom
|
freedoom
|
||||||
freedroidrpg
|
freedroidrpg
|
||||||
frozen-bubble
|
frozen-bubble
|
||||||
gl-117
|
gl-117
|
||||||
# glob2 - currently broken
|
glob2
|
||||||
lincity-ng
|
lincity-ng
|
||||||
tmw
|
tmw
|
||||||
#maniadrive - currently broken
|
maniadrive
|
||||||
#maniadrive-music - has been retired
|
maniadrive-music
|
||||||
megaglest
|
megaglest
|
||||||
nethack-vultures
|
nethack-vultures
|
||||||
netpanzer
|
netpanzer
|
||||||
neverball
|
#neverball #cut for size
|
||||||
nogravity
|
nogravity
|
||||||
#pinball # Would pull in fluid-soundfont-lite-patches
|
pinball
|
||||||
scorched3d
|
scorched3d
|
||||||
# supertux # Crashing
|
supertux
|
||||||
supertuxkart
|
#supertuxkart #remove for size
|
||||||
ultimatestunts
|
ultimatestunts
|
||||||
warzone2100
|
warzone2100
|
||||||
wesnoth
|
wesnoth
|
||||||
# worminator # Would pull in fluid-soundfont-lite-patches
|
worminator
|
||||||
warmux
|
warmux
|
||||||
xmoto
|
xmoto
|
||||||
|
|
||||||
# traditional (small)
|
# traditional (small)
|
||||||
|
|
||||||
abe
|
abe
|
||||||
# alex4 # Would pull in fluid-soundfont-lite-patches
|
alex4
|
||||||
# ballz # Would pull in fluid-soundfont-lite-patches
|
ballz
|
||||||
blobwars
|
blobwars
|
||||||
bombardier
|
bombardier
|
||||||
cdogs-sdl
|
cdogs-sdl
|
||||||
@@ -95,18 +85,19 @@ hedgewars
|
|||||||
kcheckers
|
kcheckers
|
||||||
knights
|
knights
|
||||||
lbrickbuster2
|
lbrickbuster2
|
||||||
# liquidwar # Would pull in fluid-soundfont-lite-patches
|
liquidwar
|
||||||
|
londonlaw
|
||||||
lordsawar
|
lordsawar
|
||||||
# lure scummvm games cut for size
|
lure
|
||||||
# machineball # Would pull in fluid-soundfont-lite-patches
|
machineball
|
||||||
nethack
|
nethack
|
||||||
openlierox
|
openlierox
|
||||||
pachi
|
pachi
|
||||||
pioneers
|
pioneers
|
||||||
quarry
|
quarry
|
||||||
# Ri-li cut for size
|
Ri-li
|
||||||
# rogue # recently abandoned. Someone picked it up. Waiting for approval.
|
rogue
|
||||||
# scorchwentbonkers # Would pull in fluid-soundfont-lite-patches
|
scorchwentbonkers
|
||||||
seahorse-adventures
|
seahorse-adventures
|
||||||
solarwolf
|
solarwolf
|
||||||
sopwith
|
sopwith
|
||||||
@@ -118,10 +109,11 @@ xblast
|
|||||||
|
|
||||||
auriferous
|
auriferous
|
||||||
alienblaster
|
alienblaster
|
||||||
# duel3 # Would pull in fluid-soundfont-lite-patches
|
duel3
|
||||||
|
lmarbles
|
||||||
powermanga
|
powermanga
|
||||||
# raidem # Would pull in fluid-soundfont-lite-patches
|
raidem
|
||||||
# raidem-music # Would pull in fluid-soundfont-lite-patches
|
raidem-music
|
||||||
trackballs
|
trackballs
|
||||||
trackballs-music
|
trackballs-music
|
||||||
|
|
||||||
@@ -131,7 +123,7 @@ ballbuster
|
|||||||
CriticalMass
|
CriticalMass
|
||||||
dd2
|
dd2
|
||||||
KoboDeluxe
|
KoboDeluxe
|
||||||
# lacewing # Would pull in fluid-soundfont-lite-patches
|
lacewing
|
||||||
Maelstrom
|
Maelstrom
|
||||||
methane
|
methane
|
||||||
njam
|
njam
|
||||||
@@ -140,13 +132,13 @@ shippy
|
|||||||
tecnoballz
|
tecnoballz
|
||||||
wordwarvi
|
wordwarvi
|
||||||
xgalaxy
|
xgalaxy
|
||||||
# zasx # Would pull in fluid-soundfont-lite-patches
|
zasx
|
||||||
|
|
||||||
# falling blocks games (small)
|
# falling blocks games (small)
|
||||||
|
|
||||||
amoebax
|
amoebax
|
||||||
crack-attack
|
crack-attack
|
||||||
# crystal-stacker # Would pull in fluid-soundfont-lite-patches
|
crystal-stacker
|
||||||
gemdropx
|
gemdropx
|
||||||
gweled
|
gweled
|
||||||
|
|
||||||
@@ -157,7 +149,8 @@ pingus
|
|||||||
|
|
||||||
# puzzles (small)
|
# puzzles (small)
|
||||||
|
|
||||||
# gbrainy Removed for space - only game that pulls in mono
|
escape
|
||||||
|
gbrainy
|
||||||
magicor
|
magicor
|
||||||
mirrormagic
|
mirrormagic
|
||||||
pipenightdreams
|
pipenightdreams
|
||||||
@@ -175,6 +168,8 @@ PySolFC
|
|||||||
|
|
||||||
bygfoot
|
bygfoot
|
||||||
celestia
|
celestia
|
||||||
|
childsplay
|
||||||
|
gcompris
|
||||||
planets
|
planets
|
||||||
tuxpaint
|
tuxpaint
|
||||||
tuxpaint-stamps
|
tuxpaint-stamps
|
||||||
@@ -183,13 +178,16 @@ tuxtype2
|
|||||||
# kde based games
|
# kde based games
|
||||||
taxipilot
|
taxipilot
|
||||||
|
|
||||||
# compilations (we are avoiding compilations, rare exceptions)
|
|
||||||
bsd-games
|
|
||||||
|
|
||||||
# utilities
|
# utilities
|
||||||
|
|
||||||
games-menus
|
games-menus
|
||||||
|
|
||||||
|
# Note some stuff I don't want pulled into the games spin.
|
||||||
|
|
||||||
|
# No compilations of games as I want to only include games that at least
|
||||||
|
# someone thought were good within a genre.
|
||||||
|
-kdegames
|
||||||
|
|
||||||
# Nothing should be downloading data to play.
|
# Nothing should be downloading data to play.
|
||||||
-autodownloader
|
-autodownloader
|
||||||
|
|
||||||
@@ -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
|
||||||
@@ -27,12 +27,9 @@ mercurial
|
|||||||
-@graphical-internet
|
-@graphical-internet
|
||||||
-@games
|
-@games
|
||||||
-@sound-and-video
|
-@sound-and-video
|
||||||
-@dial-up
|
|
||||||
-@input-methods
|
|
||||||
-@standard
|
|
||||||
|
|
||||||
# Add a web browser
|
# Add a web browser
|
||||||
@firefox
|
firefox
|
||||||
|
|
||||||
# Remove office suite
|
# Remove office suite
|
||||||
-libreoffice-*
|
-libreoffice-*
|
||||||
@@ -44,20 +41,18 @@ mercurial
|
|||||||
# Drop things that pull in perl
|
# Drop things that pull in perl
|
||||||
-linux-atm
|
-linux-atm
|
||||||
|
|
||||||
# No printing or scanning
|
# No printing
|
||||||
-foomatic-db-ppds
|
-foomatic-db-ppds
|
||||||
-foomatic
|
-foomatic
|
||||||
-sane-backends-drivers-scanners
|
|
||||||
-libsane-hpaio
|
|
||||||
|
|
||||||
# Dictionaries are big
|
# Dictionaries are big
|
||||||
-aspell-*
|
-aspell-*
|
||||||
|
-hunspell-*
|
||||||
-man-pages*
|
-man-pages*
|
||||||
-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
|
|
||||||
-evolution-help
|
-evolution-help
|
||||||
-desktop-backgrounds-basic
|
-desktop-backgrounds-basic
|
||||||
-*backgrounds-extras
|
-*backgrounds-extras
|
||||||
@@ -66,6 +61,7 @@ mercurial
|
|||||||
-krb5-auth-dialog
|
-krb5-auth-dialog
|
||||||
-krb5-workstation
|
-krb5-workstation
|
||||||
-pam_krb5
|
-pam_krb5
|
||||||
|
-quota
|
||||||
-nano
|
-nano
|
||||||
-dos2unix
|
-dos2unix
|
||||||
-finger
|
-finger
|
||||||
@@ -74,8 +70,10 @@ mercurial
|
|||||||
-mtr
|
-mtr
|
||||||
-pinfo
|
-pinfo
|
||||||
-rsh
|
-rsh
|
||||||
|
-nfs-utils
|
||||||
-ypbind
|
-ypbind
|
||||||
-yp-tools
|
-yp-tools
|
||||||
|
-rpcbind
|
||||||
-acpid
|
-acpid
|
||||||
-ntsysv
|
-ntsysv
|
||||||
|
|
||||||
@@ -118,7 +116,7 @@ if [ -f /usr/share/applications/liveinst.desktop ]; then
|
|||||||
|
|
||||||
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', 'org.qt-project.qtcreator.desktop', 'arduino.desktop', 'gnome-terminal.desktop','nautilus.desktop', 'anaconda.desktop']
|
favorite-apps=['firefox.desktop', 'eclipse.desktop', 'arduino.desktop', 'gnome-terminal.desktop','nautilus.desktop', 'anaconda.desktop']
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
fi
|
fi
|
||||||
@@ -1,3 +1,20 @@
|
|||||||
|
#fedora-livedvd-scientific-kde.ks
|
||||||
|
# With KDE Desktop
|
||||||
|
|
||||||
|
# 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://fedoraproject.org/wiki/Scientific_Spin
|
||||||
|
# Web: http://spins.fedoraproject.org/scientific-kde/
|
||||||
|
|
||||||
|
# Maintainer: Amit Saha <amitksaha@fedoraproject.org>
|
||||||
|
# https://fedoraproject.org/wiki/User:Amitksaha
|
||||||
|
|
||||||
|
%include fedora-live-kde.ks
|
||||||
|
|
||||||
|
# The recommended part size for DVDs is too close to use for the scientific spin
|
||||||
|
part / --size 12288
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
# Installing the default/mandatory packages from engineering & scientific
|
# Installing the default/mandatory packages from engineering & scientific
|
||||||
@@ -8,8 +25,10 @@ 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
|
||||||
|
|
||||||
@@ -28,6 +47,14 @@ armadillo-devel
|
|||||||
ddd
|
ddd
|
||||||
valgrind
|
valgrind
|
||||||
|
|
||||||
|
#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 3 and tools/libraries not included from the groups
|
#python 3 and tools/libraries not included from the groups
|
||||||
python3
|
python3
|
||||||
@@ -43,6 +70,8 @@ python3-networkx
|
|||||||
python3-pandas
|
python3-pandas
|
||||||
|
|
||||||
# matplotlib backends
|
# matplotlib backends
|
||||||
|
python-matplotlib-qt4
|
||||||
|
python-matplotlib-tk
|
||||||
python3-matplotlib-qt4
|
python3-matplotlib-qt4
|
||||||
python3-matplotlib-tk
|
python3-matplotlib-tk
|
||||||
|
|
||||||
@@ -56,20 +85,12 @@ gcc-gfortran
|
|||||||
# GUI for R
|
# GUI for R
|
||||||
rkward
|
rkward
|
||||||
|
|
||||||
# julia
|
# GUI for Octave
|
||||||
julia
|
qtoctave
|
||||||
julia-doc
|
|
||||||
julia-devel
|
|
||||||
|
|
||||||
# IDEs for the IDE folks
|
# IDEs for the IDE folks
|
||||||
@eclipse
|
@eclipse
|
||||||
|
spyder
|
||||||
# Workaround for https://pagure.io/releng/issue/7814
|
|
||||||
-eclipse-linuxtools-vagrant
|
|
||||||
|
|
||||||
python3-spyder
|
|
||||||
python3-spyder-kernels
|
|
||||||
|
|
||||||
|
|
||||||
#writing & publishing
|
#writing & publishing
|
||||||
emacs
|
emacs
|
||||||
@@ -89,9 +110,12 @@ pdfshuffler
|
|||||||
openmpi
|
openmpi
|
||||||
openmpi-devel
|
openmpi-devel
|
||||||
valgrind-openmpi
|
valgrind-openmpi
|
||||||
|
pvm
|
||||||
|
pvm-gui #will install 'pvm' as well
|
||||||
libgomp
|
libgomp
|
||||||
|
python-pp
|
||||||
|
mpi4py-openmpi
|
||||||
python3-mpi4py-openmpi
|
python3-mpi4py-openmpi
|
||||||
python3-mpi4py-mpich
|
|
||||||
|
|
||||||
#Version control- a GUI for each as well
|
#Version control- a GUI for each as well
|
||||||
|
|
||||||
@@ -113,6 +137,7 @@ libotf
|
|||||||
#root
|
#root
|
||||||
root
|
root
|
||||||
root-gui-fitpanel
|
root-gui-fitpanel
|
||||||
|
root-python
|
||||||
|
|
||||||
#Multiple jobs/clustering system
|
#Multiple jobs/clustering system
|
||||||
# torque
|
# torque
|
||||||
@@ -130,8 +155,8 @@ xzgv
|
|||||||
gimp
|
gimp
|
||||||
ggobi
|
ggobi
|
||||||
ggobi-devel
|
ggobi-devel
|
||||||
#g3data
|
g3data
|
||||||
#Mayavi
|
Mayavi
|
||||||
|
|
||||||
#Misc. Utils
|
#Misc. Utils
|
||||||
screen
|
screen
|
||||||
@@ -147,3 +172,7 @@ hevea
|
|||||||
firefox
|
firefox
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
%post
|
||||||
|
|
||||||
|
%end
|
||||||
@@ -43,7 +43,8 @@ metacity
|
|||||||
-acpid
|
-acpid
|
||||||
-gimp-help
|
-gimp-help
|
||||||
-desktop-backgrounds-basic
|
-desktop-backgrounds-basic
|
||||||
-PackageKit* # we switched to dnfdragora, so we don't need this
|
-realmd # only seems to be used in GNOME
|
||||||
|
-PackageKit* # we switched to yumex, so we don't need this
|
||||||
-foomatic-db-ppds
|
-foomatic-db-ppds
|
||||||
-foomatic
|
-foomatic
|
||||||
-stix-fonts
|
-stix-fonts
|
||||||
@@ -1,57 +0,0 @@
|
|||||||
# fedora-lxqt-common.ks
|
|
||||||
#
|
|
||||||
# Description:
|
|
||||||
# – Fedora Live Spin with the LXQt desktop environment
|
|
||||||
#
|
|
||||||
# Maintainer(s):
|
|
||||||
# – Christian Dersch <lupinix@fedoraproject.org>
|
|
||||||
# – Zamir SUN <zsun@fedoraproject.org>
|
|
||||||
#
|
|
||||||
|
|
||||||
%packages
|
|
||||||
@lxqt
|
|
||||||
@lxqt-apps
|
|
||||||
@lxqt-media
|
|
||||||
@networkmanager-submodules
|
|
||||||
|
|
||||||
# for nm applet
|
|
||||||
gnome-keyring
|
|
||||||
|
|
||||||
|
|
||||||
# l10n
|
|
||||||
@lxqt-l10n
|
|
||||||
lximage-qt-l10n
|
|
||||||
obconf-qt-l10n
|
|
||||||
pavucontrol-qt-l10n
|
|
||||||
|
|
||||||
# MP3
|
|
||||||
gstreamer1-plugin-mpg123
|
|
||||||
|
|
||||||
# Text Editor
|
|
||||||
enki
|
|
||||||
|
|
||||||
# remove unneeded stuff to get a lightweight system
|
|
||||||
# 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
|
|
||||||
|
|
||||||
# remove input methods to free space
|
|
||||||
-@input-methods
|
|
||||||
-scim*
|
|
||||||
-m17n*
|
|
||||||
# Temporary include ibus to workaround RHBZ 1633225
|
|
||||||
# -ibus*
|
|
||||||
-iok
|
|
||||||
|
|
||||||
# Fix https://bugzilla.redhat.com/show_bug.cgi?id=1429132
|
|
||||||
# Why is this not pulled in by anaconda???
|
|
||||||
storaged
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
@@ -1,54 +0,0 @@
|
|||||||
%packages
|
|
||||||
@mate
|
|
||||||
compiz
|
|
||||||
compiz-plugins-main
|
|
||||||
compiz-plugins-extra
|
|
||||||
compiz-manager
|
|
||||||
compizconfig-python
|
|
||||||
compiz-plugins-experimental
|
|
||||||
libcompizconfig
|
|
||||||
compiz-plugins-main
|
|
||||||
ccsm
|
|
||||||
simple-ccsm
|
|
||||||
emerald-themes
|
|
||||||
emerald
|
|
||||||
fusion-icon
|
|
||||||
@networkmanager-submodules
|
|
||||||
|
|
||||||
# some apps from mate-applications
|
|
||||||
caja-actions
|
|
||||||
mate-disk-usage-analyzer
|
|
||||||
|
|
||||||
# blacklist applications which breaks mate-desktop
|
|
||||||
-audacious
|
|
||||||
|
|
||||||
# office
|
|
||||||
@libreoffice
|
|
||||||
|
|
||||||
# dsl tools
|
|
||||||
rp-pppoe
|
|
||||||
|
|
||||||
# FIXME; apparently the glibc maintainers dislike this, but it got put into the
|
|
||||||
# desktop image at some point. We won't touch this one for now.
|
|
||||||
nss-mdns
|
|
||||||
|
|
||||||
# Drop things for size
|
|
||||||
-@3d-printing
|
|
||||||
-brasero
|
|
||||||
-fedora-icon-theme
|
|
||||||
-gnome-icon-theme
|
|
||||||
-gnome-icon-theme-symbolic
|
|
||||||
-gnome-software
|
|
||||||
-gnome-user-docs
|
|
||||||
|
|
||||||
-@mate-applications
|
|
||||||
-mate-icon-theme-faenza
|
|
||||||
|
|
||||||
# Help and art can be big, too
|
|
||||||
-gnome-user-docs
|
|
||||||
-evolution-help
|
|
||||||
|
|
||||||
# Legacy cmdline things we don't want
|
|
||||||
-telnet
|
|
||||||
|
|
||||||
%end
|
|
||||||
30
fedora-mate-packages.ks
Normal file
30
fedora-mate-packages.ks
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
%packages
|
||||||
|
-PackageKit* # we switched to yumex, so we don't need this
|
||||||
|
-ConsoleKit # ConsoleKit is deprecated
|
||||||
|
-ConsoleKit-x11 # ConsoleKit is deprecated
|
||||||
|
firefox
|
||||||
|
@mate
|
||||||
|
compiz
|
||||||
|
compiz-plugins-main
|
||||||
|
compiz-plugins-extra
|
||||||
|
compiz-manager
|
||||||
|
compizconfig-python
|
||||||
|
compiz-plugins-unsupported
|
||||||
|
compiz-mate
|
||||||
|
libcompizconfig
|
||||||
|
compiz-plugins-main
|
||||||
|
ccsm
|
||||||
|
emerald-themes
|
||||||
|
emerald
|
||||||
|
fusion-icon
|
||||||
|
fusion-icon-gtk
|
||||||
|
@libreoffice
|
||||||
|
@networkmanager-submodules
|
||||||
|
|
||||||
|
# FIXME; apparently the glibc maintainers dislike this, but it got put into the
|
||||||
|
# desktop image at some point. We won't touch this one for now.
|
||||||
|
nss-mdns
|
||||||
|
|
||||||
|
# This one needs to be kicked out of @standard
|
||||||
|
-smartmontools
|
||||||
|
%end
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
%packages
|
|
||||||
-@standard
|
|
||||||
-initial-setup-gui
|
|
||||||
-generic-release*
|
|
||||||
-glibc-all-langpacks
|
|
||||||
# recommended by iproute, we don't want it in minimal
|
|
||||||
-iproute-tc
|
|
||||||
# recommended by gnutls, we don't want it in minimal
|
|
||||||
-trousers
|
|
||||||
glibc-langpack-en
|
|
||||||
iw
|
|
||||||
NetworkManager-wifi
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
# setup systemd to boot to the right runlevel
|
|
||||||
echo -n "Setting default runlevel to multiuser text mode"
|
|
||||||
rm -f /etc/systemd/system/default.target
|
|
||||||
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
|
||||||
echo .
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
%include fedora-arm-base.ks
|
|
||||||
|
|
||||||
# server defaults to xfs for / so lets do so on arm also
|
|
||||||
part / --size=2500 --fstype xfs
|
|
||||||
|
|
||||||
%packages
|
|
||||||
# install the default groups for the server evironment since installing the environment is not working
|
|
||||||
@server-product
|
|
||||||
@standard
|
|
||||||
@headless-management
|
|
||||||
@container-management
|
|
||||||
@domain-client
|
|
||||||
-initial-setup-gui
|
|
||||||
-generic-release*
|
|
||||||
fedora-modular-release
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
# setup systemd to boot to the right runlevel
|
|
||||||
echo -n "Setting default runlevel to multiuser text mode"
|
|
||||||
rm -f /etc/systemd/system/default.target
|
|
||||||
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
|
||||||
echo .
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
@@ -1,79 +0,0 @@
|
|||||||
text
|
|
||||||
lang en_US.UTF-8
|
|
||||||
keyboard us
|
|
||||||
timezone US/Eastern
|
|
||||||
auth --useshadow --passalgo=sha512
|
|
||||||
selinux --enforcing
|
|
||||||
# Disabled for modular compose (for now)
|
|
||||||
#firewall --enabled --service=mdns
|
|
||||||
# Disabled for modular compose (for now)
|
|
||||||
#services --enabled=sshd,NetworkManager,chronyd,initial-setup
|
|
||||||
network --bootproto=dhcp --device=link --activate
|
|
||||||
rootpw --lock --iscrypted locked
|
|
||||||
shutdown
|
|
||||||
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
|
||||||
|
|
||||||
zerombr
|
|
||||||
clearpart --all --initlabel --disklabel=msdos
|
|
||||||
autopart --type=plain
|
|
||||||
|
|
||||||
# make sure that initial-setup runs and lets us do all the configuration bits
|
|
||||||
firstboot --reconfig
|
|
||||||
|
|
||||||
%include fedora-repo.ks
|
|
||||||
|
|
||||||
%packages --excludedocs --excludeWeakdeps --nocore
|
|
||||||
bash
|
|
||||||
fedora-modular-release
|
|
||||||
filesystem
|
|
||||||
coreutils-single
|
|
||||||
util-linux
|
|
||||||
rpm
|
|
||||||
shadow-utils
|
|
||||||
microdnf
|
|
||||||
glibc-minimal-langpack
|
|
||||||
grubby
|
|
||||||
kernel
|
|
||||||
libcrypt
|
|
||||||
sssd-client
|
|
||||||
dhcp-client
|
|
||||||
-fedora-logos
|
|
||||||
-coreutils
|
|
||||||
-dosfstools
|
|
||||||
-e2fsprogs
|
|
||||||
-fuse-libs
|
|
||||||
-gnupg2-smime
|
|
||||||
-libss # used by e2fsprogs
|
|
||||||
-libusbx
|
|
||||||
-pinentry
|
|
||||||
-shared-mime-info
|
|
||||||
-trousers
|
|
||||||
-xkeyboard-config
|
|
||||||
-dracut
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
# Setup Raspberry Pi firmware
|
|
||||||
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
|
||||||
|
|
||||||
releasever=$(rpm --eval '%{fedora}')
|
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
|
||||||
echo "Packages within this disk image"
|
|
||||||
rpm -qa
|
|
||||||
# Note that running rpm recreates the rpm db files which aren't needed or wanted
|
|
||||||
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
|
|
||||||
|
|
||||||
# Disable network service here, as doing it in the services line
|
|
||||||
# fails due to RHBZ #1369794
|
|
||||||
/sbin/chkconfig network off
|
|
||||||
|
|
||||||
# Remove machine-id on pre generated images
|
|
||||||
rm -f /etc/machine-id
|
|
||||||
touch /etc/machine-id
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
# Maintained by the Fedora Python SIG:
|
|
||||||
# http://fedoraproject.org/wiki/SIGs/Python
|
|
||||||
# mailto:python-devel@lists.fedoraproject.org
|
|
||||||
|
|
||||||
# Common packages of all Python Classroom images
|
|
||||||
|
|
||||||
%packages
|
|
||||||
@python-classroom
|
|
||||||
@python-science
|
|
||||||
nano
|
|
||||||
openssh-clients
|
|
||||||
vim-enhanced
|
|
||||||
wget
|
|
||||||
|
|
||||||
# Remove Pythons possibly recommended by tox
|
|
||||||
-python2
|
|
||||||
-python26
|
|
||||||
-python27
|
|
||||||
-python33
|
|
||||||
-python34
|
|
||||||
-python35
|
|
||||||
-python36
|
|
||||||
-python38
|
|
||||||
-pypy
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -1,102 +0,0 @@
|
|||||||
# Maintained by the Fedora Python SIG:
|
|
||||||
# http://fedoraproject.org/wiki/SIGs/Python
|
|
||||||
# mailto:python-devel@lists.fedoraproject.org
|
|
||||||
|
|
||||||
# GNOME part of Python Classroom images
|
|
||||||
|
|
||||||
%include fedora-python-classroom-common.ks
|
|
||||||
|
|
||||||
%packages
|
|
||||||
emacs
|
|
||||||
python3-matplotlib-tk
|
|
||||||
python3-pillow-tk
|
|
||||||
|
|
||||||
# Remove extra gnome-y things
|
|
||||||
-@graphical-internet
|
|
||||||
-@games
|
|
||||||
-@sound-and-video
|
|
||||||
-@multimedia
|
|
||||||
-dleyna*
|
|
||||||
-gnome-boxes
|
|
||||||
-gnome-calendar
|
|
||||||
-gnome-clocks
|
|
||||||
-gnome-contacts
|
|
||||||
-gnome-disk-utility
|
|
||||||
-gnome-documents
|
|
||||||
-gnome-font-viewer
|
|
||||||
-gnome-maps
|
|
||||||
-gnome-photos
|
|
||||||
-gnome-weather
|
|
||||||
-grilo-plugins
|
|
||||||
-cheese
|
|
||||||
-totem
|
|
||||||
-totem-nautilus
|
|
||||||
|
|
||||||
# This is no longer workstation
|
|
||||||
-@workstation-product
|
|
||||||
|
|
||||||
# Add a web browser
|
|
||||||
@firefox
|
|
||||||
|
|
||||||
# Remove office suite
|
|
||||||
-@libreoffice
|
|
||||||
-libreoffice-*
|
|
||||||
-planner
|
|
||||||
|
|
||||||
# Drop the Java plugin and Java
|
|
||||||
-icedtea-web
|
|
||||||
-java*
|
|
||||||
|
|
||||||
# No printing
|
|
||||||
-@printing
|
|
||||||
-foomatic-db-ppds
|
|
||||||
-foomatic
|
|
||||||
|
|
||||||
# Dictionaries are big
|
|
||||||
-aspell-*
|
|
||||||
-words
|
|
||||||
|
|
||||||
# Help and art can be big, too
|
|
||||||
-gnome-user-docs
|
|
||||||
-gnome-getting-started-docs
|
|
||||||
-desktop-backgrounds-basic
|
|
||||||
-*backgrounds-extras
|
|
||||||
|
|
||||||
# Legacy cmdline things we don't want
|
|
||||||
-krb5-auth-dialog
|
|
||||||
-krb5-workstation
|
|
||||||
-pam_krb5
|
|
||||||
-quota
|
|
||||||
-dos2unix
|
|
||||||
-finger
|
|
||||||
-ftp
|
|
||||||
-jwhois
|
|
||||||
-mtr
|
|
||||||
-pinfo
|
|
||||||
-rsh
|
|
||||||
-nfs-utils
|
|
||||||
-ypbind
|
|
||||||
-yp-tools
|
|
||||||
-rpcbind
|
|
||||||
-acpid
|
|
||||||
-ntsysv
|
|
||||||
|
|
||||||
# Don't need this
|
|
||||||
-linux-atm
|
|
||||||
|
|
||||||
# Drop some system-config things
|
|
||||||
-system-config-language
|
|
||||||
-system-config-network
|
|
||||||
-system-config-rootpassword
|
|
||||||
-system-config-services
|
|
||||||
-policycoreutils-gui
|
|
||||||
|
|
||||||
%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
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
# Maintained by the Fedora Python SIG:
|
|
||||||
# http://fedoraproject.org/wiki/SIGs/Python
|
|
||||||
# mailto:python-devel@lists.fedoraproject.org
|
|
||||||
|
|
||||||
# Like the Python Classroom image, but tuned for vagrant.
|
|
||||||
|
|
||||||
%include fedora-cloud-base-vagrant.ks
|
|
||||||
%include fedora-python-classroom-common.ks
|
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
repo --name=fedora --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
||||||
repo --name=updates --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
|
repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
|
||||||
#repo --name=updates-testing --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
|
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
|
||||||
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
repo --name=rawhide --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
||||||
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
|
||||||
|
|||||||
@@ -6,4 +6,4 @@
|
|||||||
#%include fedora-repo-rawhide.ks
|
#%include fedora-repo-rawhide.ks
|
||||||
|
|
||||||
# For non-master branches the following should be uncommented
|
# For non-master branches the following should be uncommented
|
||||||
%include fedora-repo-not-rawhide.ks
|
%include fedora-repo-not-rawhide.ks
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
# 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
|
|
||||||
81
fedora-soas-packages.ks
Normal file
81
fedora-soas-packages.ks
Normal file
@@ -0,0 +1,81 @@
|
|||||||
|
# fedora-livecd-soas.ks
|
||||||
|
#
|
||||||
|
# Description:
|
||||||
|
# - A Sugar environment that you can carry in your pocket
|
||||||
|
#
|
||||||
|
# Maintainers:
|
||||||
|
# - Peter Robinson <pbrobinson AT gmail DOT com>
|
||||||
|
# - Sebastian Dziallas <sdz AT fedoraproject DOT org>
|
||||||
|
# - Mel Chua <mchua AT fedoraproject DOT org>
|
||||||
|
|
||||||
|
|
||||||
|
%packages
|
||||||
|
-@fonts
|
||||||
|
-@dial-up
|
||||||
|
-@multimedia
|
||||||
|
-@printing
|
||||||
|
-foomatic
|
||||||
|
-@gnome-desktop
|
||||||
|
-yp-tools
|
||||||
|
-ypbind
|
||||||
|
-rdate
|
||||||
|
-rdist
|
||||||
|
-icedtea-web
|
||||||
|
-firefox
|
||||||
|
-glx-utils
|
||||||
|
-nmap-ncat
|
||||||
|
-PackageKit
|
||||||
|
-libfprint
|
||||||
|
-realmd
|
||||||
|
-eekboard-libs
|
||||||
|
-open-vm-tools*
|
||||||
|
-gfs2-utils
|
||||||
|
-abrt-cli
|
||||||
|
-ibus*
|
||||||
|
-hyperv-daemons
|
||||||
|
|
||||||
|
# == Core Sugar Platform ==
|
||||||
|
@sugar-desktop
|
||||||
|
-sugar-ruler
|
||||||
|
sugar-cp-updater
|
||||||
|
lightdm
|
||||||
|
lightdm-gtk
|
||||||
|
|
||||||
|
# Write breaks unless we do this (we don't need it anyway)
|
||||||
|
# enable for testing in the F17 dev cycle
|
||||||
|
@input-methods
|
||||||
|
|
||||||
|
# Needed for wifi, bluetooth and WWAN connection support
|
||||||
|
@networkmanager-submodules
|
||||||
|
|
||||||
|
# == Platform Components ==
|
||||||
|
# from http://wiki.sugarlabs.org/go/0.94/Platform_Components
|
||||||
|
alsa-plugins-pulseaudio
|
||||||
|
alsa-utils
|
||||||
|
gstreamer1-plugins-base
|
||||||
|
gstreamer1-plugins-good
|
||||||
|
gstreamer1-plugins-bad-free
|
||||||
|
gstreamer-plugins-espeak
|
||||||
|
pulseaudio
|
||||||
|
pulseaudio-utils
|
||||||
|
|
||||||
|
# explicitly remove openbox and hopefully deal with what firstboot wants
|
||||||
|
-openbox
|
||||||
|
|
||||||
|
# remove deps that come from god knows where
|
||||||
|
-sane-backends
|
||||||
|
-sane-backends-drivers-scanners
|
||||||
|
|
||||||
|
# Usefulness for DSL connections as per:
|
||||||
|
# http://bugs.sugarlabs.org/ticket/1951
|
||||||
|
rp-pppoe
|
||||||
|
# Useful for SoaS duplication from:
|
||||||
|
# http://bugs.sugarlabs.org/ticket/74
|
||||||
|
livecd-tools
|
||||||
|
|
||||||
|
# Get the Sugar boot screen
|
||||||
|
-plymouth-system-theme
|
||||||
|
-plymouth-theme-charge
|
||||||
|
sugar-logos
|
||||||
|
|
||||||
|
%end
|
||||||
72
fedora-virt-server.ks.in
Normal file
72
fedora-virt-server.ks.in
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
# Kickstart file to create a small "base" Fedora image install suitable
|
||||||
|
# for use as e.g. an application server.
|
||||||
|
#
|
||||||
|
# Maintainer: fedora-cloud-list@fedoraproject.org
|
||||||
|
#
|
||||||
|
# REQUIRED variables:
|
||||||
|
# @@PUBLIC_KEY@@ - ssh public key
|
||||||
|
#
|
||||||
|
# You must search for all required variables and replace them.
|
||||||
|
# Example usage:
|
||||||
|
# sed -e s,@@PUBLIC_KEY@@,"$(cat ~/.ssh/authorized_keys)", fedora-virt-server.ks.in > my-fedora-server.ks
|
||||||
|
|
||||||
|
lang C
|
||||||
|
keyboard us
|
||||||
|
timezone --utc GMT/Zulu
|
||||||
|
auth --useshadow --enablemd5
|
||||||
|
firewall --service=ssh
|
||||||
|
bootloader --timeout=1 --append="acpi=force"
|
||||||
|
network --bootproto=dhcp --device=eth0 --onboot=on
|
||||||
|
services --enabled=network
|
||||||
|
|
||||||
|
## IMPORTANT ##
|
||||||
|
## EDIT HERE ##
|
||||||
|
# ROOT PASSWORD:
|
||||||
|
# Setting a root password is NOT RECOMMENDED, especially if your
|
||||||
|
# server will be accessible to the public internet. This is
|
||||||
|
# because of the rise of automated ssh password guessing attacks.
|
||||||
|
# You should instead (if you don't have one already)
|
||||||
|
# generate a public ssh key:
|
||||||
|
# http://sial.org/howto/openssh/publickey-auth/
|
||||||
|
#
|
||||||
|
# See comment below in %post for authorizing your public
|
||||||
|
# key for the root account.
|
||||||
|
|
||||||
|
rootpw ""
|
||||||
|
|
||||||
|
# However, if you choose instead to make a password,
|
||||||
|
# you will need to replace the above line with one like
|
||||||
|
# rootpw --iscrypted @@ROOT_PASSWORD_CRYPTED@@
|
||||||
|
# If you do neither of these things, you will not be able to log
|
||||||
|
# into your machine.
|
||||||
|
|
||||||
|
clearpart --all --initlabel
|
||||||
|
part / --size=550 --grow --fstype=ext4
|
||||||
|
# You may change this if you don't want swap
|
||||||
|
part swap --recommended
|
||||||
|
|
||||||
|
%packages
|
||||||
|
@standard
|
||||||
|
%end
|
||||||
|
|
||||||
|
#
|
||||||
|
# Add custom post scripts after the base post.
|
||||||
|
#
|
||||||
|
%post
|
||||||
|
|
||||||
|
## EDIT HERE ##
|
||||||
|
cd /root
|
||||||
|
if ! test -d .ssh; then
|
||||||
|
mkdir --mode=700 .ssh
|
||||||
|
fi
|
||||||
|
cat >> .ssh/authorized_keys << END_AUTHORIZED_KEYS
|
||||||
|
@@PUBLIC_KEY@@
|
||||||
|
END_AUTHORIZED_KEYS
|
||||||
|
chmod 600 .ssh/authorized_keys
|
||||||
|
if -x /usr/sbin/selinuxenabled && /usr/sbin/selinuxenabled; then
|
||||||
|
chcon -R -h -t home_ssh_t .ssh
|
||||||
|
fi
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
|
reboot
|
||||||
@@ -2,17 +2,15 @@
|
|||||||
|
|
||||||
# Exclude unwanted groups that fedora-live-base.ks pulls in
|
# Exclude unwanted groups that fedora-live-base.ks pulls in
|
||||||
-@dial-up
|
-@dial-up
|
||||||
|
-@fedora-release-nonproduct
|
||||||
-@input-methods
|
-@input-methods
|
||||||
-@standard
|
-@standard
|
||||||
|
|
||||||
# Make sure to sync any additions / removals done here with
|
# Make sure to sync any additions / removals done here with
|
||||||
# workstation-product-environment in comps
|
# workstation-product-environment in comps
|
||||||
@base-x
|
@base-x
|
||||||
@container-management
|
|
||||||
@core
|
@core
|
||||||
@firefox
|
|
||||||
@fonts
|
@fonts
|
||||||
@gnome-desktop
|
|
||||||
@guest-desktop-agents
|
@guest-desktop-agents
|
||||||
@hardware-support
|
@hardware-support
|
||||||
@libreoffice
|
@libreoffice
|
||||||
@@ -21,6 +19,9 @@
|
|||||||
@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
|
||||||
@@ -21,21 +21,17 @@
|
|||||||
|
|
||||||
# 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
|
|
||||||
# Better more popular browser
|
|
||||||
#firefox
|
|
||||||
system-config-printer
|
|
||||||
|
|
||||||
# save some space
|
# save some space
|
||||||
-autofs
|
-autofs
|
||||||
-acpid
|
-acpid
|
||||||
-gimp-help
|
-gimp-help
|
||||||
-desktop-backgrounds-basic
|
-desktop-backgrounds-basic
|
||||||
|
-realmd # only seems to be used in GNOME
|
||||||
|
-PackageKit* # we switched to yumex, so we don't need this
|
||||||
-aspell-* # dictionaries are big
|
-aspell-* # dictionaries are big
|
||||||
-xfce4-sensors-plugin
|
-xfce4-sensors-plugin
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ timezone Europe/Zurich
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
-gnome-blog
|
-gnome-blog
|
||||||
langpacks-de
|
@german-support
|
||||||
# exclude input methods
|
# exclude input methods
|
||||||
-m17n*
|
-m17n*
|
||||||
-scim*
|
-scim*
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ timezone Europe/Berlin
|
|||||||
|
|
||||||
%packages
|
%packages
|
||||||
-gnome-blog
|
-gnome-blog
|
||||||
langpacks-de
|
@german-support
|
||||||
# exclude input methods
|
# exclude input methods
|
||||||
-m17n*
|
-m17n*
|
||||||
-scim*
|
-scim*
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ keyboard fr-latin9
|
|||||||
timezone Europe/Paris
|
timezone Europe/Paris
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
langpacks-fr
|
@french-support
|
||||||
# exclude input methods:
|
# exclude input methods:
|
||||||
-m17n*
|
-m17n*
|
||||||
-scim*
|
-scim*
|
||||||
|
|||||||
@@ -1,40 +0,0 @@
|
|||||||
# fedora-live-workstation-ja_JP.ks
|
|
||||||
#
|
|
||||||
# Description:
|
|
||||||
# - Japanese Fedora Live Spin with the Gnome Desktop Environment
|
|
||||||
#
|
|
||||||
# Maintainer(s):
|
|
||||||
# - Shintaro Fujiwara <shintaro.fujiwara@miraclelinux.com>
|
|
||||||
|
|
||||||
%include ../fedora-live-workstation.ks
|
|
||||||
|
|
||||||
lang ja_JP.UTF-8
|
|
||||||
keyboard jp
|
|
||||||
timezone Asia/Tokyo
|
|
||||||
|
|
||||||
%packages
|
|
||||||
langpacks-ja
|
|
||||||
# exclude input methods except ibus:
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
-iok
|
|
||||||
# ibus stuff
|
|
||||||
ibus-kkc
|
|
||||||
imsettings
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
cat > /etc/X11/xorg.conf.d/00-keyboard.conf << "EOF"
|
|
||||||
# Read and parsed by systemd-localed. It's probably wise not to edit this file
|
|
||||||
# manually too freely.
|
|
||||||
Section "InputClass"
|
|
||||||
Identifier "system-keyboard"
|
|
||||||
MatchIsKeyboard "on"
|
|
||||||
Option "XkbLayout" "jp"
|
|
||||||
Option "XkbModel" "jp106"
|
|
||||||
EndSection
|
|
||||||
EOF
|
|
||||||
|
|
||||||
gsettings set org.gnome.desktop.input-sources sources "[('ibus', 'kkc'), ('xkb', 'jp')]"
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -10,7 +10,7 @@ keyboard us
|
|||||||
timezone Europe/Amsterdam
|
timezone Europe/Amsterdam
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
langpacks-nl
|
@dutch-support
|
||||||
# exclude input methods
|
# exclude input methods
|
||||||
-m17n*
|
-m17n*
|
||||||
-scim*
|
-scim*
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ keyboard br-abnt2
|
|||||||
timezone America/Sao_Paulo
|
timezone America/Sao_Paulo
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
langpacks-pt_BR
|
@brazilian-support
|
||||||
# exclude input methods
|
# exclude input methods
|
||||||
-m17n*
|
-m17n*
|
||||||
-scim*
|
-scim*
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ keyboard pt-latin1
|
|||||||
timezone Europe/Lisbon
|
timezone Europe/Lisbon
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
langpacks-pt
|
@portuguese-support
|
||||||
# exclude input methods
|
# exclude input methods
|
||||||
-m17n*
|
-m17n*
|
||||||
-scim*
|
-scim*
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ keyboard ru
|
|||||||
timezone Europe/Moscow
|
timezone Europe/Moscow
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
langpacks-ru
|
@russian-support
|
||||||
hunspell-ru
|
hunspell-ru
|
||||||
|
|
||||||
# exclude input methods
|
# exclude input methods
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
# fedora-livecd-cinnamon-de_DE.ks
|
|
||||||
#
|
|
||||||
# Description:
|
|
||||||
# - German Fedora Live Spin with the Cinnamon Desktop Environment
|
|
||||||
#
|
|
||||||
# Maintainer(s):
|
|
||||||
# - Björn Esser <besser82@fedoraproject.org>
|
|
||||||
|
|
||||||
%include ../fedora-live-cinnamon.ks
|
|
||||||
|
|
||||||
lang de_DE.UTF-8
|
|
||||||
keyboard de-latin1-nodeadkeys
|
|
||||||
timezone Europe/Berlin
|
|
||||||
|
|
||||||
%packages
|
|
||||||
langpacks-de
|
|
||||||
# exclude input methods
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
%end
|
|
||||||
@@ -1,35 +0,0 @@
|
|||||||
# fedora-livecd-cinnamon-ja_JP.ks
|
|
||||||
#
|
|
||||||
# Description:
|
|
||||||
# - Japanese Fedora Live Spin with the Cinnamon Desktop Environment
|
|
||||||
#
|
|
||||||
# Maintainer(s):
|
|
||||||
# - Shintaro Fujiwara <shintaro.fujiwara@miraclelinux.com>
|
|
||||||
|
|
||||||
%include ../fedora-live-cinnamon.ks
|
|
||||||
|
|
||||||
lang ja_JP.UTF-8
|
|
||||||
keyboard jp
|
|
||||||
timezone Asia/Tokyo
|
|
||||||
|
|
||||||
%packages
|
|
||||||
langpacks-ja
|
|
||||||
# exclude input methods except ibus:
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
-iok
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
cat > /etc/X11/xorg.conf.d/00-keyboard.conf << "EOF"
|
|
||||||
# Read and parsed by systemd-localed. It's probably wise not to edit this file
|
|
||||||
# manually too freely.
|
|
||||||
Section "InputClass"
|
|
||||||
Identifier "system-keyboard"
|
|
||||||
MatchIsKeyboard "on"
|
|
||||||
Option "XkbLayout" "jp"
|
|
||||||
Option "XkbModel" "jp106"
|
|
||||||
EndSection
|
|
||||||
EOF
|
|
||||||
%end
|
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@ keyboard sg-latin1-nodeadkeys
|
|||||||
timezone Europe/Zurich
|
timezone Europe/Zurich
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
langpacks-de
|
@german-support
|
||||||
# exclude input methods
|
# exclude input methods
|
||||||
-m17n*
|
-m17n*
|
||||||
-scim*
|
-scim*
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ keyboard de-latin1-nodeadkeys
|
|||||||
timezone Europe/Berlin
|
timezone Europe/Berlin
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
langpacks-de
|
@german-support
|
||||||
|
|
||||||
# don't install unnecessary input methods
|
# don't install unnecessary input methods
|
||||||
-scim*
|
-scim*
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ keyboard fr-latin9
|
|||||||
timezone Europe/Paris
|
timezone Europe/Paris
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
langpacks-fr
|
@french-support
|
||||||
# exclude input methods:
|
# exclude input methods:
|
||||||
-m17n*
|
-m17n*
|
||||||
-scim*
|
-scim*
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user