mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-10 00:50:32 +08:00
Compare commits
48 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
26be0f2d85 | ||
|
|
6553b85eba | ||
|
|
015e301b25 | ||
|
|
e77c443079 | ||
|
|
3fd7e8b009 | ||
|
|
8909332a6d | ||
|
|
ee920bfa1f | ||
|
|
e11de770d0 | ||
|
|
f85bbb10ee | ||
|
|
0ef56672f7 | ||
|
|
15e9749cd4 | ||
|
|
0933e101c0 | ||
|
|
fc25b45421 | ||
|
|
25735c97b2 | ||
|
|
9c4ea05e32 | ||
|
|
84cba7aaa0 | ||
|
|
434aec0dd3 | ||
|
|
d0d81076bb | ||
|
|
5468763219 | ||
|
|
4b020c1d29 | ||
|
|
965fb1adab | ||
|
|
7f436214bc | ||
|
|
8d66af166c | ||
|
|
6f3661e3a5 | ||
|
|
5d987e82b3 | ||
|
|
2de79eaadb | ||
|
|
aaaf21e930 | ||
|
|
73645f341e | ||
|
|
b2a85a8796 | ||
|
|
f626ce246d | ||
|
|
b41f84a72c | ||
|
|
dceca557c3 | ||
|
|
e0e0f1f7ee | ||
|
|
c4c8c7add1 | ||
|
|
1f1184c77c | ||
|
|
2699e4b6a3 | ||
|
|
2ac5e77a03 | ||
|
|
c901db770b | ||
|
|
3d4d6ddc8d | ||
|
|
d37a1e4622 | ||
|
|
4fc84a77a2 | ||
|
|
9181574bcc | ||
|
|
c86a3d3f99 | ||
|
|
59a047ebf7 | ||
|
|
232e5174ce | ||
|
|
06fc035621 | ||
|
|
722a7889fa | ||
|
|
8df52454c6 |
@@ -10,7 +10,7 @@ bootloader extlinux
|
|||||||
part /boot/fw --size=30 --fstype vfat --asprimary
|
part /boot/fw --size=30 --fstype vfat --asprimary
|
||||||
part /boot --size=512 --fstype ext4 --asprimary
|
part /boot --size=512 --fstype ext4 --asprimary
|
||||||
part swap --size=512 --fstype swap --asprimary
|
part swap --size=512 --fstype swap --asprimary
|
||||||
part / --size=2800 --fstype ext4 --asprimary
|
part / --size=3584 --fstype ext4 --asprimary
|
||||||
|
|
||||||
# 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
|
||||||
@@ -23,11 +23,10 @@ services --enabled=sshd,NetworkManager,avahi-daemon,rsyslog,chronyd,initial-setu
|
|||||||
@core
|
@core
|
||||||
@standard
|
@standard
|
||||||
@hardware-support
|
@hardware-support
|
||||||
|
@dial-up
|
||||||
|
|
||||||
kernel
|
kernel
|
||||||
# remove this in %post
|
|
||||||
dracut-config-generic
|
dracut-config-generic
|
||||||
-dracut-config-rescue
|
|
||||||
# install tools needed to manage and boot arm systems
|
# install tools needed to manage and boot arm systems
|
||||||
@arm-tools
|
@arm-tools
|
||||||
rng-tools
|
rng-tools
|
||||||
@@ -36,12 +35,12 @@ extlinux-bootloader
|
|||||||
bcm283x-firmware
|
bcm283x-firmware
|
||||||
initial-setup
|
initial-setup
|
||||||
initial-setup-gui
|
initial-setup-gui
|
||||||
-iwl*
|
|
||||||
-ipw*
|
|
||||||
-trousers-lib
|
|
||||||
#lets resize / on first boot
|
#lets resize / on first boot
|
||||||
# dracut-modules-growroot
|
# dracut-modules-growroot
|
||||||
|
|
||||||
|
# remove this in %post
|
||||||
|
dracut-config-generic
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
%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=5690 --fstype ext4
|
part / --size=5632 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%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
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
%include fedora-arm-base.ks
|
|
||||||
%include fedora-arm-xbase.ks
|
|
||||||
%include fedora-lxqt-common.ks
|
|
||||||
|
|
||||||
%packages
|
|
||||||
# trojita not available on non-x86 platforms
|
|
||||||
-trojita
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
%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=5500 --fstype ext4
|
part / --size=5500 --fstype ext4
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,26 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
%include fedora-minimal-common.ks
|
|
||||||
|
|
||||||
part /boot --size=512 --fstype ext4
|
|
||||||
part swap --size=256 --fstype swap
|
part swap --size=256 --fstype swap
|
||||||
part / --size=1256 --fstype ext4
|
part / --size=1279 --fstype ext4
|
||||||
|
|
||||||
|
%packages
|
||||||
|
-@standard
|
||||||
|
-@dial-up
|
||||||
|
-initial-setup-gui
|
||||||
|
-generic-release*
|
||||||
|
-glibc-all-langpacks
|
||||||
|
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,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,9 +1,10 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
|
|
||||||
# server defaults to xfs for / so lets do so on arm also
|
# server defaults to xfs for / so lets do so on arm also
|
||||||
part / --size=2500 --fstype xfs
|
part / --size=3000 --fstype xfs
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
-@dial-up
|
||||||
# install the default groups for the server evironment since installing the environment is not working
|
# install the default groups for the server evironment since installing the environment is not working
|
||||||
@server-product
|
@server-product
|
||||||
@standard
|
@standard
|
||||||
|
|||||||
@@ -1,7 +1,105 @@
|
|||||||
%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
|
||||||
|
|
||||||
|
firewall --enabled --service=mdns,presence
|
||||||
|
|
||||||
%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 .
|
||||||
|
|
||||||
|
# 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
|
||||||
|
cat >> /boot/olpc_build << EOF
|
||||||
|
Sugar on a Stick
|
||||||
|
EOF
|
||||||
|
cat /etc/fedora-release >> /boot/olpc_build
|
||||||
|
|
||||||
|
# Add our activities to the favorites
|
||||||
|
cat > /usr/share/sugar/data/activities.defaults << EOF
|
||||||
|
org.laptop.WebActivity
|
||||||
|
org.laptop.HelpActivity
|
||||||
|
org.laptop.Chat
|
||||||
|
org.laptop.sugar.ReadActivity
|
||||||
|
org.laptop.sugar.GetBooksActivity
|
||||||
|
org.laptop.AbiWordActivity
|
||||||
|
org.laptop.TurtleArtActivity
|
||||||
|
org.laptop.Calculate
|
||||||
|
org.laptop.Clock
|
||||||
|
org.laptop.ImageViewerActivity
|
||||||
|
org.laptop.Memorize
|
||||||
|
org.laptop.physics
|
||||||
|
org.laptop.Pippy
|
||||||
|
org.laptop.RecordActivity
|
||||||
|
org.laptop.Oficina
|
||||||
|
org.laptop.StopWatchActivity
|
||||||
|
org.laptop.community.Finance
|
||||||
|
org.laptop.community.TypingTurtle
|
||||||
|
org.laptop.sugar.Jukebox
|
||||||
|
org.laptop.Words
|
||||||
|
org.eq.FotoToon
|
||||||
|
org.gnome.Labyrinth
|
||||||
|
com.laptop.Ruler
|
||||||
|
org.sugarlabs.AbacusActivity
|
||||||
|
org.sugarlabs.IRC
|
||||||
|
org.sugarlabs.InfoSlicer
|
||||||
|
org.sugarlabs.PortfolioActivity
|
||||||
|
org.sugarlabs.StoryActivity
|
||||||
|
org.sugarlabs.VisualMatchActivity
|
||||||
|
com.garycmartin.Moon
|
||||||
|
mulawa.Countries
|
||||||
|
tv.alterna.Clock
|
||||||
|
vu.lux.olpc.Maze
|
||||||
|
vu.lux.olpc.Speak
|
||||||
|
EOF
|
||||||
|
|
||||||
|
cat > /etc/sysconfig/desktop <<EOF
|
||||||
|
PREFERRED=/usr/bin/sugar
|
||||||
|
DISPLAYMANAGER=/usr/sbin/lightdm
|
||||||
|
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
|
||||||
|
# set Sugar as default session, otherwise login will fail
|
||||||
|
sed -i 's/^#user-session=.*/user-session=sugar/' /etc/lightdm/lightdm.conf
|
||||||
|
|
||||||
|
# Don't use the default system user (in SoaS liveuser) as nick name
|
||||||
|
# Disable the logout menu item in Sugar
|
||||||
|
# Enable Sugar power management
|
||||||
|
cat >/usr/share/glib-2.0/schemas/sugar.soas.gschema.override <<EOF
|
||||||
|
[org.sugarlabs.user]
|
||||||
|
default-nick='disabled'
|
||||||
|
|
||||||
|
[org.sugarlabs]
|
||||||
|
show-logout=false
|
||||||
|
|
||||||
|
[org.sugarlabs.power]
|
||||||
|
automatic=true
|
||||||
|
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
|
||||||
|
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/sugar.soas.gschema.override
|
||||||
|
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
%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=5500 --fstype ext4
|
part / --size=5500 --fstype ext4
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
%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=4500 --fstype ext4
|
part / --size=4000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
# Like the Atomic Host cloud image, but tuned for vagrant: enable the
|
# Like the Atomic cloud image, but tuned for vagrant. Enable
|
||||||
# vagrant user, disable cloud-init.
|
# the vagrant user, disable cloud-init.
|
||||||
|
|
||||||
%include fedora-atomic.ks
|
%include fedora-atomic.ks
|
||||||
|
|
||||||
|
services --disabled=cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
|
|
||||||
user --name=vagrant --password=vagrant
|
user --name=vagrant --password=vagrant
|
||||||
rootpw vagrant
|
rootpw vagrant
|
||||||
|
|
||||||
@@ -12,16 +14,13 @@ rootpw vagrant
|
|||||||
# platforms (virtualbox and kvm)
|
# platforms (virtualbox and kvm)
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0"
|
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0"
|
||||||
|
|
||||||
|
|
||||||
%post --erroronfail
|
%post --erroronfail
|
||||||
|
|
||||||
# Work around cloud-init being both disabled and enabled; need
|
# Work around cloud-init being both disabled and enabled; need
|
||||||
# to refactor to a common base.
|
# to refactor to a common base.
|
||||||
systemctl mask cloud-init cloud-init-local cloud-config cloud-final
|
systemctl mask cloud-init cloud-init-local cloud-config cloud-final
|
||||||
|
|
||||||
# The inherited cloud %post locks the passwd, but we want it
|
|
||||||
# unlocked for vagrant, just like downstream.
|
|
||||||
passwd -u root
|
|
||||||
|
|
||||||
# Vagrant setup
|
# Vagrant setup
|
||||||
sed -i 's,Defaults\\s*requiretty,Defaults !requiretty,' /etc/sudoers
|
sed -i 's,Defaults\\s*requiretty,Defaults !requiretty,' /etc/sudoers
|
||||||
echo 'vagrant ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/vagrant-nopasswd
|
echo 'vagrant ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/vagrant-nopasswd
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# dedicated for Docker containers, and uses docker-storage-setup to
|
# dedicated for Docker containers, and uses docker-storage-setup to
|
||||||
# dynamically resize storage on boot.
|
# dynamically resize storage on boot.
|
||||||
|
|
||||||
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
|
||||||
@@ -14,6 +14,7 @@ timezone --utc Etc/UTC
|
|||||||
auth --useshadow --passalgo=sha512
|
auth --useshadow --passalgo=sha512
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
|
user --name=none
|
||||||
|
|
||||||
firewall --disabled
|
firewall --disabled
|
||||||
|
|
||||||
@@ -31,29 +32,36 @@ volgroup atomicos pv.01
|
|||||||
logvol / --size=3000 --fstype="xfs" --name=root --vgname=atomicos
|
logvol / --size=3000 --fstype="xfs" --name=root --vgname=atomicos
|
||||||
|
|
||||||
# Equivalent of %include fedora-repo.ks
|
# Equivalent of %include fedora-repo.ks
|
||||||
# Pull from the ostree repo that was created during the compose
|
ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/atomic/25/ --ref=fedora-atomic/25/x86_64/updates/docker-host
|
||||||
ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/compose/atomic/rawhide/ --ref=fedora/rawhide/x86_64/atomic-host
|
|
||||||
|
|
||||||
reboot
|
reboot
|
||||||
|
|
||||||
%post --erroronfail
|
%post --erroronfail
|
||||||
# See https://github.com/projectatomic/rpm-ostree/issues/42
|
# Set the ref we are tracking to the be fedora-atomic/25/x86_64/docker-host
|
||||||
# Set the ostree repo to the location we want users to upgrade from
|
# one, which is what we are using for the two week releases. We want consumers
|
||||||
# This location is where the compose gets synced to after the compose
|
# of this image to track the two week releases
|
||||||
# is done.
|
ostree admin set-origin --index 0 fedora-atomic https://kojipkgs.fedoraproject.org/atomic/25/ fedora-atomic/25/x86_64/docker-host
|
||||||
ostree remote delete fedora-atomic
|
|
||||||
ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-27-primary fedora-atomic 'https://kojipkgs.fedoraproject.org/atomic/rawhide/'
|
# Make sure the ref we're supposedly sitting on (according
|
||||||
|
# to the updated origin) exists.
|
||||||
|
ostree refs fedora-atomic:fedora-atomic/25/x86_64/updates/docker-host --create fedora-atomic:fedora-atomic/25/x86_64/docker-host
|
||||||
|
|
||||||
|
# Remove the old ref so that the commit eventually gets
|
||||||
|
# cleaned up.
|
||||||
|
ostree refs fedora-atomic:fedora-atomic/25/x86_64/updates/docker-host --delete
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
# Configure docker-storage-setup to resize the partition table on boot
|
# Configure docker-storage-setup to resize the partition table on boot
|
||||||
# https://github.com/projectatomic/docker-storage-setup/pull/25
|
# https://github.com/projectatomic/docker-storage-setup/pull/25
|
||||||
echo 'GROWPART=true' >> /etc/sysconfig/docker-storage-setup
|
echo 'GROWPART=true' > /etc/sysconfig/docker-storage-setup
|
||||||
|
|
||||||
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
|
||||||
@@ -110,7 +118,7 @@ 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 "Packages within this cloud image:"
|
echo "Packages within this cloud image:"
|
||||||
echo "-----------------------------------------------------------------------"
|
echo "-----------------------------------------------------------------------"
|
||||||
@@ -125,13 +133,13 @@ dd bs=1M if=/dev/zero of=/var/tmp/zeros || :
|
|||||||
rm -f /var/tmp/zeros
|
rm -f /var/tmp/zeros
|
||||||
echo "(Don't worry -- that out-of-space error was expected.)"
|
echo "(Don't worry -- that out-of-space error was expected.)"
|
||||||
|
|
||||||
# For trac ticket https://pagure.io/atomic-wg/issue/128
|
# For trac ticket https://fedorahosted.org/cloud/ticket/128
|
||||||
rm -f /etc/sysconfig/network-scripts/ifcfg-ens3
|
rm -f /etc/sysconfig/network-scripts/ifcfg-ens3
|
||||||
|
|
||||||
echo "Adding Developer Mode GRUB2 menu item."
|
echo "Adding Developer Mode GRUB2 menu item."
|
||||||
/usr/libexec/atomic-devmode/bootentry add
|
/usr/libexec/atomic-devmode/bootentry add
|
||||||
|
|
||||||
# Disable network service here, as doing it in the services line
|
# enable network service here, as doing it in the services line
|
||||||
# fails due to RHBZ #1369794
|
# fails due to RHBZ #1369794
|
||||||
/sbin/chkconfig network off
|
/sbin/chkconfig network off
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# fedora-cinnamon-common.ks
|
# fedora-cinnamon-packages.ks
|
||||||
#
|
#
|
||||||
# Description:
|
# Description:
|
||||||
# - Fedora package set for the Cinnamon Desktop Environment
|
# - Fedora package set for the Cinnamon Desktop Environment
|
||||||
@@ -16,12 +16,17 @@
|
|||||||
pidgin
|
pidgin
|
||||||
hexchat
|
hexchat
|
||||||
transmission
|
transmission
|
||||||
|
parole
|
||||||
|
|
||||||
# mp3 support
|
# make sure we have a graphical installer
|
||||||
gstreamer1-plugins-ugly-free
|
yumex-dnf
|
||||||
|
|
||||||
# extra backgrounds
|
# extra backgrounds
|
||||||
desktop-backgrounds-basic
|
desktop-backgrounds-basic
|
||||||
f26-backgrounds-extras-gnome
|
f24-backgrounds-extras-gnome
|
||||||
|
|
||||||
|
# save some space
|
||||||
|
-fedora-icon-theme
|
||||||
|
-PackageKit* # we switched to yumex, so we don't need this
|
||||||
|
|
||||||
%end
|
%end
|
||||||
12
fedora-cloud-base-arm.ks
Normal file
12
fedora-cloud-base-arm.ks
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
%include fedora-cloud-base.ks
|
||||||
|
|
||||||
|
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyAMA0,115200n8"
|
||||||
|
|
||||||
|
part /boot --fstype="ext4" --size=500
|
||||||
|
part /boot/efi --fstype="vfat" --size=100
|
||||||
|
|
||||||
|
%packages
|
||||||
|
efibootmgr
|
||||||
|
grub2-efi
|
||||||
|
shim
|
||||||
|
%end
|
||||||
10
fedora-cloud-base-ppc.ks
Normal file
10
fedora-cloud-base-ppc.ks
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
%include fedora-cloud-base.ks
|
||||||
|
|
||||||
|
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
||||||
|
|
||||||
|
part prepboot --fstype="prepboot" --size=4
|
||||||
|
part /boot --fstype="ext4" --size=500
|
||||||
|
|
||||||
|
%packages
|
||||||
|
grub2
|
||||||
|
%end
|
||||||
@@ -19,7 +19,7 @@ rootpw vagrant
|
|||||||
# even on VirtualBox virt, we get a primary network device with "eth0" as the name
|
# even on VirtualBox virt, we get a primary network device with "eth0" as the name
|
||||||
# This simplifies things and allows a single disk image for both supported Vagrant
|
# This simplifies things and allows a single disk image for both supported Vagrant
|
||||||
# platforms (virtualbox and kvm)
|
# platforms (virtualbox and kvm)
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0"
|
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0" --extlinux
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
# The default koji Vagrantfile configuration uses rsync to sync files between
|
# The default koji Vagrantfile configuration uses rsync to sync files between
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
# 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 ImageFactory (in Koji).
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
# imagefactory --debug base_image --file-parameter install_script ${tempfile} fedora-atomic-rawhide.tdl
|
# 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
|
cmdline
|
||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
@@ -32,17 +32,24 @@ timezone --utc Etc/UTC
|
|||||||
auth --useshadow --passalgo=sha512
|
auth --useshadow --passalgo=sha512
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
|
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=link --activate --onboot=on
|
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||||
services --enabled=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
services --enabled=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
|
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all
|
clearpart --all
|
||||||
autopart --noboot --nohome --noswap --nolvm
|
#
|
||||||
|
# We need to disable 64bit options here or extlinux won't work.
|
||||||
|
# See: http://www.syslinux.org/wiki/index.php/Filesystem#ext4
|
||||||
|
# and
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1369934
|
||||||
|
#
|
||||||
|
part / --fstype ext4 --grow --mkfsoptions="-O ^64bit"
|
||||||
|
|
||||||
%include fedora-repo.ks
|
%include fedora-repo.ks
|
||||||
|
|
||||||
@@ -81,9 +88,7 @@ which
|
|||||||
#-kbd
|
#-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 +122,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"
|
||||||
@@ -152,6 +163,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"
|
||||||
@@ -211,7 +225,7 @@ 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 dnf repodata."
|
||||||
# FIXME: clear history?
|
# FIXME: clear history?
|
||||||
@@ -231,13 +245,21 @@ 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*
|
||||||
|
|
||||||
|
|
||||||
|
# This is a temporary workaround for
|
||||||
|
# <https://bugzilla.redhat.com/show_bug.cgi?id=1147998>
|
||||||
|
# where sfdisk seems to be messing up the mbr.
|
||||||
|
# Long-term fix is to address this in anaconda directly and remove this.
|
||||||
|
# <https://bugzilla.redhat.com/show_bug.cgi?id=1015931>
|
||||||
|
dd if=/usr/share/syslinux/mbr.bin of=/dev/vda
|
||||||
|
|
||||||
# FIXME: is this still needed?
|
# FIXME: is this still needed?
|
||||||
echo "Fixing SELinux contexts."
|
echo "Fixing SELinux contexts."
|
||||||
touch /var/log/cron
|
touch /var/log/cron
|
||||||
touch /var/log/boot.log
|
touch /var/log/boot.log
|
||||||
# ignore return code because UEFI systems with vfat filesystems
|
chattr -i /boot/extlinux/ldlinux.sys
|
||||||
# that don't support selinux will give us errors
|
/usr/sbin/fixfiles -R -a restore
|
||||||
/usr/sbin/fixfiles -R -a restore || true
|
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
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ 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=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
@@ -97,6 +97,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
|
||||||
@@ -174,7 +178,7 @@ 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 yum repodata."
|
echo "Cleaning old yum repodata."
|
||||||
yum history new
|
yum history new
|
||||||
@@ -205,7 +209,9 @@ 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/yum
|
mkdir -p /var/cache/yum
|
||||||
|
chattr -i /boot/extlinux/ldlinux.sys
|
||||||
/usr/sbin/fixfiles -R -a restore
|
/usr/sbin/fixfiles -R -a restore
|
||||||
|
chattr +i /boot/extlinux/ldlinux.sys
|
||||||
|
|
||||||
echo "Zeroing out empty space."
|
echo "Zeroing out empty space."
|
||||||
# This forces the filesystem to reclaim space from deleted files
|
# This forces the filesystem to reclaim space from deleted files
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ 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=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
@@ -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
|
||||||
@@ -165,7 +169,7 @@ 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 yum repodata."
|
echo "Cleaning old yum repodata."
|
||||||
yum history new
|
yum history new
|
||||||
|
|||||||
@@ -1,93 +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
|
|
||||||
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
|
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
kernel
|
|
||||||
# remove this in %post
|
|
||||||
dracut-config-generic
|
|
||||||
-dracut-config-rescue
|
|
||||||
# install tools needed to manage and boot arm systems
|
|
||||||
@arm-tools
|
|
||||||
rng-tools
|
|
||||||
chrony
|
|
||||||
bcm283x-firmware
|
|
||||||
uboot-images-armv8
|
|
||||||
-uboot-images-armv7
|
|
||||||
initial-setup
|
|
||||||
-iwl*
|
|
||||||
-ipw*
|
|
||||||
-trousers-lib
|
|
||||||
-generic-release*
|
|
||||||
|
|
||||||
# make sure all the locales are available for inital0-setup and anaconda to work
|
|
||||||
glibc-all-langpacks
|
|
||||||
|
|
||||||
# workaround for consequence of RHBZ #1324623: without this, with
|
|
||||||
# yum-based creation tools, compose fails due to conflict between
|
|
||||||
# libcrypt and libcrypt-nss. dnf does not seem to have the same
|
|
||||||
# issue, so this may be dropped when appliance-creator is ported
|
|
||||||
# to dnf.
|
|
||||||
libcrypt-nss
|
|
||||||
-libcrypt
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
# Setup Raspberry Pi firmware
|
|
||||||
cp -Pr /usr/share/bcm283x-firmware/* /boot/efi/
|
|
||||||
mv -f /boot/efi/config-64.txt /boot/efi/config.txt
|
|
||||||
cp -P /usr/share/uboot/rpi_3/u-boot.bin /boot/efi/rpi3-u-boot.bin
|
|
||||||
|
|
||||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
|
||||||
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
|
|
||||||
|
|
||||||
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,6 +0,0 @@
|
|||||||
%include fedora-disk-base.ks
|
|
||||||
%include fedora-minimal-common.ks
|
|
||||||
|
|
||||||
services --enabled=sshd,NetworkManager,chronyd,initial-setup
|
|
||||||
|
|
||||||
autopart --type=plain
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
%include fedora-disk-base.ks
|
|
||||||
|
|
||||||
services --enabled=sshd,NetworkManager,chronyd,initial-setup
|
|
||||||
|
|
||||||
autopart
|
|
||||||
|
|
||||||
%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*
|
|
||||||
%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
|
|
||||||
|
|
||||||
autopart --type=plain
|
|
||||||
|
|
||||||
%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
|
|
||||||
6
fedora-docker-base-arm.ks
Normal file
6
fedora-docker-base-arm.ks
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
%include fedora-docker-base.ks
|
||||||
|
|
||||||
|
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
||||||
|
|
||||||
|
part /boot --fstype="ext4" --size=500
|
||||||
|
part /boot/efi --fstype="vfat" --size=100
|
||||||
@@ -1,70 +0,0 @@
|
|||||||
# See docker-base-common.ks for details on how to hack on docker image kickstarts
|
|
||||||
# This base is a stripped back Fedora image without python3/dnf.
|
|
||||||
# If you need that use the standard base image.
|
|
||||||
|
|
||||||
%include fedora-docker-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
|
|
||||||
5
fedora-docker-base-ppc.ks
Normal file
5
fedora-docker-base-ppc.ks
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
%include fedora-docker-base.ks
|
||||||
|
|
||||||
|
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
||||||
|
|
||||||
|
part prepboot --fstype="prepboot" --size=4
|
||||||
@@ -1,38 +1,95 @@
|
|||||||
# See docker-base-common.ks for details on how to hack on docker image kickstarts
|
# This is a minimal Fedora install designed to serve as a Docker base image.
|
||||||
# This base is a standard Fedora image with python3 and dnf
|
#
|
||||||
|
# To keep this image minimal it only installs English language. You need to change
|
||||||
|
# yum 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://git.fedorahosted.org/cgit/fedora-atomic.git/tree/fedora-atomic-rawhide.tdl
|
||||||
|
#
|
||||||
|
# Then, once you have imagefactory and imagefactory-plugins installed, run:
|
||||||
|
#
|
||||||
|
# imagefactory --debug target_image --template /path/to/fedora-atomic-rawhide.tdl --parameter offline_icicle true --file-parameter install_script $(pwd)/fedora-docker-base.ks docker
|
||||||
|
#
|
||||||
|
|
||||||
%include fedora-docker-common.ks
|
cmdline
|
||||||
|
bootloader --disabled
|
||||||
|
timezone --isUtc --nontp Etc/UTC
|
||||||
|
rootpw --lock --iscrypted locked
|
||||||
|
user --name=none
|
||||||
|
|
||||||
|
keyboard us
|
||||||
|
zerombr
|
||||||
|
clearpart --all
|
||||||
|
part / --fstype ext4 --grow
|
||||||
|
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||||
|
reboot
|
||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore
|
%packages --excludedocs --instLangs=en --nocore
|
||||||
rootfiles
|
bash
|
||||||
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
||||||
|
fedora-release
|
||||||
|
rootfiles
|
||||||
vim-minimal
|
vim-minimal
|
||||||
dnf
|
dnf
|
||||||
dnf-yum # https://fedorahosted.org/fesco/ticket/1312#comment:29
|
dnf-yum # https://fedorahosted.org/fesco/ticket/1312#comment:29
|
||||||
sssd-client
|
sssd-client
|
||||||
|
#fakesystemd #TODO: waiting for review https://bugzilla.redhat.com/show_bug.cgi?id=1118740
|
||||||
|
-kernel
|
||||||
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post --erroronfail --log=/root/anaconda-post.log
|
%post --log=/tmp/anaconda-post.log
|
||||||
# remove some extraneous files
|
|
||||||
rm -rf /var/cache/dnf/*
|
set -e
|
||||||
rm -rf /tmp/*
|
|
||||||
|
# Set the language rpm nodocs transaction flag persistently in the
|
||||||
|
# image yum.conf and rpm macros
|
||||||
|
|
||||||
|
# remove the user anaconda forces us to make
|
||||||
|
userdel -r none
|
||||||
|
|
||||||
|
LANG="en_US"
|
||||||
|
echo "%_install_lang $LANG" > /etc/rpm/macros.image-language-conf
|
||||||
|
|
||||||
|
# Carry these configs for both dnf and yum for users who are calling
|
||||||
|
# yum-deprecated directly. This will keep the experience between both
|
||||||
|
# consistent
|
||||||
|
awk '(NF==0&&!done){print "override_install_langs='$LANG'\ntsflags=nodocs";done=1}{print}' \
|
||||||
|
< /etc/yum.conf > /etc/yum.conf.new
|
||||||
|
mv /etc/yum.conf.new /etc/yum.conf
|
||||||
|
|
||||||
|
awk '(NF==0&&!done){print "override_install_langs='$LANG'\ntsflags=nodocs";done=1}{print}' \
|
||||||
|
< /etc/dnf/dnf.conf > /etc/dnf/dnf.conf.new
|
||||||
|
mv /etc/dnf/dnf.conf.new /etc/dnf/dnf.conf
|
||||||
|
|
||||||
|
echo "Import RPM GPG key"
|
||||||
|
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
||||||
|
basearch=$(uname -i)
|
||||||
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||||
|
|
||||||
|
echo "# fstab intentionally empty for containers" > /etc/fstab
|
||||||
|
rm -f /usr/lib/locale/locale-archive
|
||||||
|
|
||||||
|
#Setup locale properly
|
||||||
|
localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
|
||||||
|
|
||||||
|
rm -rf /var/cache/yum/*
|
||||||
|
rm -f /tmp/ks-script*
|
||||||
|
|
||||||
#Mask mount units and getty service so that we don't get login prompt
|
#Mask mount units and getty service so that we don't get login prompt
|
||||||
systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connections.mount systemd-logind.service getty.target console-getty.service
|
systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connections.mount systemd-logind.service getty.target console-getty.service
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1343138
|
# Remove machine-id on pre generated images
|
||||||
|
rm -f /etc/machine-id
|
||||||
|
touch /etc/machine-id
|
||||||
|
|
||||||
# Fix /run/lock breakage since it's not tmpfs in docker
|
# 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
|
umount /run
|
||||||
systemd-tmpfiles --prefix=/run/ --prefix=/var/run/ --create --boot || true
|
systemd-tmpfiles --create --boot
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,68 +0,0 @@
|
|||||||
# This is the common bits between Fedora Docker 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://git.fedorahosted.org/cgit/fedora-atomic.git/tree/fedora-atomic-rawhide.tdl
|
|
||||||
#
|
|
||||||
# Then, once you have imagefactory and imagefactory-plugins installed, run:
|
|
||||||
#
|
|
||||||
# ksflatten -c fedora-docker-base[-minimal].ks -o fedora-docker-base-test.ks
|
|
||||||
# imagefactory --debug target_image --template /path/to/fedora-atomic-rawhide.tdl --parameter offline_icicle true --file-parameter install_script $(pwd)/fedora-docker-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
|
|
||||||
fedora-release
|
|
||||||
bash
|
|
||||||
-kernel
|
|
||||||
-dosfstools
|
|
||||||
-e2fsprogs
|
|
||||||
-fuse-libs
|
|
||||||
-gnupg2-smime
|
|
||||||
-libss # used by e2fsprogs
|
|
||||||
-libusbx
|
|
||||||
-pinentry
|
|
||||||
-shared-mime-info
|
|
||||||
-trousers
|
|
||||||
-xkeyboard-config
|
|
||||||
|
|
||||||
%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=1400682
|
|
||||||
echo "Import RPM GPG key"
|
|
||||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
|
||||||
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
|
|
||||||
@@ -1,78 +0,0 @@
|
|||||||
%packages
|
|
||||||
@firefox
|
|
||||||
@kde-apps
|
|
||||||
@kde-desktop
|
|
||||||
@kde-media
|
|
||||||
@kde-office
|
|
||||||
@kde-telepathy
|
|
||||||
@networkmanager-submodules
|
|
||||||
|
|
||||||
### The KDE-Desktop
|
|
||||||
|
|
||||||
### Browser
|
|
||||||
qupzilla
|
|
||||||
|
|
||||||
### 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
|
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
# 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*
|
|
||||||
-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
|
|
||||||
29
fedora-kde-packages.ks
Normal file
29
fedora-kde-packages.ks
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
%packages
|
||||||
|
@firefox
|
||||||
|
@kde-apps
|
||||||
|
@kde-desktop
|
||||||
|
@kde-media
|
||||||
|
@kde-office
|
||||||
|
@kde-telepathy
|
||||||
|
@networkmanager-submodules
|
||||||
|
|
||||||
|
### The KDE-Desktop
|
||||||
|
|
||||||
|
### Browser
|
||||||
|
qupzilla
|
||||||
|
|
||||||
|
### 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
|
||||||
|
|
||||||
|
# minimal localization support - allows installing the kde-l10n-* packages
|
||||||
|
system-config-language
|
||||||
|
kde-l10n
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
@@ -35,7 +35,6 @@ sextractor
|
|||||||
siril
|
siril
|
||||||
skyviewer
|
skyviewer
|
||||||
swarp
|
swarp
|
||||||
wcstools
|
|
||||||
|
|
||||||
# Observatory: KStars + INDI drivers + Skychart
|
# Observatory: KStars + INDI drivers + Skychart
|
||||||
indi-aagcloudwatcher
|
indi-aagcloudwatcher
|
||||||
@@ -89,7 +88,6 @@ python3-photutils
|
|||||||
python3-pyvo
|
python3-pyvo
|
||||||
python3-reproject
|
python3-reproject
|
||||||
python3-sep
|
python3-sep
|
||||||
python3-wcsaxes
|
|
||||||
|
|
||||||
# matplotlib backends
|
# matplotlib backends
|
||||||
python3-matplotlib-qt4
|
python3-matplotlib-qt4
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ clearpart --all
|
|||||||
part / --size 5120 --fstype ext4
|
part / --size 5120 --fstype ext4
|
||||||
services --enabled=NetworkManager,ModemManager --disabled=sshd
|
services --enabled=NetworkManager,ModemManager --disabled=sshd
|
||||||
network --bootproto=dhcp --device=link --activate
|
network --bootproto=dhcp --device=link --activate
|
||||||
rootpw --lock --iscrypted locked
|
|
||||||
shutdown
|
shutdown
|
||||||
|
|
||||||
%include fedora-repo.ks
|
%include fedora-repo.ks
|
||||||
@@ -174,7 +173,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
|
||||||
|
|||||||
@@ -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-cinnamon-common.ks
|
%include fedora-cinnamon-packages.ks
|
||||||
|
|
||||||
part / --size=6144
|
part / --size=6144
|
||||||
|
|
||||||
|
|||||||
@@ -16,14 +16,46 @@ part / --size 14336
|
|||||||
# Switch to groups for design suite
|
# Switch to groups for design suite
|
||||||
@design-suite
|
@design-suite
|
||||||
|
|
||||||
|
# Added addons to address rhbz#1336879 from dnf
|
||||||
|
gimp-data-extras
|
||||||
|
gimp-dbp
|
||||||
|
gimp-dds-plugin
|
||||||
|
gimp-elsamuko
|
||||||
|
gimp-fourier-plugin
|
||||||
|
gimp-gap
|
||||||
|
gimp-help
|
||||||
|
gimp-help-browser
|
||||||
|
gimp-high-pass-filter
|
||||||
|
gimp-layer-via-copy-cut
|
||||||
|
gimp-lensfun
|
||||||
|
gimp-lqr-plugin
|
||||||
|
gimp-normalmap
|
||||||
|
gimp-paint-studio
|
||||||
|
gimp-resynthesizer
|
||||||
|
gimp-save-for-web
|
||||||
|
gimp-separate+
|
||||||
|
gimp-wavelet-denoise-plugin
|
||||||
|
gimpfx-foundry
|
||||||
|
gmic-gimp
|
||||||
|
inkscape-psd
|
||||||
|
inkscape-sozi
|
||||||
|
inkscape-table
|
||||||
|
#LuxRender-blender Comment that line because i86 support is no longer available
|
||||||
|
sane-backends-drivers-scanners
|
||||||
|
xsane-gimp
|
||||||
|
#YafaRay-blender
|
||||||
|
|
||||||
# Add extra gnome applications
|
# Add extra gnome applications
|
||||||
gnome-books
|
gnome-books
|
||||||
gnome-calendar
|
gnome-calendar
|
||||||
gnome-photos
|
gnome-photos
|
||||||
|
|
||||||
# Extra wallpapers
|
# Extra wallpapers
|
||||||
f26-backgrounds-extras-base
|
f24-backgrounds-extras-base
|
||||||
f26-backgrounds-extras-gnome
|
f24-backgrounds-extras-gnome
|
||||||
|
f25-backgrounds-extras-base
|
||||||
|
f25-backgrounds-extras-gnome
|
||||||
|
|
||||||
|
|
||||||
# removal of unneeded applications
|
# removal of unneeded applications
|
||||||
-gnome-boxes
|
-gnome-boxes
|
||||||
|
|||||||
@@ -51,8 +51,8 @@ gl-117
|
|||||||
glob2
|
glob2
|
||||||
lincity-ng
|
lincity-ng
|
||||||
tmw
|
tmw
|
||||||
#maniadrive - currently broken
|
#maniadrive - maniadrive isn't building with php7
|
||||||
#maniadrive-music - has been retired
|
#maniadrive-music
|
||||||
megaglest
|
megaglest
|
||||||
nethack-vultures
|
nethack-vultures
|
||||||
netpanzer
|
netpanzer
|
||||||
@@ -189,6 +189,7 @@ games-menus
|
|||||||
|
|
||||||
# No compilations of games as I want to only include games that at least
|
# No compilations of games as I want to only include games that at least
|
||||||
# someone thought were good within a genre.
|
# someone thought were good within a genre.
|
||||||
|
-kdegames
|
||||||
|
|
||||||
# Nothing should be downloading data to play.
|
# Nothing should be downloading data to play.
|
||||||
-autodownloader
|
-autodownloader
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# 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
|
||||||
|
|
||||||
@@ -55,9 +55,11 @@ 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 plasma-pk-updates
|
||||||
echo "Removing plasma-pk-updates package."
|
sed -i \
|
||||||
rpm -e plasma-pk-updates
|
-e "s|^X-KDE-PluginInfo-EnabledByDefault=true|X-KDE-PluginInfo-EnabledByDefault=false|g" \
|
||||||
|
/usr/share/plasma/plasmoids/org.kde.plasma.pkupdates/metadata.desktop \
|
||||||
|
/usr/share/kservices5/plasma-applet-org.kde.plasma.pkupdates.desktop
|
||||||
|
|
||||||
# Disable baloo
|
# Disable baloo
|
||||||
cat > /home/liveuser/.config/baloofilerc << BALOO_EOF
|
cat > /home/liveuser/.config/baloofilerc << BALOO_EOF
|
||||||
|
|||||||
@@ -13,5 +13,63 @@
|
|||||||
# DVD payload
|
# DVD payload
|
||||||
part / --size=6144
|
part / --size=6144
|
||||||
|
|
||||||
|
|
||||||
|
%packages
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# 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-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*
|
||||||
|
-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
|
%post
|
||||||
%end
|
%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
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|
||||||
@@ -4,11 +4,48 @@
|
|||||||
# 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
|
%include fedora-live-minimization.ks
|
||||||
|
|
||||||
part / --size 6144
|
part / --size 6144
|
||||||
|
|
||||||
|
%packages
|
||||||
|
|
||||||
|
# Drop things for size
|
||||||
|
-@3d-printing
|
||||||
|
-brasero
|
||||||
|
-colord
|
||||||
|
-fedora-icon-theme
|
||||||
|
-GConf2
|
||||||
|
-gnome-bluetooth-libs
|
||||||
|
-gnome-icon-theme
|
||||||
|
-gnome-icon-theme-symbolic
|
||||||
|
-gnome-software
|
||||||
|
-gnome-themes
|
||||||
|
-gnome-themes-standard
|
||||||
|
-gnome-user-docs
|
||||||
|
|
||||||
|
-@mate-applications
|
||||||
|
-mate-icon-theme-faenza
|
||||||
|
|
||||||
|
# Drop oversized fonts that aren't needed
|
||||||
|
|
||||||
|
# Drop things that pull in perl
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# Help and art can be big, too
|
||||||
|
-gnome-user-docs
|
||||||
|
-evolution-help
|
||||||
|
|
||||||
|
# Legacy cmdline things we don't want
|
||||||
|
-telnet
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||||
|
|
||||||
@@ -21,9 +58,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
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +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-live-minimization.ks
|
|
||||||
%include fedora-python-classroom-gnome-common.ks
|
|
||||||
@@ -44,7 +44,7 @@ ddd
|
|||||||
valgrind
|
valgrind
|
||||||
|
|
||||||
#python 2 tools/libraries not included from the groups
|
#python 2 tools/libraries not included from the groups
|
||||||
python2-tools
|
python-tools
|
||||||
python-ipython
|
python-ipython
|
||||||
python-ipython-console
|
python-ipython-console
|
||||||
python-ipython-notebook
|
python-ipython-notebook
|
||||||
@@ -133,9 +133,9 @@ backintime-kde
|
|||||||
libotf
|
libotf
|
||||||
|
|
||||||
#root
|
#root
|
||||||
root
|
#root
|
||||||
root-gui-fitpanel
|
#root-gui-fitpanel
|
||||||
root-python
|
#root-python
|
||||||
|
|
||||||
#Multiple jobs/clustering system
|
#Multiple jobs/clustering system
|
||||||
# torque
|
# torque
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ gnome-keyring-pam
|
|||||||
-gimp-help
|
-gimp-help
|
||||||
-desktop-backgrounds-basic
|
-desktop-backgrounds-basic
|
||||||
-realmd # only seems to be used in GNOME
|
-realmd # only seems to be used in GNOME
|
||||||
-PackageKit* # we switched to dnfdragora, so we don't need this
|
-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
|
||||||
|
|||||||
@@ -10,21 +10,88 @@
|
|||||||
|
|
||||||
%include fedora-live-base.ks
|
%include fedora-live-base.ks
|
||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
%include fedora-soas-common.ks
|
%include fedora-soas-packages.ks
|
||||||
|
|
||||||
|
firewall --enabled --service=mdns,presence
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
# 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
|
||||||
|
cat >> /boot/olpc_build << EOF
|
||||||
|
Sugar on a Stick
|
||||||
|
EOF
|
||||||
|
cat /etc/fedora-release >> /boot/olpc_build
|
||||||
|
|
||||||
|
# Add our activities to the favorites
|
||||||
|
cat > /usr/share/sugar/data/activities.defaults << EOF
|
||||||
|
org.laptop.WebActivity
|
||||||
|
org.laptop.HelpActivity
|
||||||
|
org.laptop.Chat
|
||||||
|
org.laptop.sugar.ReadActivity
|
||||||
|
org.laptop.sugar.GetBooksActivity
|
||||||
|
org.laptop.AbiWordActivity
|
||||||
|
org.laptop.TurtleArtActivity
|
||||||
|
org.laptop.Calculate
|
||||||
|
org.laptop.Clock
|
||||||
|
org.laptop.ImageViewerActivity
|
||||||
|
org.laptop.Memorize
|
||||||
|
org.laptop.physics
|
||||||
|
org.laptop.Pippy
|
||||||
|
org.laptop.RecordActivity
|
||||||
|
org.laptop.Oficina
|
||||||
|
org.laptop.StopWatchActivity
|
||||||
|
org.laptop.community.Finance
|
||||||
|
org.laptop.community.TypingTurtle
|
||||||
|
org.laptop.sugar.Jukebox
|
||||||
|
org.laptop.Words
|
||||||
|
org.eq.FotoToon
|
||||||
|
org.gnome.Labyrinth
|
||||||
|
com.laptop.Ruler
|
||||||
|
org.sugarlabs.AbacusActivity
|
||||||
|
org.sugarlabs.IRC
|
||||||
|
org.sugarlabs.InfoSlicer
|
||||||
|
org.sugarlabs.PortfolioActivity
|
||||||
|
org.sugarlabs.StoryActivity
|
||||||
|
org.sugarlabs.VisualMatchActivity
|
||||||
|
com.garycmartin.Moon
|
||||||
|
mulawa.Countries
|
||||||
|
tv.alterna.Clock
|
||||||
|
vu.lux.olpc.Maze
|
||||||
|
vu.lux.olpc.Speak
|
||||||
|
EOF
|
||||||
|
|
||||||
|
cat > /etc/sysconfig/desktop <<EOF
|
||||||
|
PREFERRED=/usr/bin/sugar
|
||||||
|
DISPLAYMANAGER=/usr/sbin/lightdm
|
||||||
|
EOF
|
||||||
|
|
||||||
# set up lightdm autologin
|
# set up lightdm autologin
|
||||||
sed -i 's/^#autologin-user=.*/autologin-user=liveuser/' /etc/lightdm/lightdm.conf
|
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/^#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
|
# set Sugar as default session, otherwise login will fail
|
||||||
sed -i 's/^#user-session=.*/user-session=sugar/' /etc/lightdm/lightdm.conf
|
sed -i 's/^#user-session=.*/user-session=sugar/' /etc/lightdm/lightdm.conf
|
||||||
EOF
|
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys-late << EOF
|
# Don't use the default system user (in SoaS liveuser) as nick name
|
||||||
|
# Disable the logout menu item in Sugar
|
||||||
|
# Enable Sugar power management
|
||||||
|
cat >/usr/share/glib-2.0/schemas/sugar.soas.gschema.override <<EOF
|
||||||
|
[org.sugarlabs.user]
|
||||||
|
default-nick='disabled'
|
||||||
|
|
||||||
|
[org.sugarlabs]
|
||||||
|
show-logout=false
|
||||||
|
|
||||||
|
[org.sugarlabs.power]
|
||||||
|
automatic=true
|
||||||
|
EOF
|
||||||
|
|
||||||
# disable screensaver locking
|
# disable screensaver locking
|
||||||
cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.override << FOE
|
cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.override << FOE
|
||||||
@@ -39,12 +106,7 @@ disable-lock-screen=true
|
|||||||
FOE
|
FOE
|
||||||
|
|
||||||
# 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
|
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/sugar.soas.gschema.override
|
||||||
|
/usr/bin/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
|
||||||
|
|||||||
@@ -3,10 +3,10 @@
|
|||||||
# 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
|
# Disable this for now to see if packagekit is causing
|
||||||
# by leaving a gpg-agent around holding /dev/null open.
|
# compose failures by leaving a gpg-agent around holding /dev/null open.
|
||||||
#
|
#
|
||||||
#include snippets/packagekit-cached-metadata.ks
|
#include snippets/packagekit-cached-metadata.ks
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
%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
|
||||||
|
|||||||
@@ -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,52 +0,0 @@
|
|||||||
# fedora-lxqt-common.ks
|
|
||||||
#
|
|
||||||
# Description:
|
|
||||||
# – Fedora Live Spin with the LXQt desktop environment
|
|
||||||
#
|
|
||||||
# Maintainer(s):
|
|
||||||
# – Christian Dersch <lupinix@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
|
|
||||||
|
|
||||||
# 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*
|
|
||||||
-ibus*
|
|
||||||
-iok
|
|
||||||
|
|
||||||
# Fix https://bugzilla.redhat.com/show_bug.cgi?id=1429132
|
|
||||||
# Why is this not pulled in by anaconda???
|
|
||||||
storaged
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
@@ -1,6 +1,5 @@
|
|||||||
%packages
|
%packages
|
||||||
-PackageKit* # we switched to dnfdragora, so we don't need this
|
-PackageKit* # we switched to yumex, so we don't need this
|
||||||
PackageKit-command-not-found # nifty for installing not-found cli-commands
|
|
||||||
firefox
|
firefox
|
||||||
@mate
|
@mate
|
||||||
compiz
|
compiz
|
||||||
@@ -17,12 +16,17 @@ emerald-themes
|
|||||||
emerald
|
emerald
|
||||||
fusion-icon
|
fusion-icon
|
||||||
@networkmanager-submodules
|
@networkmanager-submodules
|
||||||
blueberry
|
blueman
|
||||||
|
|
||||||
# some apps from mate-applications
|
# some apps from mate-applications
|
||||||
caja-actions
|
caja-actions
|
||||||
mate-disk-usage-analyzer
|
mate-disk-usage-analyzer
|
||||||
|
|
||||||
|
# more backgrounds
|
||||||
|
f25-backgrounds-base
|
||||||
|
f25-backgrounds-mate
|
||||||
|
f25-backgrounds-extras-base
|
||||||
|
|
||||||
# system tools
|
# system tools
|
||||||
system-config-printer
|
system-config-printer
|
||||||
system-config-printer-applet
|
system-config-printer-applet
|
||||||
@@ -31,7 +35,7 @@ lightdm-gtk-greeter-settings
|
|||||||
# audio video
|
# audio video
|
||||||
parole
|
parole
|
||||||
exaile
|
exaile
|
||||||
gstreamer1-plugin-mpg123 # mp3 support
|
PackageKit-gstreamer-plugin
|
||||||
|
|
||||||
# blacklist applications which breaks mate-desktop
|
# blacklist applications which breaks mate-desktop
|
||||||
-audacious
|
-audacious
|
||||||
@@ -50,28 +54,4 @@ p7zip-plugins
|
|||||||
# desktop image at some point. We won't touch this one for now.
|
# desktop image at some point. We won't touch this one for now.
|
||||||
nss-mdns
|
nss-mdns
|
||||||
|
|
||||||
# Drop things for size
|
|
||||||
-@3d-printing
|
|
||||||
-brasero
|
|
||||||
-colord
|
|
||||||
-fedora-icon-theme
|
|
||||||
-GConf2
|
|
||||||
-gnome-bluetooth-libs
|
|
||||||
-gnome-icon-theme
|
|
||||||
-gnome-icon-theme-symbolic
|
|
||||||
-gnome-software
|
|
||||||
-gnome-themes
|
|
||||||
-gnome-themes-standard
|
|
||||||
-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
|
%end
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
%packages
|
|
||||||
-@standard
|
|
||||||
-initial-setup-gui
|
|
||||||
-generic-release*
|
|
||||||
-glibc-all-langpacks
|
|
||||||
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,22 +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
|
|
||||||
-python26
|
|
||||||
-python33
|
|
||||||
-python34
|
|
||||||
-python35
|
|
||||||
-pypy
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -1,104 +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
|
|
||||||
ninja-ide
|
|
||||||
emacs
|
|
||||||
python3-matplotlib-tk
|
|
||||||
python3-pillow-tk
|
|
||||||
|
|
||||||
# Remove extra gnome-y things
|
|
||||||
-@graphical-internet
|
|
||||||
-@games
|
|
||||||
-@sound-and-video
|
|
||||||
-@multimedia
|
|
||||||
-dleyna*
|
|
||||||
-evolution*
|
|
||||||
-gnome-boxes
|
|
||||||
-gnome-calendar
|
|
||||||
-gnome-clocks
|
|
||||||
-gnome-contacts
|
|
||||||
-gnome-disk-utility
|
|
||||||
-gnome-documents
|
|
||||||
-gnome-font-viewer
|
|
||||||
-gnome-maps
|
|
||||||
-gnome-weather
|
|
||||||
-grilo-plugins
|
|
||||||
-cheese
|
|
||||||
-totem
|
|
||||||
-totem-nautilus
|
|
||||||
|
|
||||||
# This is no longer workstation
|
|
||||||
-@workstation-product
|
|
||||||
-fedora-productimg-workstation
|
|
||||||
|
|
||||||
# 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-*
|
|
||||||
-hunspell-*
|
|
||||||
-words
|
|
||||||
|
|
||||||
# Help and art can be big, too
|
|
||||||
-gnome-user-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,4 @@
|
|||||||
repo --name=fedora --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/metalink?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/metalink?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/metalink?repo=updates-testing-f$releasever&arch=$basearch
|
||||||
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
url --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
repo --name=rawhide --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
repo --name=rawhide --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch
|
||||||
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
|
url --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,164 +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>
|
|
||||||
|
|
||||||
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
|
|
||||||
-webkitgtk4-plugin-process-gtk2
|
|
||||||
|
|
||||||
# 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
|
|
||||||
|
|
||||||
# Get the Sugar boot screen
|
|
||||||
-plymouth-system-theme
|
|
||||||
-plymouth-theme-charge
|
|
||||||
sugar-logos
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
%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
|
|
||||||
cat >> /boot/olpc_build << EOF
|
|
||||||
Sugar on a Stick
|
|
||||||
EOF
|
|
||||||
cat /etc/fedora-release >> /boot/olpc_build
|
|
||||||
|
|
||||||
# Add our activities to the favorites
|
|
||||||
cat > /usr/share/sugar/data/activities.defaults << EOF
|
|
||||||
org.laptop.WebActivity
|
|
||||||
org.laptop.HelpActivity
|
|
||||||
org.laptop.Chat
|
|
||||||
org.laptop.sugar.ReadActivity
|
|
||||||
org.laptop.sugar.GetBooksActivity
|
|
||||||
org.laptop.AbiWordActivity
|
|
||||||
org.laptop.TurtleArtActivity
|
|
||||||
org.laptop.Calculate
|
|
||||||
org.laptop.Clock
|
|
||||||
org.laptop.ImageViewerActivity
|
|
||||||
org.laptop.Memorize
|
|
||||||
org.laptop.physics
|
|
||||||
org.laptop.Pippy
|
|
||||||
org.laptop.RecordActivity
|
|
||||||
org.laptop.Oficina
|
|
||||||
org.laptop.StopWatchActivity
|
|
||||||
org.laptop.community.Finance
|
|
||||||
org.laptop.community.TypingTurtle
|
|
||||||
org.laptop.sugar.Jukebox
|
|
||||||
org.laptop.Words
|
|
||||||
org.eq.FotoToon
|
|
||||||
org.gnome.Labyrinth
|
|
||||||
com.laptop.Ruler
|
|
||||||
org.sugarlabs.AbacusActivity
|
|
||||||
org.sugarlabs.IRC
|
|
||||||
org.sugarlabs.InfoSlicer
|
|
||||||
org.sugarlabs.PortfolioActivity
|
|
||||||
org.sugarlabs.StoryActivity
|
|
||||||
org.sugarlabs.VisualMatchActivity
|
|
||||||
com.garycmartin.Moon
|
|
||||||
mulawa.Countries
|
|
||||||
tv.alterna.Clock
|
|
||||||
vu.lux.olpc.Maze
|
|
||||||
vu.lux.olpc.Speak
|
|
||||||
EOF
|
|
||||||
|
|
||||||
cat > /etc/sysconfig/desktop <<EOF
|
|
||||||
PREFERRED=/usr/bin/sugar
|
|
||||||
DISPLAYMANAGER=/usr/sbin/lightdm
|
|
||||||
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
|
|
||||||
|
|
||||||
# Don't use the default system user (in SoaS liveuser) as nick name
|
|
||||||
# Disable the logout menu item in Sugar
|
|
||||||
# Enable Sugar power management
|
|
||||||
cat >/usr/share/glib-2.0/schemas/sugar.soas.gschema.override <<EOF
|
|
||||||
[org.sugarlabs.user]
|
|
||||||
default-nick='disabled'
|
|
||||||
|
|
||||||
[org.sugarlabs]
|
|
||||||
show-logout=false
|
|
||||||
|
|
||||||
[org.sugarlabs.power]
|
|
||||||
automatic=true
|
|
||||||
EOF
|
|
||||||
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/sugar.soas.gschema.override
|
|
||||||
|
|
||||||
%end
|
|
||||||
87
fedora-soas-packages.ks
Normal file
87
fedora-soas-packages.ks
Normal file
@@ -0,0 +1,87 @@
|
|||||||
|
# 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
|
||||||
|
-webkitgtk4-plugin-process-gtk2
|
||||||
|
webkitgtk3
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# Get the Sugar boot screen
|
||||||
|
-plymouth-system-theme
|
||||||
|
-plymouth-theme-charge
|
||||||
|
sugar-logos
|
||||||
|
|
||||||
|
%end
|
||||||
@@ -38,7 +38,8 @@ system-config-printer
|
|||||||
-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
|
||||||
-xfce4-sensors-plugin
|
-xfce4-sensors-plugin
|
||||||
|
|
||||||
@@ -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
|
|
||||||
@german-support
|
|
||||||
# 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
|
|
||||||
@japanese-support
|
|
||||||
# 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
|
|
||||||
|
|
||||||
@@ -1,61 +0,0 @@
|
|||||||
# fedora-livecd-lxde-ja_JP.ks
|
|
||||||
#
|
|
||||||
# Description:
|
|
||||||
# - Japanese Fedora Live Spin with the LXDE Desktop Environment
|
|
||||||
#
|
|
||||||
# Maintainer(s):
|
|
||||||
# - Shintaro Fujiwara <shintaro.fujiwara@miraclelinux.com>
|
|
||||||
|
|
||||||
%include ../fedora-live-lxde.ks
|
|
||||||
|
|
||||||
lang ja_JP.UTF-8
|
|
||||||
keyboard jp
|
|
||||||
timezone Asia/Tokyo
|
|
||||||
|
|
||||||
%packages
|
|
||||||
@japanese-support
|
|
||||||
# exclude input methods:
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
-ibus*
|
|
||||||
-iok
|
|
||||||
# Better more popular browser
|
|
||||||
firefox
|
|
||||||
# ibus stuff
|
|
||||||
ibus-kkc
|
|
||||||
imsettings
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
|
||||||
#### setting env and start ibus-deamon ####
|
|
||||||
#mkdir /home/liveuser
|
|
||||||
cat >> /home/liveuser/.bash_profile << FOE
|
|
||||||
export XMODIFIERS="@im=ibus"
|
|
||||||
export GTK_IM_MODULE=ibus
|
|
||||||
export QT_IM_MODULE=ibus
|
|
||||||
ibus-daemon -drx
|
|
||||||
FOE
|
|
||||||
#### autostart ibus and stuff ####
|
|
||||||
cat > /etc/xdg/autostart/imsettings-start.desktop << "FOE"
|
|
||||||
[Desktop Entry]
|
|
||||||
Encoding=UTF-8
|
|
||||||
Type=Application
|
|
||||||
Version=1.0
|
|
||||||
Name=Input Method starter
|
|
||||||
Name[ja]=入力メソッドのスターター
|
|
||||||
Exec=imsettings-switch -n -q -x
|
|
||||||
Terminal=false
|
|
||||||
FOE
|
|
||||||
EOF
|
|
||||||
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
|
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
# fedora-livecd-xfce-ja_JP.ks
|
|
||||||
#
|
|
||||||
# Description:
|
|
||||||
# - Japanese Fedora Live Spin with the Xfce Desktop Environment
|
|
||||||
#
|
|
||||||
# Maintainer(s):
|
|
||||||
# - Shintaro Fujiwara <shintaro.fujiwara@miraclelinux.com>
|
|
||||||
|
|
||||||
%include ../fedora-live-xfce.ks
|
|
||||||
|
|
||||||
lang ja_JP.UTF-8
|
|
||||||
keyboard jp
|
|
||||||
timezone Asia/Tokyo
|
|
||||||
|
|
||||||
%packages
|
|
||||||
@japanese-support
|
|
||||||
# exclude input methods except ibus:
|
|
||||||
-m17n*
|
|
||||||
-scim*
|
|
||||||
-iok
|
|
||||||
|
|
||||||
# ibus-kkc
|
|
||||||
ibus-kkc
|
|
||||||
%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
|
|
||||||
|
|
||||||
@@ -19,22 +19,22 @@ PK_PREFIX=`mktemp -d`
|
|||||||
mkdir -p $PK_PREFIX/etc/yum.repos.d
|
mkdir -p $PK_PREFIX/etc/yum.repos.d
|
||||||
if [ -f /etc/yum.repos.d/fedora.repo ] ; then
|
if [ -f /etc/yum.repos.d/fedora.repo ] ; then
|
||||||
cp /etc/yum.repos.d/fedora.repo $PK_PREFIX/etc/yum.repos.d/
|
cp /etc/yum.repos.d/fedora.repo $PK_PREFIX/etc/yum.repos.d/
|
||||||
sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch|baseurl=https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-/compose/Everything/$basearch/os/|' \
|
sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch|baseurl=http://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-/compose/Everything/$basearch/os/|' \
|
||||||
$PK_PREFIX/etc/yum.repos.d/fedora.repo
|
$PK_PREFIX/etc/yum.repos.d/fedora.repo
|
||||||
fi
|
fi
|
||||||
if [ -f /etc/yum.repos.d/fedora-updates.repo ] ; then
|
if [ -f /etc/yum.repos.d/fedora-updates.repo ] ; then
|
||||||
cp /etc/yum.repos.d/fedora-updates.repo $PK_PREFIX/etc/yum.repos.d/
|
cp /etc/yum.repos.d/fedora-updates.repo $PK_PREFIX/etc/yum.repos.d/
|
||||||
sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch|baseurl=https://kojipkgs.fedoraproject.org/mash/updates/f$releasever-updates/$basearch/|' \
|
sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch|baseurl=http://kojipkgs.fedoraproject.org/mash/updates/f$releasever-updates/$basearch/|' \
|
||||||
$PK_PREFIX/etc/yum.repos.d/fedora-updates.repo
|
$PK_PREFIX/etc/yum.repos.d/fedora-updates.repo
|
||||||
fi
|
fi
|
||||||
if [ -f /etc/yum.repos.d/fedora-updates-testing.repo ] ; then
|
if [ -f /etc/yum.repos.d/fedora-updates-testing.repo ] ; then
|
||||||
cp /etc/yum.repos.d/fedora-updates-testing.repo $PK_PREFIX/etc/yum.repos.d/
|
cp /etc/yum.repos.d/fedora-updates-testing.repo $PK_PREFIX/etc/yum.repos.d/
|
||||||
sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch|baseurl=https://kojipkgs.fedoraproject.org/mash/updates/f$releasever-updates-testing/$basearch/|' \
|
sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch|baseurl=http://kojipkgs.fedoraproject.org/mash/updates/f$releasever-updates-testing/$basearch/|' \
|
||||||
$PK_PREFIX/etc/yum.repos.d/fedora-updates-testing.repo
|
$PK_PREFIX/etc/yum.repos.d/fedora-updates-testing.repo
|
||||||
fi
|
fi
|
||||||
if [ -f /etc/yum.repos.d/fedora-rawhide.repo ] ; then
|
if [ -f /etc/yum.repos.d/fedora-rawhide.repo ] ; then
|
||||||
cp /etc/yum.repos.d/fedora-rawhide.repo $PK_PREFIX/etc/yum.repos.d/
|
cp /etc/yum.repos.d/fedora-rawhide.repo $PK_PREFIX/etc/yum.repos.d/
|
||||||
sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch|baseurl=https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-/compose/Everything/$basearch/os/|' \
|
sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch|baseurl=http://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-/compose/Everything/$basearch/os/|' \
|
||||||
$PK_PREFIX/etc/yum.repos.d/fedora-rawhide.repo
|
$PK_PREFIX/etc/yum.repos.d/fedora-rawhide.repo
|
||||||
fi
|
fi
|
||||||
rpm --root=$PK_PREFIX --initdb
|
rpm --root=$PK_PREFIX --initdb
|
||||||
|
|||||||
Reference in New Issue
Block a user