mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-11 01:20:30 +08:00
Compare commits
72 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4e313947d | ||
|
|
3e16f700a8 | ||
|
|
8ea142456d | ||
|
|
e0e66778c6 | ||
|
|
5bd9c890a1 | ||
|
|
234491453e | ||
|
|
fa41eeba05 | ||
|
|
b00b09f3bf | ||
|
|
14c50d7490 | ||
|
|
973fb1bc6c | ||
|
|
89436e3917 | ||
|
|
638865e93f | ||
|
|
ffd0960925 | ||
|
|
f73c7def11 | ||
|
|
658bfc9ec0 | ||
|
|
282090098a | ||
|
|
eadd5cdba2 | ||
|
|
c90b3081b7 | ||
|
|
64ea370c8b | ||
|
|
472602baa9 | ||
|
|
6d9047adf4 | ||
|
|
a82cbd1567 | ||
|
|
e34ecb9549 | ||
|
|
447182d771 | ||
|
|
4a6892e633 | ||
|
|
e8fd539b8c | ||
|
|
1c39c0adb0 | ||
|
|
f8d32ac4b5 | ||
|
|
fea3820100 | ||
|
|
30647569da | ||
|
|
b8b97d1ed9 | ||
|
|
97d3c6d953 | ||
|
|
3b2d7b561c | ||
|
|
d23a740e86 | ||
|
|
18428f225b | ||
|
|
68b6257e0e | ||
|
|
2976215122 | ||
|
|
704e346d9c | ||
|
|
a07f9892b1 | ||
|
|
19a7b3b113 | ||
|
|
1ff90f3dde | ||
|
|
9dbe324625 | ||
|
|
31e2c58081 | ||
|
|
77877f0d5a | ||
|
|
dcb7b5f38a | ||
|
|
0701bfca51 | ||
|
|
87f336d2bb | ||
|
|
f047569f46 | ||
|
|
10578df95e | ||
|
|
230e47abff | ||
|
|
5a0e21c6c5 | ||
|
|
44dc9ec700 | ||
|
|
30013e8f38 | ||
|
|
76917daecb | ||
|
|
02043d4f16 | ||
|
|
4e8c283572 | ||
|
|
5ee03735d6 | ||
|
|
4f004227f3 | ||
|
|
d1d9de9a97 | ||
|
|
fa5c8ccf35 | ||
|
|
06ce4be308 | ||
|
|
9b0b39f7d6 | ||
|
|
24b73a6270 | ||
|
|
174b5721ec | ||
|
|
ab1363a4bc | ||
|
|
f84b197d1e | ||
|
|
2611d60fd0 | ||
|
|
200f6930a6 | ||
|
|
ab7ee6e6db | ||
|
|
6527f89bde | ||
|
|
86e0dc18cf | ||
|
|
d64a181fa3 |
@@ -43,11 +43,6 @@ initial-setup-gui
|
|||||||
|
|
||||||
# make sure all the locales are available for inital0-setup and anaconda to work
|
# make sure all the locales are available for inital0-setup and anaconda to work
|
||||||
glibc-all-langpacks
|
glibc-all-langpacks
|
||||||
|
|
||||||
# this ks uses it in %post, and imgcreate also uses it in the installed
|
|
||||||
# system root, so it needs to be there
|
|
||||||
chkconfig
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@@ -58,7 +53,7 @@ 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 -q --qf '%{version}\n' fedora-release)
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
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 ARM disk image"
|
||||||
@@ -76,13 +71,8 @@ systemctl mask tmp.mount
|
|||||||
|
|
||||||
dnf -y remove dracut-config-generic
|
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
|
# Remove machine-id on pre generated images
|
||||||
rm -f /etc/machine-id
|
rm -f /etc/machine-id
|
||||||
touch /etc/machine-id
|
touch /etc/machine-id
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ part / --size=6200 --fstype ext4
|
|||||||
%packages
|
%packages
|
||||||
-initial-setup
|
-initial-setup
|
||||||
-initial-setup-gui
|
-initial-setup-gui
|
||||||
|
-libvirt*
|
||||||
|
-gnome-boxes
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -12,8 +12,9 @@
|
|||||||
@cinnamon-desktop
|
@cinnamon-desktop
|
||||||
@libreoffice
|
@libreoffice
|
||||||
parole
|
parole
|
||||||
|
exaile
|
||||||
|
|
||||||
# extra backgrounds
|
# extra backgrounds
|
||||||
f30-backgrounds-extras-gnome
|
f31-backgrounds-extras-gnome
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -215,7 +215,7 @@ truncate -c -s 0 /var/log/dnf.log
|
|||||||
truncate -c -s 0 /var/log/dnf.rpm.log
|
truncate -c -s 0 /var/log/dnf.rpm.log
|
||||||
|
|
||||||
echo "Import RPM GPG key"
|
echo "Import RPM GPG key"
|
||||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
@@ -182,7 +182,7 @@ dnf clean all
|
|||||||
truncate -c -s 0 /var/log/dnf.log
|
truncate -c -s 0 /var/log/dnf.log
|
||||||
|
|
||||||
echo "Import RPM GPG key"
|
echo "Import RPM GPG key"
|
||||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
@@ -173,7 +173,7 @@ dnf clean all
|
|||||||
truncate -c -s 0 /var/log/dnf.log
|
truncate -c -s 0 /var/log/dnf.log
|
||||||
|
|
||||||
echo "Import RPM GPG key"
|
echo "Import RPM GPG key"
|
||||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
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
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
%include fedora-container-common.ks
|
%include fedora-container-common.ks
|
||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore
|
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||||
rootfiles
|
rootfiles
|
||||||
# https://communityblog.fedoraproject.org/modularity-dead-long-live-modularity/
|
# https://communityblog.fedoraproject.org/modularity-dead-long-live-modularity/
|
||||||
fedora-repos-modular
|
fedora-repos-modular
|
||||||
@@ -15,6 +15,7 @@ sssd-client
|
|||||||
sudo
|
sudo
|
||||||
-glibc-langpack-en
|
-glibc-langpack-en
|
||||||
-cracklib-dicts
|
-cracklib-dicts
|
||||||
|
-langpacks-en
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post --erroronfail --log=/root/anaconda-post.log
|
%post --erroronfail --log=/root/anaconda-post.log
|
||||||
@@ -46,6 +47,9 @@ umount /run
|
|||||||
systemd-tmpfiles --prefix=/run/ --prefix=/var/run/ --create --boot || true
|
systemd-tmpfiles --prefix=/run/ --prefix=/var/run/ --create --boot || true
|
||||||
rm /run/nologin # https://pagure.io/atomic-wg/issue/316
|
rm /run/nologin # https://pagure.io/atomic-wg/issue/316
|
||||||
|
|
||||||
|
# Final pruning
|
||||||
|
rm -rfv /var/cache/* /var/log/* /tmp/*
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post --nochroot --erroronfail --log=/mnt/sysimage/root/anaconda-post-nochroot.log
|
%post --nochroot --erroronfail --log=/mnt/sysimage/root/anaconda-post-nochroot.log
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ zerombr
|
|||||||
clearpart --all
|
clearpart --all
|
||||||
autopart --noboot --nohome --noswap --nolvm
|
autopart --noboot --nohome --noswap --nolvm
|
||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore
|
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||||
fedora-release-container
|
fedora-release-container
|
||||||
bash
|
bash
|
||||||
coreutils
|
coreutils
|
||||||
@@ -39,6 +39,8 @@ rpm
|
|||||||
shadow-utils
|
shadow-utils
|
||||||
sssd-client
|
sssd-client
|
||||||
util-linux
|
util-linux
|
||||||
|
#needed by Anaconda https://bugzilla.redhat.com/show_bug.cgi?id=1744115
|
||||||
|
systemd
|
||||||
-kernel
|
-kernel
|
||||||
-dosfstools
|
-dosfstools
|
||||||
-e2fsprogs
|
-e2fsprogs
|
||||||
@@ -66,7 +68,7 @@ echo 'LANG="C.UTF-8"' > /etc/locale.conf
|
|||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1400682
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1400682
|
||||||
echo "Import RPM GPG key"
|
echo "Import RPM GPG key"
|
||||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release-container)
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
||||||
|
|
||||||
echo "# fstab intentionally empty for containers" > /etc/fstab
|
echo "# fstab intentionally empty for containers" > /etc/fstab
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ glibc-all-langpacks
|
|||||||
# Setup Raspberry Pi firmware
|
# Setup Raspberry Pi firmware
|
||||||
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
||||||
|
|
||||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
||||||
echo "Packages within this disk image"
|
echo "Packages within this disk image"
|
||||||
rpm -qa
|
rpm -qa
|
||||||
|
|||||||
17
fedora-disk-xfce.ks
Normal file
17
fedora-disk-xfce.ks
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
%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
|
||||||
@@ -5,11 +5,9 @@ lang en_US.UTF-8
|
|||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
auth --useshadow --passalgo=sha512
|
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
|
|
||||||
# Add most common consoles console=ttyAMA0 console=ttyS0 console=ttyS1 as kernel boot parameter
|
|
||||||
bootloader --timeout=1 --append="net.ifnames=0 modprobe.blacklist=vc4"
|
bootloader --timeout=1 --append="net.ifnames=0 modprobe.blacklist=vc4"
|
||||||
|
|
||||||
network --bootproto=dhcp --device=link --activate --onboot=on
|
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||||
@@ -37,8 +35,8 @@ if [[ $arch == "aarch64" ]] || [[ $arch == "armv7l" ]]; then
|
|||||||
if [[ $arch == "aarch64" ]]; then
|
if [[ $arch == "aarch64" ]]; then
|
||||||
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
||||||
else
|
else
|
||||||
cp -P /usr/share/uboot/rpi_2/u-boot.bin /boot/fw/rpi2-u-boot.bin
|
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/fw/rpi3-u-boot.bin
|
cp -P /usr/share/uboot/rpi_3_32b/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -58,7 +56,7 @@ ostree refs "fedora-iot:fedora/stable/${arch}/iot" --delete
|
|||||||
ostree remote delete fedora-iot
|
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'
|
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 gettin a stray console= from somewhere, work around it
|
# We're getting a stray console= from somewhere, work around it
|
||||||
rpm-ostree kargs --delete=console=tty0
|
rpm-ostree kargs --delete=console=tty0
|
||||||
|
|
||||||
# older versions of livecd-tools do not follow "rootpw --lock" line above
|
# older versions of livecd-tools do not follow "rootpw --lock" line above
|
||||||
@@ -68,13 +66,6 @@ passwd -l root
|
|||||||
# Work around https://bugzilla.redhat.com/show_bug.cgi?id=1193590
|
# Work around https://bugzilla.redhat.com/show_bug.cgi?id=1193590
|
||||||
cp /etc/skel/.bash* /var/roothome
|
cp /etc/skel/.bash* /var/roothome
|
||||||
|
|
||||||
echo -n "Network fixes"
|
|
||||||
# initscripts don't like this file to be missing.
|
|
||||||
cat > /etc/sysconfig/network << EOF
|
|
||||||
NETWORKING=yes
|
|
||||||
NOZEROCONF=yes
|
|
||||||
EOF
|
|
||||||
|
|
||||||
# Remove any persistent NIC rules generated by udev
|
# Remove any persistent NIC rules generated by udev
|
||||||
rm -vf /etc/udev/rules.d/*persistent-net*.rules
|
rm -vf /etc/udev/rules.d/*persistent-net*.rules
|
||||||
# And ensure that we will do DHCP on eth0 on startup
|
# And ensure that we will do DHCP on eth0 on startup
|
||||||
@@ -105,9 +96,6 @@ echo "(Don't worry -- that out-of-space error was expected.)"
|
|||||||
# For trac ticket https://pagure.io/atomic-wg/issue/128
|
# For trac ticket https://pagure.io/atomic-wg/issue/128
|
||||||
rm -f /etc/sysconfig/network-scripts/ifcfg-ens3
|
rm -f /etc/sysconfig/network-scripts/ifcfg-ens3
|
||||||
|
|
||||||
echo "Adding Developer Mode GRUB2 menu item."
|
|
||||||
/usr/libexec/atomic-devmode/bootentry add
|
|
||||||
|
|
||||||
# Anaconda is writing an /etc/resolv.conf from the install environment.
|
# Anaconda is writing an /etc/resolv.conf from the install environment.
|
||||||
# The system should start out with an empty file, otherwise cloud-init
|
# The system should start out with an empty file, otherwise cloud-init
|
||||||
# will try to use this information and may error:
|
# will try to use this information and may error:
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
@kde-media
|
@kde-media
|
||||||
@kde-office
|
@kde-office
|
||||||
@networkmanager-submodules
|
@networkmanager-submodules
|
||||||
|
fedora-release-kde
|
||||||
|
|
||||||
### The KDE-Desktop
|
### The KDE-Desktop
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,8 @@ 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
|
||||||
@@ -58,7 +59,7 @@ aajohan-comfortaa-fonts
|
|||||||
|
|
||||||
# Without this, initramfs generation during live image creation fails: #1242586
|
# Without this, initramfs generation during live image creation fails: #1242586
|
||||||
dracut-live
|
dracut-live
|
||||||
syslinux
|
# syslinux is in @x86-baremetal-tools
|
||||||
|
|
||||||
# anaconda needs the locales available to run for different locales
|
# anaconda needs the locales available to run for different locales
|
||||||
glibc-all-langpacks
|
glibc-all-langpacks
|
||||||
@@ -224,7 +225,7 @@ touch /.liveimg-configured
|
|||||||
# 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'
|
# the hostname must be something else than 'localhost'
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1370222
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1370222
|
||||||
echo "localhost-live" > /etc/hostname
|
hostnamectl set-hostname "localhost-live"
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
@@ -304,7 +305,7 @@ 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 -q --qf '%{version}\n' --whatprovides system-release)
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
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"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
# Maintainer:
|
# Maintainer:
|
||||||
# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
|
# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
|
||||||
# - Credit to Sebastian Dziallas for initiating the project
|
# - Credit to Sebastian Dziallas for initiating the project
|
||||||
|
|
||||||
%include fedora-live-workstation.ks
|
%include fedora-live-workstation.ks
|
||||||
|
|
||||||
# Size partition
|
# Size partition
|
||||||
@@ -16,10 +17,11 @@ part / --size 14336
|
|||||||
@design-suite
|
@design-suite
|
||||||
|
|
||||||
# Provides backup application
|
# Provides backup application
|
||||||
#deja-dup
|
deja-dup
|
||||||
#deja-dup-nautilus
|
deja-dup-nautilus
|
||||||
|
|
||||||
# Add extra gnome applications
|
# Add extra gnome applications
|
||||||
|
gnome-books
|
||||||
gnome-calendar
|
gnome-calendar
|
||||||
gnome-photos
|
gnome-photos
|
||||||
gnome-shell-extension-pomodoro
|
gnome-shell-extension-pomodoro
|
||||||
@@ -30,7 +32,7 @@ powerline
|
|||||||
powerline-fonts
|
powerline-fonts
|
||||||
|
|
||||||
# Extra wallpapers
|
# Extra wallpapers
|
||||||
f30-backgrounds-extras-gnome
|
f31-backgrounds-extras-gnome
|
||||||
|
|
||||||
# removal of unneeded applications
|
# removal of unneeded applications
|
||||||
-gnome-boxes
|
-gnome-boxes
|
||||||
@@ -38,8 +40,8 @@ f30-backgrounds-extras-gnome
|
|||||||
-rdesktop
|
-rdesktop
|
||||||
|
|
||||||
# temporarily removing conflicting application
|
# temporarily removing conflicting application
|
||||||
-synfigstudio
|
|
||||||
-mypaint
|
-mypaint
|
||||||
|
-sparkleshare
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,16 @@
|
|||||||
# fedora-livedvd-games.ks
|
# fedora-live-games.ks
|
||||||
#
|
#
|
||||||
# Maintainer(s):
|
# Maintainer:
|
||||||
# - Darryl T. Agostinelli <dagostinelli@gmail.com>
|
# - Darryl T. Agostinelli <dagostinelli@gmail.com>
|
||||||
# - Formerly maintained by Bruno Wolff III <bruno@wolff.to>
|
# https://fedoraproject.org/wiki/User:Dagostinelli
|
||||||
# - Formerly maintained by Rahul Sundaram
|
#
|
||||||
|
# Former Maintainers:
|
||||||
|
# - Bruno Wolff III <bruno@wolff.to>
|
||||||
|
# https://fedoraproject.org/wiki/User:Bruno
|
||||||
|
#
|
||||||
|
# - Rahul Sundaram <sundaram@fedoraproject.org>
|
||||||
|
# https://fedoraproject.org/wiki/User:Sundaram
|
||||||
|
#
|
||||||
|
|
||||||
%include fedora-live-xfce.ks
|
%include fedora-live-xfce.ks
|
||||||
|
|
||||||
@@ -38,7 +45,6 @@ asc-music
|
|||||||
astromenace
|
astromenace
|
||||||
# beneath-a-steel-sky-cd scummvm games cut for size
|
# beneath-a-steel-sky-cd scummvm games cut for size
|
||||||
boswars
|
boswars
|
||||||
btanks
|
|
||||||
bzflag
|
bzflag
|
||||||
crossfire-client
|
crossfire-client
|
||||||
extremetuxracer
|
extremetuxracer
|
||||||
@@ -46,7 +52,7 @@ extremetuxracer
|
|||||||
freeciv
|
freeciv
|
||||||
freecol
|
freecol
|
||||||
freedoom
|
freedoom
|
||||||
# freedroidrpg # Cut for size
|
freedroidrpg
|
||||||
frozen-bubble
|
frozen-bubble
|
||||||
gl-117
|
gl-117
|
||||||
# glob2 - currently broken
|
# glob2 - currently broken
|
||||||
@@ -57,18 +63,18 @@ tmw
|
|||||||
megaglest
|
megaglest
|
||||||
nethack-vultures
|
nethack-vultures
|
||||||
netpanzer
|
netpanzer
|
||||||
#neverball #cut for size
|
neverball
|
||||||
nogravity
|
nogravity
|
||||||
#pinball # Would pull in fluid-soundfont-lite-patches
|
#pinball # Would pull in fluid-soundfont-lite-patches
|
||||||
scorched3d
|
scorched3d
|
||||||
# supertux # Crashing
|
# supertux # Crashing
|
||||||
#supertuxkart #remove for size
|
supertuxkart
|
||||||
ultimatestunts
|
ultimatestunts
|
||||||
warzone2100
|
warzone2100
|
||||||
wesnoth
|
wesnoth
|
||||||
# worminator # Would pull in fluid-soundfont-lite-patches
|
# worminator # Would pull in fluid-soundfont-lite-patches
|
||||||
# warmux # Cut for size
|
warmux
|
||||||
# xmoto # Cut for size
|
xmoto
|
||||||
|
|
||||||
# traditional (small)
|
# traditional (small)
|
||||||
|
|
||||||
@@ -90,7 +96,6 @@ kcheckers
|
|||||||
knights
|
knights
|
||||||
lbrickbuster2
|
lbrickbuster2
|
||||||
# liquidwar # Would pull in fluid-soundfont-lite-patches
|
# liquidwar # Would pull in fluid-soundfont-lite-patches
|
||||||
londonlaw
|
|
||||||
lordsawar
|
lordsawar
|
||||||
# lure scummvm games cut for size
|
# lure scummvm games cut for size
|
||||||
# machineball # Would pull in fluid-soundfont-lite-patches
|
# machineball # Would pull in fluid-soundfont-lite-patches
|
||||||
@@ -100,7 +105,7 @@ pachi
|
|||||||
pioneers
|
pioneers
|
||||||
quarry
|
quarry
|
||||||
# Ri-li cut for size
|
# Ri-li cut for size
|
||||||
# rogue # abandoned. Someone pick it up so we can include it again!
|
# rogue # recently abandoned. Someone picked it up. Waiting for approval.
|
||||||
# scorchwentbonkers # Would pull in fluid-soundfont-lite-patches
|
# scorchwentbonkers # Would pull in fluid-soundfont-lite-patches
|
||||||
seahorse-adventures
|
seahorse-adventures
|
||||||
solarwolf
|
solarwolf
|
||||||
@@ -114,7 +119,6 @@ xblast
|
|||||||
auriferous
|
auriferous
|
||||||
alienblaster
|
alienblaster
|
||||||
# duel3 # Would pull in fluid-soundfont-lite-patches
|
# duel3 # Would pull in fluid-soundfont-lite-patches
|
||||||
lmarbles
|
|
||||||
powermanga
|
powermanga
|
||||||
# raidem # Would pull in fluid-soundfont-lite-patches
|
# raidem # Would pull in fluid-soundfont-lite-patches
|
||||||
# raidem-music # Would pull in fluid-soundfont-lite-patches
|
# raidem-music # Would pull in fluid-soundfont-lite-patches
|
||||||
@@ -153,7 +157,6 @@ pingus
|
|||||||
|
|
||||||
# puzzles (small)
|
# puzzles (small)
|
||||||
|
|
||||||
escape
|
|
||||||
# gbrainy Removed for space - only game that pulls in mono
|
# gbrainy Removed for space - only game that pulls in mono
|
||||||
magicor
|
magicor
|
||||||
mirrormagic
|
mirrormagic
|
||||||
@@ -172,8 +175,6 @@ PySolFC
|
|||||||
|
|
||||||
bygfoot
|
bygfoot
|
||||||
celestia
|
celestia
|
||||||
childsplay
|
|
||||||
gcompris
|
|
||||||
planets
|
planets
|
||||||
tuxpaint
|
tuxpaint
|
||||||
tuxpaint-stamps
|
tuxpaint-stamps
|
||||||
|
|||||||
@@ -101,7 +101,6 @@ 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
|
||||||
|
|
||||||
|
|||||||
@@ -27,9 +27,12 @@ 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-*
|
||||||
@@ -41,9 +44,11 @@ firefox
|
|||||||
# Drop things that pull in perl
|
# Drop things that pull in perl
|
||||||
-linux-atm
|
-linux-atm
|
||||||
|
|
||||||
# No printing
|
# No printing or scanning
|
||||||
-foomatic-db-ppds
|
-foomatic-db-ppds
|
||||||
-foomatic
|
-foomatic
|
||||||
|
-sane-backends-drivers-scanners
|
||||||
|
-libsane-hpaio
|
||||||
|
|
||||||
# Dictionaries are big
|
# Dictionaries are big
|
||||||
-aspell-*
|
-aspell-*
|
||||||
@@ -52,6 +57,7 @@ firefox
|
|||||||
|
|
||||||
# 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
|
||||||
@@ -60,7 +66,6 @@ firefox
|
|||||||
-krb5-auth-dialog
|
-krb5-auth-dialog
|
||||||
-krb5-workstation
|
-krb5-workstation
|
||||||
-pam_krb5
|
-pam_krb5
|
||||||
-quota
|
|
||||||
-nano
|
-nano
|
||||||
-dos2unix
|
-dos2unix
|
||||||
-finger
|
-finger
|
||||||
@@ -69,10 +74,8 @@ firefox
|
|||||||
-mtr
|
-mtr
|
||||||
-pinfo
|
-pinfo
|
||||||
-rsh
|
-rsh
|
||||||
-nfs-utils
|
|
||||||
-ypbind
|
-ypbind
|
||||||
-yp-tools
|
-yp-tools
|
||||||
-rpcbind
|
|
||||||
-acpid
|
-acpid
|
||||||
-ntsysv
|
-ntsysv
|
||||||
|
|
||||||
@@ -115,7 +118,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', 'eclipse.desktop', 'arduino.desktop', 'gnome-terminal.desktop','nautilus.desktop', 'anaconda.desktop']
|
favorite-apps=['firefox.desktop', 'org.qt-project.qtcreator.desktop', 'arduino.desktop', 'gnome-terminal.desktop','nautilus.desktop', 'anaconda.desktop']
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ dhcp-client
|
|||||||
# Setup Raspberry Pi firmware
|
# Setup Raspberry Pi firmware
|
||||||
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
||||||
|
|
||||||
releasever=$(rpm -q --qf '%{version}\n' fedora-modular-release)
|
releasever=$(rpm --eval '%{fedora}')
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-primary
|
||||||
echo "Packages within this disk image"
|
echo "Packages within this disk image"
|
||||||
rpm -qa
|
rpm -qa
|
||||||
|
|||||||
@@ -13,7 +13,9 @@ vim-enhanced
|
|||||||
wget
|
wget
|
||||||
|
|
||||||
# Remove Pythons possibly recommended by tox
|
# Remove Pythons possibly recommended by tox
|
||||||
|
-python2
|
||||||
-python26
|
-python26
|
||||||
|
-python27
|
||||||
-python33
|
-python33
|
||||||
-python34
|
-python34
|
||||||
-python35
|
-python35
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
%include fedora-python-classroom-common.ks
|
%include fedora-python-classroom-common.ks
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
ninja-ide
|
|
||||||
emacs
|
emacs
|
||||||
python3-matplotlib-tk
|
python3-matplotlib-tk
|
||||||
python3-pillow-tk
|
python3-pillow-tk
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Exactly one of the following should be uncommented
|
# Exactly one of the following should be uncommented
|
||||||
|
|
||||||
# For the master branch the following should be uncommented
|
# For the master branch the following should be uncommented
|
||||||
# %include fedora-repo-rawhide.ks
|
#%include fedora-repo-rawhide.ks
|
||||||
|
|
||||||
# For non-master branches the following should be uncommented
|
# For non-master branches the following should be uncommented
|
||||||
%include fedora-repo-not-rawhide.ks
|
%include fedora-repo-not-rawhide.ks
|
||||||
|
|||||||
@@ -56,13 +56,10 @@ gcc-gfortran
|
|||||||
# GUI for R
|
# GUI for R
|
||||||
rkward
|
rkward
|
||||||
|
|
||||||
# GUI for Octave
|
|
||||||
#qtoctave
|
|
||||||
|
|
||||||
# julia
|
# julia
|
||||||
# Comment out till build failure is sorted
|
julia
|
||||||
# julia
|
julia-doc
|
||||||
# julia-doc
|
julia-devel
|
||||||
|
|
||||||
# IDEs for the IDE folks
|
# IDEs for the IDE folks
|
||||||
@eclipse
|
@eclipse
|
||||||
@@ -70,7 +67,9 @@ rkward
|
|||||||
# Workaround for https://pagure.io/releng/issue/7814
|
# Workaround for https://pagure.io/releng/issue/7814
|
||||||
-eclipse-linuxtools-vagrant
|
-eclipse-linuxtools-vagrant
|
||||||
|
|
||||||
#spyder
|
python3-spyder
|
||||||
|
python3-spyder-kernels
|
||||||
|
|
||||||
|
|
||||||
#writing & publishing
|
#writing & publishing
|
||||||
emacs
|
emacs
|
||||||
@@ -91,8 +90,8 @@ openmpi
|
|||||||
openmpi-devel
|
openmpi-devel
|
||||||
valgrind-openmpi
|
valgrind-openmpi
|
||||||
libgomp
|
libgomp
|
||||||
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
|
||||||
|
|
||||||
@@ -114,7 +113,6 @@ libotf
|
|||||||
#root
|
#root
|
||||||
root
|
root
|
||||||
root-gui-fitpanel
|
root-gui-fitpanel
|
||||||
root-python
|
|
||||||
|
|
||||||
#Multiple jobs/clustering system
|
#Multiple jobs/clustering system
|
||||||
# torque
|
# torque
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ firewall --enabled --service=mdns,presence
|
|||||||
-abrt-cli
|
-abrt-cli
|
||||||
-ibus*
|
-ibus*
|
||||||
-hyperv-daemons
|
-hyperv-daemons
|
||||||
-webkit2gtk3-plugin-process-gtk2
|
|
||||||
|
|
||||||
# Add some extra fonts
|
# Add some extra fonts
|
||||||
dejavu-sans-fonts
|
dejavu-sans-fonts
|
||||||
@@ -89,20 +88,20 @@ sugar-logos
|
|||||||
|
|
||||||
%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
|
|
||||||
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
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
# 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
|
@firefox
|
||||||
@fonts
|
@fonts
|
||||||
|
|||||||
Reference in New Issue
Block a user