mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-09 00:20:31 +08:00
Compare commits
76 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c033c03c08 | ||
|
|
16a5bf2a4d | ||
|
|
6ef2d02a30 | ||
|
|
b8947535a2 | ||
|
|
72a583d4a4 | ||
|
|
7a6f83699b | ||
|
|
76d2df7147 | ||
|
|
1fd1f6d138 | ||
|
|
94ab41ccd3 | ||
|
|
5f90422b0e | ||
|
|
c7094bf8ab | ||
|
|
906bbfee12 | ||
|
|
a9325d0503 | ||
|
|
0a2751d382 | ||
|
|
782967ccba | ||
|
|
cd947e0c4a | ||
|
|
e17d3d0ba4 | ||
|
|
1c25cb6171 | ||
|
|
e171dabdc5 | ||
|
|
d7ef245b83 | ||
|
|
48296d16ae | ||
|
|
b71f67490e | ||
|
|
9308b5da94 | ||
|
|
500b85c343 | ||
|
|
7f06442f8f | ||
|
|
02e041303b | ||
|
|
5cb276a2f1 | ||
|
|
7fcc4df93a | ||
|
|
cde583e3a2 | ||
|
|
9245751e67 | ||
|
|
5e9e250c1d | ||
|
|
ba3bedacb3 | ||
|
|
cd820f7630 | ||
|
|
fb6bcce1be | ||
|
|
d7d0e5ad95 | ||
|
|
9fa38d0117 | ||
|
|
cf9444b682 | ||
|
|
bfc2901422 | ||
|
|
47ab710fe2 | ||
|
|
0959478eab | ||
|
|
427657159d | ||
|
|
dbe507bd91 | ||
|
|
0b6884a62e | ||
|
|
3677a24bd9 | ||
|
|
4675f6f6fd | ||
|
|
2bd8c367cf | ||
|
|
a7d928767c | ||
|
|
f7d3da2878 | ||
|
|
131565566b | ||
|
|
d4d001c549 | ||
|
|
db8c33a53f | ||
|
|
16b8801b8e | ||
|
|
264303aac1 | ||
|
|
7c328c9965 | ||
|
|
66b3b50b89 | ||
|
|
341e2f56f9 | ||
|
|
b1c14531ce | ||
|
|
9c52c11e9a | ||
|
|
37dc4aa02f | ||
|
|
a8e9553e5c | ||
|
|
75e15f1dd2 | ||
|
|
9eed55b9e5 | ||
|
|
eae3708bca | ||
|
|
ee4bc19ae7 | ||
|
|
51d4c8ee45 | ||
|
|
9defdef6cd | ||
|
|
efab044d00 | ||
|
|
13f09fe7d6 | ||
|
|
38321a2d35 | ||
|
|
b5ab8fc9bb | ||
|
|
6881942927 | ||
|
|
c00926fcb5 | ||
|
|
66c69f4243 | ||
|
|
6633c8f661 | ||
|
|
84b8cd7926 | ||
|
|
f1cfec3f1b |
1
.sparkleshare
Normal file
1
.sparkleshare
Normal file
@@ -0,0 +1 @@
|
|||||||
|
d6afc629dc9311ebd79b4cedb2775531065ecb05
|
||||||
2
Makefile
2
Makefile
@@ -18,8 +18,6 @@ install:
|
|||||||
install -m 644 custom/* $(DATADIR)/$(name)/custom
|
install -m 644 custom/* $(DATADIR)/$(name)/custom
|
||||||
mkdir -p -m 755 $(DATADIR)/$(name)/l10n
|
mkdir -p -m 755 $(DATADIR)/$(name)/l10n
|
||||||
install -m 644 l10n/* $(DATADIR)/$(name)/l10n
|
install -m 644 l10n/* $(DATADIR)/$(name)/l10n
|
||||||
mkdir -p -m 755 $(DATADIR)/$(name)/snippets
|
|
||||||
install -m 644 snippets/* $(DATADIR)/$(name)/snippets
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(name)-*.tar.gz
|
rm -f $(name)-*.tar.gz
|
||||||
|
|||||||
23
README
Normal file
23
README
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
The master branch is where development takes place:
|
||||||
|
- it may contain kickstart files that are broken, or
|
||||||
|
- spin concepts that are in the process of being
|
||||||
|
approved by the Board (trademark approval), or
|
||||||
|
- spin concepts that are in the process of being
|
||||||
|
approved by the Spins SIG
|
||||||
|
|
||||||
|
The release specific branches contain spin concepts that:
|
||||||
|
- are approved (both by Board and Spin SIG)
|
||||||
|
- maintained for the remainder of the release cycle
|
||||||
|
|
||||||
|
git clone ssh://git.fedorahosted.org/git/spin-kickstarts.git spin-kickstarts
|
||||||
|
cd spin-kickstarts
|
||||||
|
# If you need a specific branch other than master:
|
||||||
|
git checkout BRANCHNAME
|
||||||
|
# No tag has been added yet tag HEAD with
|
||||||
|
git tag VERSION
|
||||||
|
git push --tags
|
||||||
|
make
|
||||||
|
# Publish the released tar ball
|
||||||
|
make publish
|
||||||
|
# Clean up the generated files:
|
||||||
|
make clean
|
||||||
31
README.md
31
README.md
@@ -1,31 +0,0 @@
|
|||||||
# fedora-kickstarts #
|
|
||||||
|
|
||||||
This project is used to manage the Fedora kickstart files used in composing Fedora release images.
|
|
||||||
|
|
||||||
The master branch is used by rawhide and each release branch is used by that release.
|
|
||||||
|
|
||||||
All changes should be made via the PR workflow.
|
|
||||||
|
|
||||||
This project is packaged in Fedora as the spin-kickstarts package allowing users to see
|
|
||||||
and modify the kickstart files for their local needs.
|
|
||||||
|
|
||||||
## To make a release ##
|
|
||||||
|
|
||||||
* git clone ssh://git@pagure.io/fedora-kickstarts.git fedora-kickstarts
|
|
||||||
* cd fedora-kickstarts
|
|
||||||
* # If you need a specific branch other than master:
|
|
||||||
* git checkout BRANCHNAME
|
|
||||||
* # No tag has been added yet tag HEAD with
|
|
||||||
* git tag VERSION
|
|
||||||
* git push --tags
|
|
||||||
* make
|
|
||||||
* # Publish the released tar ball
|
|
||||||
* make publish
|
|
||||||
* # Clean up the generated files:
|
|
||||||
* make clean
|
|
||||||
|
|
||||||
# bug reports #
|
|
||||||
|
|
||||||
Bugs should be reported to the spin-kickstarts bugzilla component:
|
|
||||||
|
|
||||||
https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=spin-kickstarts
|
|
||||||
9
SparkleShare.txt
Normal file
9
SparkleShare.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Congratulations, you've successfully created a SparkleShare repository!
|
||||||
|
|
||||||
|
Any files you add or change in this folder will be automatically synced to
|
||||||
|
ssh://luya@git.fedorahosted.org/git/spin-kickstarts.git and everyone connected to it.
|
||||||
|
|
||||||
|
SparkleShare is an Open Source software program that helps people collaborate and
|
||||||
|
share files. If you like what we do, consider buying us a beer: http://www.sparkleshare.org/
|
||||||
|
|
||||||
|
Have fun! :)
|
||||||
@@ -4,5 +4,5 @@
|
|||||||
<%page args="ostree_osname, ostree_ref"/>
|
<%page args="ostree_osname, ostree_ref"/>
|
||||||
append usr/share/anaconda/interactive-defaults.ks "ostreesetup --nogpg --osname=${ostree_osname} --remote=${ostree_osname} --url=file:////run/install/repo/content/repo --ref=${ostree_ref}\n"
|
append usr/share/anaconda/interactive-defaults.ks "ostreesetup --nogpg --osname=${ostree_osname} --remote=${ostree_osname} --url=file:////run/install/repo/content/repo --ref=${ostree_ref}\n"
|
||||||
append usr/share/anaconda/interactive-defaults.ks "services --disabled cloud-init,cloud-config,cloud-final,cloud-init-local\n"
|
append usr/share/anaconda/interactive-defaults.ks "services --disabled cloud-init,cloud-config,cloud-final,cloud-init-local\n"
|
||||||
append usr/share/anaconda/interactive-defaults.ks "%post --erroronfail\nrm -f /etc/ostree/remotes.d/${ostree_osname}.conf\nostree remote add --set=gpg-verify=false fedora-atomic 'https://dl.fedoraproject.org/pub/fedora/linux/atomic/22/'\n%end\n"
|
append usr/share/anaconda/interactive-defaults.ks "%post --erroronfail\nrm -f /etc/ostree/remotes.d/${ostree_osname}.conf\nostree remote add --set=gpg-verify=false fedora-atomic 'http://dl.fedoraproject.org/pub/fedora/linux/atomic/22/'\n%end\n"
|
||||||
|
|
||||||
|
|||||||
@@ -4,11 +4,12 @@
|
|||||||
lang C
|
lang C
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
auth --useshadow --passalgo=sha512
|
auth --useshadow --enablemd5
|
||||||
selinux --permissive
|
selinux --permissive
|
||||||
firewall --disabled
|
firewall --disabled
|
||||||
bootloader --timeout=1 --append="acpi=force"
|
bootloader --timeout=1 --append="acpi=force"
|
||||||
network --bootproto=dhcp --device=eth0 --onboot=on
|
network --bootproto=dhcp --device=eth0 --onboot=on
|
||||||
|
services --enabled=network
|
||||||
|
|
||||||
# Uncomment the next line
|
# Uncomment the next line
|
||||||
# to make the root password be thincrust
|
# to make the root password be thincrust
|
||||||
@@ -94,9 +95,5 @@ generic-logos
|
|||||||
#
|
#
|
||||||
%post
|
%post
|
||||||
|
|
||||||
# Enable network service here, as doing it in the services line
|
|
||||||
# fails due to RHBZ #1369794
|
|
||||||
/sbin/chkconfig network on
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -1,21 +1,20 @@
|
|||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
#keyboard us
|
#keyboard us
|
||||||
auth --useshadow --passalgo=sha512
|
auth --useshadow --enablemd5
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns,ssh
|
firewall --enabled --service=mdns,ssh
|
||||||
|
|
||||||
# configure extlinux bootloader
|
# configure extlinux bootloader
|
||||||
bootloader extlinux
|
bootloader extlinux
|
||||||
|
|
||||||
part /boot/fw --size=30 --fstype vfat --asprimary
|
part /boot --size=512 --fstype ext3
|
||||||
part /boot --size=512 --fstype ext4 --asprimary
|
part swap --size=512 --fstype swap
|
||||||
part swap --size=512 --fstype swap --asprimary
|
part / --size=3000 --fstype ext4
|
||||||
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
|
||||||
|
|
||||||
services --enabled=sshd,NetworkManager,avahi-daemon,rsyslog,chronyd,initial-setup
|
services --enabled=ssh,NetworkManager,avahi-daemon,rsyslog,chronyd --disabled=network
|
||||||
|
|
||||||
%include fedora-repo.ks
|
%include fedora-repo.ks
|
||||||
|
|
||||||
@@ -26,13 +25,12 @@ services --enabled=sshd,NetworkManager,avahi-daemon,rsyslog,chronyd,initial-setu
|
|||||||
@dial-up
|
@dial-up
|
||||||
|
|
||||||
kernel
|
kernel
|
||||||
|
|
||||||
dracut-config-generic
|
dracut-config-generic
|
||||||
# install tools needed to manage and boot arm systems
|
|
||||||
@arm-tools
|
|
||||||
rng-tools
|
|
||||||
chrony
|
chrony
|
||||||
|
arm-boot-config
|
||||||
extlinux-bootloader
|
extlinux-bootloader
|
||||||
bcm283x-firmware
|
|
||||||
initial-setup
|
initial-setup
|
||||||
initial-setup-gui
|
initial-setup-gui
|
||||||
#lets resize / on first boot
|
#lets resize / on first boot
|
||||||
@@ -41,26 +39,13 @@ initial-setup-gui
|
|||||||
# remove this in %post
|
# remove this in %post
|
||||||
dracut-config-generic
|
dracut-config-generic
|
||||||
|
|
||||||
# make sure all the locales are available for inital0-setup and anaconda to work
|
# install uboot images
|
||||||
glibc-all-langpacks
|
uboot-images-armv7
|
||||||
|
|
||||||
# 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
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
# Setup Raspberry Pi firmware
|
|
||||||
cp -Pr /usr/share/bcm283x-firmware/* /boot/fw/
|
|
||||||
cp -P /usr/share/uboot/rpi_2/u-boot.bin /boot/fw/rpi2-u-boot.bin
|
|
||||||
cp -P /usr/share/uboot/rpi_3_32b/u-boot.bin /boot/fw/rpi3-u-boot.bin
|
|
||||||
sed -i '/vfat/ d' /etc/fstab
|
|
||||||
|
|
||||||
# work around for poor key import UI in PackageKit
|
# work around for poor key import UI in PackageKit
|
||||||
rm -f /var/lib/rpm/__db*
|
rm -f /var/lib/rpm/__db*
|
||||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
||||||
@@ -71,23 +56,14 @@ rpm -qa
|
|||||||
# Note that running rpm recreates the rpm db files which aren't needed or wanted
|
# Note that running rpm recreates the rpm db files which aren't needed or wanted
|
||||||
rm -f /var/lib/rpm/__db*
|
rm -f /var/lib/rpm/__db*
|
||||||
|
|
||||||
# remove random seed, the newly installed instance should make it's own
|
|
||||||
rm -f /var/lib/systemd/random-seed
|
|
||||||
|
|
||||||
# Because memory is scarce resource in most arm systems we are differing from the Fedora
|
# Because memory is scarce resource in most arm systems we are differing from the Fedora
|
||||||
# default of having /tmp on tmpfs.
|
# default of having /tmp on tmpfs.
|
||||||
echo "Disabling tmpfs for /tmp."
|
echo "Disabling tmpfs for /tmp."
|
||||||
systemctl mask tmp.mount
|
systemctl mask tmp.mount
|
||||||
|
|
||||||
dnf -y remove dracut-config-generic
|
/usr/sbin/a-b-c
|
||||||
|
|
||||||
# Disable network service here, as doing it in the services line
|
yum -y remove dracut-config-generic
|
||||||
# fails due to RHBZ #1369794
|
|
||||||
/sbin/chkconfig network off
|
|
||||||
|
|
||||||
# Remove machine-id on pre generated images
|
|
||||||
rm -f /etc/machine-id
|
|
||||||
touch /etc/machine-id
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,11 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-kde-packages.ks
|
%include fedora-kde-packages.ks
|
||||||
|
|
||||||
part / --size=5632 --fstype ext4
|
part / --size=5000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
|
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
||||||
|
echo .
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -3,5 +3,8 @@
|
|||||||
%include fedora-lxde-packages.ks
|
%include fedora-lxde-packages.ks
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
|
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
||||||
|
echo .
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -2,8 +2,11 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-mate-packages.ks
|
%include fedora-mate-packages.ks
|
||||||
|
|
||||||
part / --size=5500 --fstype ext4
|
part / --size=5000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
|
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
||||||
|
echo .
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,17 +1,14 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
|
|
||||||
|
part /boot --size=300 --fstype ext3
|
||||||
part swap --size=256 --fstype swap
|
part swap --size=256 --fstype swap
|
||||||
part / --size=1279 --fstype ext4
|
part / --size=1200 --fstype ext4
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
-@standard
|
-@standard
|
||||||
-@dial-up
|
-@dial-up
|
||||||
-initial-setup-gui
|
-initial-setup-gui
|
||||||
-generic-release*
|
-generic-release*
|
||||||
-glibc-all-langpacks
|
|
||||||
glibc-langpack-en
|
|
||||||
iw
|
|
||||||
NetworkManager-wifi
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@@ -22,5 +19,9 @@ rm -f /etc/systemd/system/default.target
|
|||||||
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
||||||
echo .
|
echo .
|
||||||
|
|
||||||
|
echo -n "Enabling initial-setup text mode on startup"
|
||||||
|
ln -s /usr/lib/systemd/system/initial-setup-text.service /etc/systemd/system/multi-user.target.wants/initial-setup-text.service
|
||||||
|
echo .
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -23,5 +23,9 @@ rm -f /etc/systemd/system/default.target
|
|||||||
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
||||||
echo .
|
echo .
|
||||||
|
|
||||||
|
echo -n "Enabling initial-setup text mode on startup"
|
||||||
|
ln -s /usr/lib/systemd/system/initial-setup-text.service /etc/systemd/system/multi-user.target.wants/initial-setup-text.service
|
||||||
|
echo .
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -2,104 +2,9 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-soas-packages.ks
|
%include fedora-soas-packages.ks
|
||||||
|
|
||||||
firewall --enabled --service=mdns,presence
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
echo -n "Enabling initial-setup gui mode on startup"
|
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
|
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
||||||
echo .
|
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
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-workstation-packages.ks
|
%include fedora-workstation-packages.ks
|
||||||
|
|
||||||
part / --size=5500 --fstype ext4
|
part / --size=5000 --fstype ext4
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
-initial-setup
|
-initial-setup
|
||||||
@@ -10,8 +10,3 @@ part / --size=5500 --fstype ext4
|
|||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
|
||||||
# Most of the ARM X accelerated drivers need some level of CMA allocation
|
|
||||||
sed -i 's/\(append .*\)/\1 cma=256MB/' /boot/extlinux/extlinux.conf
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|||||||
@@ -6,11 +6,3 @@
|
|||||||
@printing
|
@printing
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
|
||||||
# Most of the ARM X accelerated drivers need some level of CMA allocation
|
|
||||||
sed -i 's/\(append .*\)/\1 cma=192MB/' /boot/extlinux/extlinux.conf
|
|
||||||
|
|
||||||
# Explicitly set graphical.target as default as this is how initial-setup detects which version to run
|
|
||||||
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
%include fedora-arm-xbase.ks
|
%include fedora-arm-xbase.ks
|
||||||
%include fedora-xfce-packages.ks
|
%include fedora-xfce-packages.ks
|
||||||
|
part / --size=3500 --fstype ext4
|
||||||
part / --size=4000 --fstype ext4
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
|
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
||||||
|
echo .
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,32 +0,0 @@
|
|||||||
# fedora-cinnamon-packages.ks
|
|
||||||
#
|
|
||||||
# Description:
|
|
||||||
# - Fedora package set for the Cinnamon Desktop Environment
|
|
||||||
#
|
|
||||||
# Maintainer(s):
|
|
||||||
# - Dan Book <grinnz@grinnz.com>
|
|
||||||
|
|
||||||
%packages
|
|
||||||
|
|
||||||
@networkmanager-submodules
|
|
||||||
@cinnamon-desktop
|
|
||||||
@libreoffice
|
|
||||||
|
|
||||||
# internet and multimedia
|
|
||||||
pidgin
|
|
||||||
hexchat
|
|
||||||
transmission
|
|
||||||
parole
|
|
||||||
|
|
||||||
# make sure we have a graphical installer
|
|
||||||
yumex-dnf
|
|
||||||
|
|
||||||
# extra backgrounds
|
|
||||||
desktop-backgrounds-basic
|
|
||||||
f24-backgrounds-extras-gnome
|
|
||||||
|
|
||||||
# save some space
|
|
||||||
-fedora-icon-theme
|
|
||||||
-PackageKit* # we switched to yumex, so we don't need this
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -14,7 +14,7 @@ network --bootproto=dhcp --device=link --activate
|
|||||||
part / --fstype="ext4" --size=6000
|
part / --fstype="ext4" --size=6000
|
||||||
part /boot --size=500 --fstype="ext4"
|
part /boot --size=500 --fstype="ext4"
|
||||||
shutdown
|
shutdown
|
||||||
services --disabled=docker-storage-setup
|
services --disabled=docker-storage-setup,network
|
||||||
services --enabled=NetworkManager,sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
services --enabled=NetworkManager,sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
|
|
||||||
ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=http://kojipkgs.fedoraproject.org/mash/atomic/22/ --ref=fedora-atomic/f22/x86_64/docker-host
|
ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=http://kojipkgs.fedoraproject.org/mash/atomic/22/ --ref=fedora-atomic/f22/x86_64/docker-host
|
||||||
@@ -28,9 +28,4 @@ userdel -r none
|
|||||||
# We copy content of separate /boot partition to root part when building live squashfs image,
|
# We copy content of separate /boot partition to root part when building live squashfs image,
|
||||||
# and we don't want systemd to try to mount it when pxe booting
|
# and we don't want systemd to try to mount it when pxe booting
|
||||||
cat /dev/null > /etc/fstab
|
cat /dev/null > /etc/fstab
|
||||||
|
|
||||||
# Disable network service here, as doing it in the services line
|
|
||||||
# fails due to RHBZ #1369794
|
|
||||||
/sbin/chkconfig network off
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,19 +1,11 @@
|
|||||||
# Like the Atomic cloud image, but tuned for vagrant. Enable
|
# Like the Atomic cloud image, but tuned for vagrant. Enable
|
||||||
# the vagrant user, disable cloud-init.
|
# the vagrant user, disable cloud-init.
|
||||||
|
|
||||||
%include fedora-atomic.ks
|
%include fedora-cloud-atomic.ks
|
||||||
|
|
||||||
services --disabled=cloud-init,cloud-init-local,cloud-config,cloud-final
|
services --disabled=cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
|
|
||||||
user --name=vagrant --password=vagrant
|
user --name=vagrant --password=vagrant
|
||||||
rootpw vagrant
|
|
||||||
|
|
||||||
# The addition of the net.ifnames=0 and biosdevnames=0 option ensures that
|
|
||||||
# even on VirtualBox virt, we get a primary network device with "eth0" as the name
|
|
||||||
# This simplifies things and allows a single disk image for both supported Vagrant
|
|
||||||
# platforms (virtualbox and kvm)
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0"
|
|
||||||
|
|
||||||
|
|
||||||
%post --erroronfail
|
%post --erroronfail
|
||||||
|
|
||||||
@@ -23,7 +15,7 @@ systemctl mask cloud-init cloud-init-local cloud-config cloud-final
|
|||||||
|
|
||||||
# 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=NOPASSWD: ALL' > /etc/sudoers.d/vagrant-nopasswd
|
||||||
sed -i 's/.*UseDNS.*/UseDNS no/' /etc/ssh/sshd_config
|
sed -i 's/.*UseDNS.*/UseDNS no/' /etc/ssh/sshd_config
|
||||||
mkdir -m 0700 -p ~vagrant/.ssh
|
mkdir -m 0700 -p ~vagrant/.ssh
|
||||||
cat > ~vagrant/.ssh/authorized_keys << EOKEYS
|
cat > ~vagrant/.ssh/authorized_keys << EOKEYS
|
||||||
@@ -11,17 +11,18 @@ lang en_US.UTF-8
|
|||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
auth --useshadow --passalgo=sha512
|
auth --useshadow --enablemd5
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
user --name=none
|
user --name=none
|
||||||
|
|
||||||
firewall --disabled
|
firewall --disabled
|
||||||
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0"
|
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
||||||
|
|
||||||
network --bootproto=dhcp --device=link --activate --onboot=on
|
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||||
services --enabled=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
services --disabled=network
|
||||||
|
services --enabled=sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
|
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all
|
clearpart --all
|
||||||
@@ -32,23 +33,14 @@ volgroup atomicos pv.01
|
|||||||
logvol / --size=3000 --fstype="xfs" --name=root --vgname=atomicos
|
logvol / --size=3000 --fstype="xfs" --name=root --vgname=atomicos
|
||||||
|
|
||||||
# Equivalent of %include fedora-repo.ks
|
# Equivalent of %include fedora-repo.ks
|
||||||
ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/atomic/25/ --ref=fedora-atomic/25/x86_64/updates/docker-host
|
ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=http://kojipkgs.fedoraproject.org/mash/atomic/22/ --ref=fedora-atomic/f22/x86_64/docker-host
|
||||||
|
|
||||||
reboot
|
reboot
|
||||||
|
|
||||||
%post --erroronfail
|
%post --erroronfail
|
||||||
# Set the ref we are tracking to the be fedora-atomic/25/x86_64/docker-host
|
# See https://github.com/projectatomic/rpm-ostree/issues/42
|
||||||
# one, which is what we are using for the two week releases. We want consumers
|
ostree remote delete fedora-atomic
|
||||||
# of this image to track the two week releases
|
ostree remote add --set=gpg-verify=false fedora-atomic 'http://dl.fedoraproject.org/pub/fedora/linux/atomic/22/'
|
||||||
ostree admin set-origin --index 0 fedora-atomic https://kojipkgs.fedoraproject.org/atomic/25/ fedora-atomic/25/x86_64/docker-host
|
|
||||||
|
|
||||||
# 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
|
||||||
@@ -56,12 +48,9 @@ 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
|
||||||
|
|
||||||
# Work around https://bugzilla.redhat.com/show_bug.cgi?id=1193590
|
# We can lead the way with the internal DHCP, see
|
||||||
cp /etc/skel/.bash* /var/roothome
|
# https://lists.fedoraproject.org/pipermail/cloud/2015-March/005119.html
|
||||||
|
echo "dhcp=internal" >> /etc/NetworkManager/NetworkManager.conf
|
||||||
# Configure docker-storage-setup to resize the partition table on boot
|
|
||||||
# https://github.com/projectatomic/docker-storage-setup/pull/25
|
|
||||||
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
|
||||||
@@ -70,13 +59,6 @@ echo -n "Getty fixes"
|
|||||||
sed -i '/^#NAutoVTs=.*/ a\
|
sed -i '/^#NAutoVTs=.*/ a\
|
||||||
NAutoVTs=0' /etc/systemd/logind.conf
|
NAutoVTs=0' /etc/systemd/logind.conf
|
||||||
|
|
||||||
echo -n "Network fixes"
|
|
||||||
# initscripts don't like this file to be missing.
|
|
||||||
cat > /etc/sysconfig/network << EOF
|
|
||||||
NETWORKING=yes
|
|
||||||
NOZEROCONF=yes
|
|
||||||
EOF
|
|
||||||
|
|
||||||
# For cloud images, 'eth0' _is_ the predictable device name, since
|
# For cloud images, 'eth0' _is_ the predictable device name, since
|
||||||
# we don't want to be tied to specific virtual (!) hardware
|
# we don't want to be tied to specific virtual (!) hardware
|
||||||
rm -f /etc/udev/rules.d/70*
|
rm -f /etc/udev/rules.d/70*
|
||||||
@@ -133,20 +115,5 @@ dd bs=1M if=/dev/zero of=/var/tmp/zeros || :
|
|||||||
rm -f /var/tmp/zeros
|
rm -f /var/tmp/zeros
|
||||||
echo "(Don't worry -- that out-of-space error was expected.)"
|
echo "(Don't worry -- that out-of-space error was expected.)"
|
||||||
|
|
||||||
# For trac ticket https://fedorahosted.org/cloud/ticket/128
|
|
||||||
rm -f /etc/sysconfig/network-scripts/ifcfg-ens3
|
|
||||||
|
|
||||||
echo "Adding Developer Mode GRUB2 menu item."
|
|
||||||
/usr/libexec/atomic-devmode/bootentry add
|
|
||||||
|
|
||||||
# enable network service here, as doing it in the services line
|
|
||||||
# fails due to RHBZ #1369794
|
|
||||||
/sbin/chkconfig network off
|
|
||||||
|
|
||||||
# Anaconda is writing an /etc/resolv.conf from the install environment.
|
|
||||||
# The system should start out with an empty file, otherwise cloud-init
|
|
||||||
# will try to use this information and may error:
|
|
||||||
# https://bugs.launchpad.net/cloud-init/+bug/1670052
|
|
||||||
truncate -s 0 /etc/resolv.conf
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
%include fedora-cloud-base.ks
|
|
||||||
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyAMA0,115200n8"
|
|
||||||
|
|
||||||
part /boot --fstype="ext4" --size=500
|
|
||||||
part /boot/efi --fstype="vfat" --size=100
|
|
||||||
|
|
||||||
%packages
|
|
||||||
efibootmgr
|
|
||||||
grub2-efi
|
|
||||||
shim
|
|
||||||
%end
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
%include fedora-cloud-base.ks
|
|
||||||
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
|
||||||
|
|
||||||
part prepboot --fstype="prepboot" --size=4
|
|
||||||
part /boot --fstype="ext4" --size=500
|
|
||||||
|
|
||||||
%packages
|
|
||||||
grub2
|
|
||||||
%end
|
|
||||||
@@ -28,10 +28,6 @@ bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,11520
|
|||||||
# layer for dnf
|
# layer for dnf
|
||||||
# TODO: Teach vagrant about dnf
|
# TODO: Teach vagrant about dnf
|
||||||
dnf-yum
|
dnf-yum
|
||||||
# rsync gets installed when the Vagrant box is first launched on the
|
|
||||||
# users setup. This can actually take a bit of time. Just fold it
|
|
||||||
# in to the base box disk image
|
|
||||||
rsync
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post --erroronfail
|
%post --erroronfail
|
||||||
@@ -42,7 +38,7 @@ systemctl mask cloud-init cloud-init-local cloud-config cloud-final
|
|||||||
|
|
||||||
# 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=NOPASSWD: ALL' > /etc/sudoers.d/vagrant-nopasswd
|
||||||
sed -i 's/.*UseDNS.*/UseDNS no/' /etc/ssh/sshd_config
|
sed -i 's/.*UseDNS.*/UseDNS no/' /etc/ssh/sshd_config
|
||||||
mkdir -m 0700 -p ~vagrant/.ssh
|
mkdir -m 0700 -p ~vagrant/.ssh
|
||||||
cat > ~vagrant/.ssh/authorized_keys << EOKEYS
|
cat > ~vagrant/.ssh/authorized_keys << EOKEYS
|
||||||
|
|||||||
@@ -7,29 +7,16 @@
|
|||||||
# Note that unlike the standard F20 install, this image has /tmp on disk
|
# Note that unlike the standard F20 install, this image has /tmp on disk
|
||||||
# rather than in tmpfs, since memory is usually at a premium.
|
# rather than in tmpfs, since memory is usually at a premium.
|
||||||
#
|
#
|
||||||
# This kickstart file is designed to be used with ImageFactory (in Koji).
|
# This kickstart file is designed to be used with appliance-creator and
|
||||||
#
|
# may need slight modification for use with actual anaconda or other tools.
|
||||||
# To do a local build, you'll need to install ImageFactory. See
|
# We intend to target anaconda-in-a-vm style image building for F20.
|
||||||
# http://worknotes.readthedocs.org/en/latest/cloudimages.html for some notes.
|
|
||||||
#
|
|
||||||
# For a TDL file, I store one here:
|
|
||||||
# https://git.fedorahosted.org/cgit/fedora-atomic.git/tree/fedora-atomic-rawhide.tdl
|
|
||||||
# (Koji generates one internally...what we really want is Koji to publish it statically)
|
|
||||||
#
|
|
||||||
# Once you have imagefactory and imagefactory-plugins installed, run:
|
|
||||||
#
|
|
||||||
# curl -O https://git.fedorahosted.org/cgit/fedora-atomic.git/plain/fedora-atomic-rawhide.tdl
|
|
||||||
# tempfile=$(mktemp --suffix=.ks)
|
|
||||||
# ksflatten -v F22 -c fedora-cloud-base.ks > ${tempfile}
|
|
||||||
# imagefactory --debug base_image --file-parameter install_script ${tempfile} fedora-atomic-rawhide.tdl
|
|
||||||
#
|
|
||||||
|
|
||||||
cmdline
|
cmdline
|
||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
auth --useshadow --passalgo=sha512
|
auth --useshadow --enablemd5
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
user --name=none
|
user --name=none
|
||||||
@@ -39,17 +26,11 @@ firewall --disabled
|
|||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8" --extlinux
|
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8" --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=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
|
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all
|
clearpart --all
|
||||||
#
|
part / --size 3000 --fstype ext4
|
||||||
# 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
|
||||||
|
|
||||||
@@ -58,34 +39,20 @@ reboot
|
|||||||
# Package list.
|
# Package list.
|
||||||
# FIXME: instLangs does not work, so there's a hack below
|
# FIXME: instLangs does not work, so there's a hack below
|
||||||
# (see https://bugzilla.redhat.com/show_bug.cgi?id=1051816)
|
# (see https://bugzilla.redhat.com/show_bug.cgi?id=1051816)
|
||||||
# FIXME: instLangs bug has been fixed but now having instLangs
|
%packages --instLangs=en
|
||||||
# with an arg causes no langs to get installed because of BZ1262040
|
|
||||||
# which yields the errors in BZ1261249. For now fix by not using
|
|
||||||
# --instLangs at all
|
|
||||||
#%packages --instLangs=en
|
|
||||||
%packages
|
|
||||||
|
|
||||||
kernel-core
|
kernel-core
|
||||||
@^cloud-server-environment
|
@^cloud-server-environment
|
||||||
# Need to pull in the udev subpackage
|
|
||||||
systemd-udev
|
|
||||||
|
|
||||||
# after move away from grub2 - let's add 'which' back
|
|
||||||
which
|
|
||||||
|
|
||||||
# rescue mode generally isn't useful in the cloud context
|
# rescue mode generally isn't useful in the cloud context
|
||||||
-dracut-config-rescue
|
-dracut-config-rescue
|
||||||
|
|
||||||
# Some things from @core we can do without in a minimal install
|
# Some things from @core we can do without in a minimal install
|
||||||
-biosdevname
|
-biosdevname
|
||||||
# Need to also add back plymouth in order to mask failure of
|
-plymouth
|
||||||
# systemd-vconsole-setup.service. BZ#1272684. Comment out for now
|
|
||||||
#-plymouth
|
|
||||||
-NetworkManager
|
-NetworkManager
|
||||||
-iprutils
|
-iprutils
|
||||||
# Now that BZ#1199868 is fixed kbd really gets removed but it breaks
|
-kbd
|
||||||
# systemd-vconsole-setup.service on boot. Comment out for now
|
|
||||||
#-kbd
|
|
||||||
-uboot-tools
|
-uboot-tools
|
||||||
-kernel
|
-kernel
|
||||||
-grub2
|
-grub2
|
||||||
@@ -136,10 +103,8 @@ ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
|||||||
echo .
|
echo .
|
||||||
|
|
||||||
# this is installed by default but we don't need it in virt
|
# this is installed by default but we don't need it in virt
|
||||||
# Commenting out the following for #1234504
|
|
||||||
# rpm works just fine for removing this, no idea why dnf can't cope
|
|
||||||
echo "Removing linux-firmware package."
|
echo "Removing linux-firmware package."
|
||||||
rpm -e linux-firmware
|
dnf -C -y erase linux-firmware
|
||||||
|
|
||||||
# Remove firewalld; was supposed to be optional in F18+, but is pulled in
|
# Remove firewalld; was supposed to be optional in F18+, but is pulled in
|
||||||
# in install/image building.
|
# in install/image building.
|
||||||
@@ -253,6 +218,7 @@ rm -f /var/lib/rpm/__db*
|
|||||||
# <https://bugzilla.redhat.com/show_bug.cgi?id=1015931>
|
# <https://bugzilla.redhat.com/show_bug.cgi?id=1015931>
|
||||||
dd if=/usr/share/syslinux/mbr.bin of=/dev/vda
|
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
|
||||||
@@ -267,22 +233,5 @@ dd bs=1M if=/dev/zero of=/var/tmp/zeros || :
|
|||||||
rm -f /var/tmp/zeros
|
rm -f /var/tmp/zeros
|
||||||
echo "(Don't worry -- that out-of-space error was expected.)"
|
echo "(Don't worry -- that out-of-space error was expected.)"
|
||||||
|
|
||||||
# For trac ticket https://fedorahosted.org/cloud/ticket/128
|
|
||||||
rm -f /etc/sysconfig/network-scripts/ifcfg-ens3
|
|
||||||
|
|
||||||
# Enable network service here, as doing it in the services line
|
|
||||||
# fails due to RHBZ #1369794
|
|
||||||
/sbin/chkconfig network on
|
|
||||||
|
|
||||||
# Remove machine-id on pre generated images
|
|
||||||
rm -f /etc/machine-id
|
|
||||||
touch /etc/machine-id
|
|
||||||
|
|
||||||
# Anaconda is writing an /etc/resolv.conf from the install environment.
|
|
||||||
# The system should start out with an empty file, otherwise cloud-init
|
|
||||||
# will try to use this information and may error:
|
|
||||||
# https://bugs.launchpad.net/cloud-init/+bug/1670052
|
|
||||||
truncate -s 0 /etc/resolv.conf
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ lang en_US.UTF-8
|
|||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
auth --useshadow --passalgo=sha512
|
auth --useshadow --enablemd5
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
user --name=none
|
user --name=none
|
||||||
@@ -26,7 +26,7 @@ firewall --disabled
|
|||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8" --extlinux
|
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8" --extlinux
|
||||||
|
|
||||||
network --bootproto=dhcp --device=eth0 --activate --onboot=on
|
network --bootproto=dhcp --device=eth0 --activate --onboot=on
|
||||||
services --enabled=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
|
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all
|
clearpart --all
|
||||||
@@ -108,10 +108,8 @@ ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
|||||||
echo .
|
echo .
|
||||||
|
|
||||||
# this is installed by default but we don't need it in virt
|
# this is installed by default but we don't need it in virt
|
||||||
# Commenting out the following for #1234504
|
|
||||||
# rpm works just fine for removing this, no idea why dnf can't cope
|
|
||||||
echo "Removing linux-firmware package."
|
echo "Removing linux-firmware package."
|
||||||
rpm -e linux-firmware
|
yum -C -y remove linux-firmware
|
||||||
|
|
||||||
# Remove firewalld; was supposed to be optional in F18+, but is required to
|
# Remove firewalld; was supposed to be optional in F18+, but is required to
|
||||||
# be present for install/image building.
|
# be present for install/image building.
|
||||||
@@ -219,9 +217,5 @@ dd bs=1M if=/dev/zero of=/var/tmp/zeros || :
|
|||||||
rm -f /var/tmp/zeros
|
rm -f /var/tmp/zeros
|
||||||
echo "(Don't worry -- that out-of-space error was expected.)"
|
echo "(Don't worry -- that out-of-space error was expected.)"
|
||||||
|
|
||||||
# Enable network service here, as doing it in the services line
|
|
||||||
# fails due to RHBZ #1369794
|
|
||||||
/sbin/chkconfig network on
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ lang en_US.UTF-8
|
|||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
auth --useshadow --passalgo=sha512
|
auth --useshadow --enablemd5
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
user --name=none
|
user --name=none
|
||||||
@@ -17,7 +17,7 @@ firewall --disabled
|
|||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8" --extlinux
|
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8" --extlinux
|
||||||
|
|
||||||
network --bootproto=dhcp --device=eth0 --activate --onboot=on
|
network --bootproto=dhcp --device=eth0 --activate --onboot=on
|
||||||
services --enabled=sshd,cloud-init,cloud-init-local,cloud-config,cloud-final
|
services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
|
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all
|
clearpart --all
|
||||||
@@ -99,10 +99,8 @@ ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
|||||||
echo .
|
echo .
|
||||||
|
|
||||||
# this is installed by default but we don't need it in virt
|
# this is installed by default but we don't need it in virt
|
||||||
# Commenting out the following for #1234504
|
|
||||||
# rpm works just fine for removing this, no idea why dnf can't cope
|
|
||||||
echo "Removing linux-firmware package."
|
echo "Removing linux-firmware package."
|
||||||
rpm -e linux-firmware
|
yum -C -y remove linux-firmware
|
||||||
|
|
||||||
# Remove firewalld; was supposed to be optional in F18+, but is required to
|
# Remove firewalld; was supposed to be optional in F18+, but is required to
|
||||||
# be present for install/image building.
|
# be present for install/image building.
|
||||||
@@ -211,9 +209,5 @@ dd bs=1M if=/dev/zero of=/var/tmp/zeros || :
|
|||||||
rm -f /var/tmp/zeros
|
rm -f /var/tmp/zeros
|
||||||
echo "(Don't worry -- that out-of-space error was expected.)"
|
echo "(Don't worry -- that out-of-space error was expected.)"
|
||||||
|
|
||||||
# Enable network service here, as doing it in the services line
|
|
||||||
# fails due to RHBZ #1369794
|
|
||||||
/sbin/chkconfig network on
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
%include fedora-docker-base.ks
|
|
||||||
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
|
||||||
|
|
||||||
part /boot --fstype="ext4" --size=500
|
|
||||||
part /boot/efi --fstype="vfat" --size=100
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
%include fedora-docker-base.ks
|
|
||||||
|
|
||||||
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8"
|
|
||||||
|
|
||||||
part prepboot --fstype="prepboot" --size=4
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# This is a minimal Fedora install designed to serve as a Docker base image.
|
# This is a minimal Fedora install designed to serve as a Docker base image.
|
||||||
#
|
#
|
||||||
# To keep this image minimal it only installs English language. You need to change
|
# To keep this image minimal it only installs English language. You need to change
|
||||||
# yum configuration in order to enable other languages.
|
# yum configuration in order to enable other languages.
|
||||||
@@ -9,9 +9,9 @@
|
|||||||
#
|
#
|
||||||
# To do so, testing local changes, first you'll need a TDL file. I store one here:
|
# 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
|
# https://git.fedorahosted.org/cgit/fedora-atomic.git/tree/fedora-atomic-rawhide.tdl
|
||||||
#
|
#
|
||||||
# Then, once you have imagefactory and imagefactory-plugins installed, run:
|
# 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
|
# 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
|
||||||
#
|
#
|
||||||
|
|
||||||
@@ -24,19 +24,17 @@ user --name=none
|
|||||||
keyboard us
|
keyboard us
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all
|
clearpart --all
|
||||||
part / --fstype ext4 --grow
|
part / --size 3000 --fstype ext4
|
||||||
network --bootproto=dhcp --device=link --activate --onboot=on
|
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||||
reboot
|
reboot
|
||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore
|
%packages --excludedocs --instLangs=en --nocore
|
||||||
bash
|
bash
|
||||||
tar # https://bugzilla.redhat.com/show_bug.cgi?id=1409920
|
|
||||||
fedora-release
|
fedora-release
|
||||||
rootfiles
|
rootfiles
|
||||||
vim-minimal
|
vim-minimal
|
||||||
dnf
|
dnf
|
||||||
dnf-yum # https://fedorahosted.org/fesco/ticket/1312#comment:29
|
dnf-yum # https://fedorahosted.org/fesco/ticket/1312#comment:29
|
||||||
sssd-client
|
|
||||||
#fakesystemd #TODO: waiting for review https://bugzilla.redhat.com/show_bug.cgi?id=1118740
|
#fakesystemd #TODO: waiting for review https://bugzilla.redhat.com/show_bug.cgi?id=1118740
|
||||||
-kernel
|
-kernel
|
||||||
|
|
||||||
@@ -44,9 +42,6 @@ sssd-client
|
|||||||
%end
|
%end
|
||||||
|
|
||||||
%post --log=/tmp/anaconda-post.log
|
%post --log=/tmp/anaconda-post.log
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
# Set the language rpm nodocs transaction flag persistently in the
|
# Set the language rpm nodocs transaction flag persistently in the
|
||||||
# image yum.conf and rpm macros
|
# image yum.conf and rpm macros
|
||||||
|
|
||||||
@@ -56,23 +51,15 @@ userdel -r none
|
|||||||
LANG="en_US"
|
LANG="en_US"
|
||||||
echo "%_install_lang $LANG" > /etc/rpm/macros.image-language-conf
|
echo "%_install_lang $LANG" > /etc/rpm/macros.image-language-conf
|
||||||
|
|
||||||
# Carry these configs for both dnf and yum for users who are calling
|
|
||||||
# yum-deprecated directly. This will keep the experience between both
|
|
||||||
# consistent
|
|
||||||
awk '(NF==0&&!done){print "override_install_langs='$LANG'\ntsflags=nodocs";done=1}{print}' \
|
awk '(NF==0&&!done){print "override_install_langs='$LANG'\ntsflags=nodocs";done=1}{print}' \
|
||||||
< /etc/yum.conf > /etc/yum.conf.new
|
< /etc/yum.conf > /etc/yum.conf.new
|
||||||
mv /etc/yum.conf.new /etc/yum.conf
|
mv /etc/yum.conf.new /etc/yum.conf
|
||||||
|
|
||||||
awk '(NF==0&&!done){print "override_install_langs='$LANG'\ntsflags=nodocs";done=1}{print}' \
|
|
||||||
< /etc/dnf/dnf.conf > /etc/dnf/dnf.conf.new
|
|
||||||
mv /etc/dnf/dnf.conf.new /etc/dnf/dnf.conf
|
|
||||||
|
|
||||||
echo "Import RPM GPG key"
|
echo "Import RPM GPG key"
|
||||||
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
releasever=$(rpm -q --qf '%{version}\n' fedora-release)
|
||||||
basearch=$(uname -i)
|
basearch=$(uname -i)
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||||
|
|
||||||
echo "# fstab intentionally empty for containers" > /etc/fstab
|
|
||||||
rm -f /usr/lib/locale/locale-archive
|
rm -f /usr/lib/locale/locale-archive
|
||||||
|
|
||||||
#Setup locale properly
|
#Setup locale properly
|
||||||
@@ -81,15 +68,13 @@ localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
|
|||||||
rm -rf /var/cache/yum/*
|
rm -rf /var/cache/yum/*
|
||||||
rm -f /tmp/ks-script*
|
rm -f /tmp/ks-script*
|
||||||
|
|
||||||
|
#Make it easier for systemd to run in Docker container
|
||||||
|
cp /usr/lib/systemd/system/dbus.service /etc/systemd/system/
|
||||||
|
sed -i 's/OOMScoreAdjust=-900//' /etc/systemd/system/dbus.service
|
||||||
|
|
||||||
#Mask mount units and getty service so that we don't get login prompt
|
#Mask mount units and getty service so that we don't get login prompt
|
||||||
systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connections.mount systemd-logind.service getty.target console-getty.service
|
systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connections.mount systemd-logind.service getty.target console-getty.service
|
||||||
|
|
||||||
# Remove machine-id on pre generated images
|
|
||||||
rm -f /etc/machine-id
|
rm -f /etc/machine-id
|
||||||
touch /etc/machine-id
|
|
||||||
|
|
||||||
# Fix /run/lock breakage since it's not tmpfs in docker
|
|
||||||
umount /run
|
|
||||||
systemd-tmpfiles --create --boot
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
93
fedora-install-cloud.ks
Normal file
93
fedora-install-cloud.ks
Normal file
@@ -0,0 +1,93 @@
|
|||||||
|
# Kickstart file for composing the "Fedora Cloud" spin of Fedora (rawhide)
|
||||||
|
# Maintained by the Fedora Release Engineering team:
|
||||||
|
# https://fedoraproject.org/wiki/ReleaseEngineering
|
||||||
|
# mailto:rel-eng@lists.fedoraproject.org
|
||||||
|
|
||||||
|
# Use a part of 'iso' to define how large you want your isos.
|
||||||
|
# Only used when composing to more than one iso.
|
||||||
|
# Default is 695 (megs), CD size.
|
||||||
|
# Listed below is the size of a DVD if you wanted to split higher.
|
||||||
|
#part iso --size=4998
|
||||||
|
|
||||||
|
# Add the repos you wish to use to compose here. At least one of them needs group data.
|
||||||
|
|
||||||
|
# Only uncomment repo commands in one of the two following sections.
|
||||||
|
# Because the install kickstart doesn't use the updates repo and does
|
||||||
|
# use the source repo, we can't just include fedora-repo.ks
|
||||||
|
|
||||||
|
# In the master branch the rawhide repo commands should be uncommented.
|
||||||
|
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch --excludepkgs=fedora-productimg-workstation,fedora-productimg-server
|
||||||
|
#repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch --excludepkgs=fedora-productimg-workstation,fedora-productimg-server
|
||||||
|
|
||||||
|
# In non-master branches the fedora repo commands should be uncommented
|
||||||
|
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch --excludepkgs=fedora-productimg-workstation,fedora-productimg-server
|
||||||
|
repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch --excludepkgs=fedora-productimg-workstation,fedora-productimg-server
|
||||||
|
|
||||||
|
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
||||||
|
# (default groups for the configured repos are added by --default)
|
||||||
|
# @base got renamed to @standard, but @base is still included by default by pungi.
|
||||||
|
%packages --default
|
||||||
|
|
||||||
|
# pungi is an inclusive depsolver so that multiple packages are brought
|
||||||
|
# in to satisify dependencies and we don't always want that. So we use
|
||||||
|
# an exclusion list to cut out things we don't want
|
||||||
|
|
||||||
|
-kernel*debug*
|
||||||
|
-kernel-kdump*
|
||||||
|
-kernel-tools*
|
||||||
|
-syslog-ng*
|
||||||
|
-astronomy-bookmarks
|
||||||
|
# generic* would match generic-jms-ra, so don't 'simplify' this
|
||||||
|
-generic-logos*
|
||||||
|
-generic-release*
|
||||||
|
-GConf2-dbus*
|
||||||
|
-bluez-gnome
|
||||||
|
-community-mysql*
|
||||||
|
# jruby used to be in this list, but springframework-context explicitly
|
||||||
|
# requires it, not just 'any ruby implemention' - please check for things
|
||||||
|
# on the image that require mvn(org.jruby:jruby) before adding jruby to
|
||||||
|
# this list again - adamw 2014/09
|
||||||
|
#-jruby
|
||||||
|
|
||||||
|
# core
|
||||||
|
kernel*
|
||||||
|
dracut-*
|
||||||
|
|
||||||
|
|
||||||
|
# Things needed for installation
|
||||||
|
@anaconda-tools
|
||||||
|
fedora-productimg-cloud
|
||||||
|
-fedora-productimg-server
|
||||||
|
-fedora-productimg-workstation
|
||||||
|
|
||||||
|
# Packages to enable server images to run in cloud environments
|
||||||
|
@cloud-server
|
||||||
|
@core
|
||||||
|
@standard
|
||||||
|
@headless-management
|
||||||
|
@dogtag
|
||||||
|
@directory-server
|
||||||
|
@dns-server
|
||||||
|
@freeipa-server
|
||||||
|
@ftp-server
|
||||||
|
@guest-agents
|
||||||
|
@ha
|
||||||
|
@load-balancer
|
||||||
|
@mail-server
|
||||||
|
@mysql
|
||||||
|
@network-server
|
||||||
|
@smb-server
|
||||||
|
@sql-server
|
||||||
|
@web-server
|
||||||
|
|
||||||
|
# Langpacks
|
||||||
|
autocorr-*
|
||||||
|
hunspell-*
|
||||||
|
hyphen-*
|
||||||
|
man-pages-*
|
||||||
|
-gimp-help-*
|
||||||
|
|
||||||
|
# Removals
|
||||||
|
-PackageKit-zif
|
||||||
|
-zif
|
||||||
|
%end
|
||||||
135
fedora-install-server.ks
Normal file
135
fedora-install-server.ks
Normal file
@@ -0,0 +1,135 @@
|
|||||||
|
# Kickstart file for composing the "Fedora" spin of Fedora (rawhide)
|
||||||
|
# Maintained by the Fedora Release Engineering team:
|
||||||
|
# https://fedoraproject.org/wiki/ReleaseEngineering
|
||||||
|
# mailto:rel-eng@lists.fedoraproject.org
|
||||||
|
|
||||||
|
# Use a part of 'iso' to define how large you want your isos.
|
||||||
|
# Only used when composing to more than one iso.
|
||||||
|
# Default is 695 (megs), CD size.
|
||||||
|
# Listed below is the size of a DVD if you wanted to split higher.
|
||||||
|
#part iso --size=4998
|
||||||
|
|
||||||
|
# Add the repos you wish to use to compose here. At least one of them needs group data.
|
||||||
|
|
||||||
|
# Only uncomment repo commands in one of the two following sections.
|
||||||
|
# Because the install kickstart doesn't use the updates repo and does
|
||||||
|
# use the source repo, we can't just include fedora-repo.ks
|
||||||
|
|
||||||
|
# In the master branch the rawhide repo commands should be uncommented.
|
||||||
|
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-workstation
|
||||||
|
#repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-workstation
|
||||||
|
|
||||||
|
# In non-master branches the fedora repo commands should be uncommented
|
||||||
|
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-workstation
|
||||||
|
repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-workstation
|
||||||
|
|
||||||
|
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
||||||
|
# (default groups for the configured repos are added by --default)
|
||||||
|
# @base got renamed to @standard, but @base is still included by default by pungi.
|
||||||
|
%packages --default
|
||||||
|
|
||||||
|
-fedora-productimg-cloud
|
||||||
|
fedora-productimg-server
|
||||||
|
-fedora-productimg-workstation
|
||||||
|
|
||||||
|
# pungi is an inclusive depsolver so that multiple packages are brought
|
||||||
|
# in to satisify dependencies and we don't always want that. So we use
|
||||||
|
# an exclusion list to cut out things we don't want
|
||||||
|
|
||||||
|
-kernel*debug*
|
||||||
|
-kernel-kdump*
|
||||||
|
-kernel-tools*
|
||||||
|
-syslog-ng*
|
||||||
|
-astronomy-bookmarks
|
||||||
|
-generic-logos*
|
||||||
|
-generic-release*
|
||||||
|
-GConf2-dbus*
|
||||||
|
-bluez-gnome
|
||||||
|
-community-mysql*
|
||||||
|
|
||||||
|
# core
|
||||||
|
kernel*
|
||||||
|
dracut-*
|
||||||
|
|
||||||
|
# No desktops
|
||||||
|
-cinnamon*
|
||||||
|
-enlightenment*
|
||||||
|
-gnome-shell
|
||||||
|
-gnome-session
|
||||||
|
-kde*
|
||||||
|
-lightdm-kde
|
||||||
|
-lightdm-razorqt
|
||||||
|
# Pulls in qt
|
||||||
|
-oprofile-gui
|
||||||
|
|
||||||
|
-@legacy-fonts
|
||||||
|
|
||||||
|
-@multimedia
|
||||||
|
|
||||||
|
## common stuff
|
||||||
|
@guest-agents
|
||||||
|
@standard
|
||||||
|
@core
|
||||||
|
@hardware-support
|
||||||
|
|
||||||
|
# Fedora Server.
|
||||||
|
# Including this causes the fedora-release-server package to be included,
|
||||||
|
# which in turn enables server-product-environment, and due to to its priority
|
||||||
|
# this will be the default environment.
|
||||||
|
@^server-product-environment
|
||||||
|
@server-product
|
||||||
|
@headless-management
|
||||||
|
@container-management
|
||||||
|
@domain-client
|
||||||
|
@server-hardware-support
|
||||||
|
|
||||||
|
# Common server packages
|
||||||
|
@mysql
|
||||||
|
@sql-server
|
||||||
|
@web-server
|
||||||
|
|
||||||
|
# Web Server environment
|
||||||
|
@haproxy
|
||||||
|
@mongodb
|
||||||
|
@perl-web
|
||||||
|
@python-web
|
||||||
|
@php
|
||||||
|
@rubyonrails
|
||||||
|
@tomcat
|
||||||
|
|
||||||
|
# Infrastructure Server
|
||||||
|
@directory-server
|
||||||
|
@dogtag
|
||||||
|
@dns-server
|
||||||
|
@freeipa-server
|
||||||
|
@ftp-server
|
||||||
|
@mail-server
|
||||||
|
@network-server
|
||||||
|
@printing
|
||||||
|
@smb-server
|
||||||
|
@virtualization
|
||||||
|
@load-balancer
|
||||||
|
@ha
|
||||||
|
|
||||||
|
@javaenterprise
|
||||||
|
|
||||||
|
# “uservisible” groups we want to offer
|
||||||
|
@editors
|
||||||
|
@network-server
|
||||||
|
@system-tools
|
||||||
|
@text-internet
|
||||||
|
|
||||||
|
# Things needed for installation
|
||||||
|
@anaconda-tools
|
||||||
|
fedora-productimg-server
|
||||||
|
|
||||||
|
# Langpacks
|
||||||
|
autocorr-*
|
||||||
|
hunspell-*
|
||||||
|
man-pages-*
|
||||||
|
-gimp-help-*
|
||||||
|
|
||||||
|
# Removals
|
||||||
|
-PackageKit-zif
|
||||||
|
-zif
|
||||||
|
%end
|
||||||
51
fedora-install-workstation.ks
Normal file
51
fedora-install-workstation.ks
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
# Kickstart file for composing the "Fedora" spin of Fedora (rawhide)
|
||||||
|
# Maintained by the Fedora Release Engineering team:
|
||||||
|
# https://fedoraproject.org/wiki/ReleaseEngineering
|
||||||
|
# mailto:rel-eng@lists.fedoraproject.org
|
||||||
|
|
||||||
|
# Use a part of 'iso' to define how large you want your isos.
|
||||||
|
# Only used when composing to more than one iso.
|
||||||
|
# Default is 695 (megs), CD size.
|
||||||
|
# Listed below is the size of a DVD if you wanted to split higher.
|
||||||
|
#part iso --size=4998
|
||||||
|
|
||||||
|
# Add the repos you wish to use to compose here. At least one of them needs group data.
|
||||||
|
|
||||||
|
# Only uncomment repo commands in one of the two following sections.
|
||||||
|
# Because the install kickstart doesn't use the updates repo and does
|
||||||
|
# use the source repo, we can't just include fedora-repo.ks
|
||||||
|
|
||||||
|
# In the master branch the rawhide repo commands should be uncommented.
|
||||||
|
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-server
|
||||||
|
#repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-server
|
||||||
|
|
||||||
|
# In non-master branches the fedora repo commands should be uncommented
|
||||||
|
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-server
|
||||||
|
repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch --excludepkgs=fedora-productimg-cloud,fedora-productimg-server
|
||||||
|
|
||||||
|
%include fedora-workstation-packages.ks
|
||||||
|
|
||||||
|
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
||||||
|
# (default groups for the configured repos are added by --default)
|
||||||
|
# @base got renamed to @standard, but @base is still included by default by pungi.
|
||||||
|
%packages --default
|
||||||
|
|
||||||
|
# pungi is an inclusive depsolver so that multiple packages are brought
|
||||||
|
# in to satisify dependencies and we don't always want that. So we use
|
||||||
|
# an exclusion list to cut out things we don't want
|
||||||
|
-kernel*debug*
|
||||||
|
-kernel-kdump*
|
||||||
|
-kernel-tools*
|
||||||
|
-astronomy-bookmarks
|
||||||
|
-generic*
|
||||||
|
|
||||||
|
# core
|
||||||
|
kernel*
|
||||||
|
|
||||||
|
# Things needed for installation
|
||||||
|
@anaconda-tools
|
||||||
|
-fedora-productimg-cloud
|
||||||
|
-fedora-productimg-server
|
||||||
|
fedora-productimg-workstation
|
||||||
|
|
||||||
|
%end
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
%packages
|
%packages
|
||||||
@firefox
|
|
||||||
@kde-apps
|
@kde-apps
|
||||||
@kde-desktop
|
@kde-desktop
|
||||||
@kde-media
|
@kde-media
|
||||||
@@ -9,9 +8,6 @@
|
|||||||
|
|
||||||
### The KDE-Desktop
|
### The KDE-Desktop
|
||||||
|
|
||||||
### Browser
|
|
||||||
qupzilla
|
|
||||||
|
|
||||||
### fixes
|
### fixes
|
||||||
|
|
||||||
# use kde-print-manager instead of system-config-printer
|
# use kde-print-manager instead of system-config-printer
|
||||||
|
|||||||
@@ -1,134 +0,0 @@
|
|||||||
#fedora-live-astronomy-kde.ks
|
|
||||||
# With KDE Desktop
|
|
||||||
|
|
||||||
# Fedora Astronomy: For astronomers and astrophysicists
|
|
||||||
# Fedora-Astronomy aims to create a Fedora which has the generic
|
|
||||||
# toolset for the astronomer
|
|
||||||
#
|
|
||||||
# Web: https://fedoraproject.org/wiki/SIGs/Astronomy/AstroSpin
|
|
||||||
#
|
|
||||||
# Partly based on Scientific KDE Spin
|
|
||||||
# https://fedoraproject.org/wiki/Scientific_Spin
|
|
||||||
#
|
|
||||||
|
|
||||||
# Maintainer: Christian Dersch <lupinix@fedoraproject.org>
|
|
||||||
# https://fedoraproject.org/wiki/User:Lupinix
|
|
||||||
|
|
||||||
%include fedora-live-kde.ks
|
|
||||||
|
|
||||||
# The recommended part size for DVDs is too close to use for the astronomy spin
|
|
||||||
part / --size 14500
|
|
||||||
|
|
||||||
%packages
|
|
||||||
|
|
||||||
# Installing the default/mandatory packages from engineering & scientific
|
|
||||||
@engineering-and-scientific
|
|
||||||
|
|
||||||
# astronomical data analysis
|
|
||||||
cdsclient
|
|
||||||
fpack
|
|
||||||
gcx
|
|
||||||
psfex
|
|
||||||
saoimage
|
|
||||||
scamp
|
|
||||||
sextractor
|
|
||||||
siril
|
|
||||||
skyviewer
|
|
||||||
swarp
|
|
||||||
|
|
||||||
# Observatory: KStars + INDI drivers + Skychart
|
|
||||||
indi-aagcloudwatcher
|
|
||||||
indi-apogee
|
|
||||||
indi-eqmod
|
|
||||||
indi-gphoto
|
|
||||||
indi-sx
|
|
||||||
indistarter
|
|
||||||
kstars
|
|
||||||
stellarium
|
|
||||||
|
|
||||||
# misc. astronomy
|
|
||||||
celestia
|
|
||||||
virtualplanet
|
|
||||||
|
|
||||||
# Some astro environment stuff
|
|
||||||
astronomy-menus
|
|
||||||
astronomy-menus-toplevel
|
|
||||||
|
|
||||||
#python 3 and tools/libraries not included from the groups
|
|
||||||
python3
|
|
||||||
python3-tools
|
|
||||||
python3-matplotlib
|
|
||||||
python3-scipy
|
|
||||||
python3-numpy
|
|
||||||
python3-ipython
|
|
||||||
python3-ipython-console
|
|
||||||
python3-ipython-notebook
|
|
||||||
python3-sympy
|
|
||||||
python3-networkx
|
|
||||||
python3-pandas
|
|
||||||
python3-pillow
|
|
||||||
python3-seaborn
|
|
||||||
python3-statsmodels
|
|
||||||
python3-scikit-learn
|
|
||||||
python3-scikit-image
|
|
||||||
# Python 3 astronomy
|
|
||||||
astropy-tools
|
|
||||||
ginga
|
|
||||||
python3-astropy
|
|
||||||
python3-astroML
|
|
||||||
python3-astroML-addons
|
|
||||||
python3-astroquery
|
|
||||||
python3-astroscrappy
|
|
||||||
python3-APLpy
|
|
||||||
python3-ATpy
|
|
||||||
python3-ccdproc
|
|
||||||
python3-fitsio
|
|
||||||
python3-gatspy
|
|
||||||
python3-photutils
|
|
||||||
python3-pyvo
|
|
||||||
python3-reproject
|
|
||||||
python3-sep
|
|
||||||
|
|
||||||
# matplotlib backends
|
|
||||||
python3-matplotlib-qt4
|
|
||||||
python3-matplotlib-qt5
|
|
||||||
python3-matplotlib-tk
|
|
||||||
|
|
||||||
|
|
||||||
# Python IDE very useful for scientific use
|
|
||||||
python3-spyder
|
|
||||||
|
|
||||||
#Version control- a GUI for each as well
|
|
||||||
|
|
||||||
# Installing rapidsvn will also install subversion package
|
|
||||||
rapidsvn
|
|
||||||
git
|
|
||||||
git-gui
|
|
||||||
|
|
||||||
#Drawing, Picture viewing tools, Visualization tools
|
|
||||||
dia
|
|
||||||
gimp
|
|
||||||
kst
|
|
||||||
kst-docs
|
|
||||||
kst-fits
|
|
||||||
LabPlot
|
|
||||||
|
|
||||||
#Misc. Utils
|
|
||||||
# icedtea-web to have webstart useful for VO tools
|
|
||||||
icedtea-web
|
|
||||||
ImageMagick
|
|
||||||
kate
|
|
||||||
kate-plugins
|
|
||||||
rlwrap
|
|
||||||
screen
|
|
||||||
plasma-applet-redshift-control
|
|
||||||
|
|
||||||
# Omit KDE 4 translations for now: https://bugzilla.redhat.com/show_bug.cgi?id=1197940
|
|
||||||
-kde-l10n-*
|
|
||||||
-calligra-l10n-*
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
%end
|
|
||||||
@@ -10,16 +10,12 @@
|
|||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
auth --useshadow --passalgo=sha512
|
auth --useshadow --enablemd5
|
||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
xconfig --startxonboot
|
xconfig --startxonboot
|
||||||
zerombr
|
part / --size 4096 --fstype ext4
|
||||||
clearpart --all
|
services --enabled=NetworkManager --disabled=network,sshd
|
||||||
part / --size 5120 --fstype ext4
|
|
||||||
services --enabled=NetworkManager,ModemManager --disabled=sshd
|
|
||||||
network --bootproto=dhcp --device=link --activate
|
|
||||||
shutdown
|
|
||||||
|
|
||||||
%include fedora-repo.ks
|
%include fedora-repo.ks
|
||||||
|
|
||||||
@@ -38,8 +34,6 @@ shutdown
|
|||||||
# Explicitly specified here:
|
# Explicitly specified here:
|
||||||
# <notting> walters: because otherwise dependency loops cause yum issues.
|
# <notting> walters: because otherwise dependency loops cause yum issues.
|
||||||
kernel
|
kernel
|
||||||
kernel-modules
|
|
||||||
kernel-modules-extra
|
|
||||||
|
|
||||||
# This was added a while ago, I think it falls into the category of
|
# This was added a while ago, I think it falls into the category of
|
||||||
# "Diagnosis/recovery tool useful from a Live OS image". Leaving this untouched
|
# "Diagnosis/recovery tool useful from a Live OS image". Leaving this untouched
|
||||||
@@ -53,13 +47,6 @@ anaconda
|
|||||||
# Need aajohan-comfortaa-fonts for the SVG rnotes images
|
# Need aajohan-comfortaa-fonts for the SVG rnotes images
|
||||||
aajohan-comfortaa-fonts
|
aajohan-comfortaa-fonts
|
||||||
|
|
||||||
# Without this, initramfs generation during live image creation fails: #1242586
|
|
||||||
dracut-live
|
|
||||||
grub2-efi
|
|
||||||
syslinux
|
|
||||||
|
|
||||||
# anaconda needs the locales available to run for different locales
|
|
||||||
glibc-all-langpacks
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@@ -72,7 +59,7 @@ cat > /etc/rc.d/init.d/livesys << EOF
|
|||||||
# chkconfig: 345 00 99
|
# chkconfig: 345 00 99
|
||||||
# description: Init script for live image.
|
# description: Init script for live image.
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# X-Start-Before: display-manager chronyd
|
# X-Start-Before: display-manager
|
||||||
### END INIT INFO
|
### END INIT INFO
|
||||||
|
|
||||||
. /etc/init.d/functions
|
. /etc/init.d/functions
|
||||||
@@ -206,17 +193,12 @@ systemctl --no-reload disable atd.service 2> /dev/null || :
|
|||||||
systemctl stop crond.service 2> /dev/null || :
|
systemctl stop crond.service 2> /dev/null || :
|
||||||
systemctl stop atd.service 2> /dev/null || :
|
systemctl stop atd.service 2> /dev/null || :
|
||||||
|
|
||||||
# Don't sync the system clock when running live (RHBZ #1018162)
|
|
||||||
sed -i 's/rtcsync//' /etc/chrony.conf
|
|
||||||
|
|
||||||
# Mark things as configured
|
# Mark things as configured
|
||||||
touch /.liveimg-configured
|
touch /.liveimg-configured
|
||||||
|
|
||||||
# add static hostname to work around xauth bug
|
# add static hostname to work around xauth bug
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
|
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
|
||||||
# the hostname must be something else than 'localhost'
|
echo "localhost" > /etc/hostname
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1370222
|
|
||||||
echo "localhost-live" > /etc/hostname
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
@@ -292,6 +274,7 @@ systemctl enable tmp.mount
|
|||||||
# note https://bugzilla.redhat.com/show_bug.cgi?id=1135475
|
# note https://bugzilla.redhat.com/show_bug.cgi?id=1135475
|
||||||
cat >> /etc/fstab << EOF
|
cat >> /etc/fstab << EOF
|
||||||
vartmp /var/tmp tmpfs defaults 0 0
|
vartmp /var/tmp tmpfs defaults 0 0
|
||||||
|
varcacheyum /var/cache/yum tmpfs mode=0755,context=system_u:object_r:rpm_var_cache_t:s0 0 0
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# work around for poor key import UI in PackageKit
|
# work around for poor key import UI in PackageKit
|
||||||
@@ -307,30 +290,23 @@ rm -f /var/lib/rpm/__db*
|
|||||||
# go ahead and pre-make the man -k cache (#455968)
|
# go ahead and pre-make the man -k cache (#455968)
|
||||||
/usr/bin/mandb
|
/usr/bin/mandb
|
||||||
|
|
||||||
|
# save a little bit of space at least...
|
||||||
|
rm -f /boot/initramfs*
|
||||||
# make sure there aren't core files lying around
|
# make sure there aren't core files lying around
|
||||||
rm -f /core*
|
rm -f /core*
|
||||||
|
|
||||||
# remove random seed, the newly installed instance should make it's own
|
|
||||||
rm -f /var/lib/systemd/random-seed
|
|
||||||
|
|
||||||
# convince readahead not to collect
|
# convince readahead not to collect
|
||||||
# FIXME: for systemd
|
# FIXME: for systemd
|
||||||
|
|
||||||
|
# forcibly regenerate fontconfig cache (so long as this live image has
|
||||||
|
# fontconfig) - see #1169979
|
||||||
|
if [ -x /usr/bin/fc-cache ] ; then
|
||||||
|
fc-cache -f
|
||||||
|
fi
|
||||||
|
|
||||||
echo 'File created by kickstart. See systemd-update-done.service(8).' \
|
echo 'File created by kickstart. See systemd-update-done.service(8).' \
|
||||||
| tee /etc/.updated >/var/.updated
|
| tee /etc/.updated >/var/.updated
|
||||||
|
|
||||||
# Drop the rescue kernel and initramfs, we don't need them on the live media itself.
|
|
||||||
# See bug 1317709
|
|
||||||
rm -f /boot/*-rescue*
|
|
||||||
|
|
||||||
# Disable network service here, as doing it in the services line
|
|
||||||
# fails due to RHBZ #1369794
|
|
||||||
/sbin/chkconfig network off
|
|
||||||
|
|
||||||
# Remove machine-id on pre generated images
|
|
||||||
rm -f /etc/machine-id
|
|
||||||
touch /etc/machine-id
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|
||||||
@@ -342,5 +318,4 @@ if [ "$(uname -i)" = "i386" -o "$(uname -i)" = "x86_64" ]; then
|
|||||||
if [ ! -d $LIVE_ROOT/LiveOS ]; then mkdir -p $LIVE_ROOT/LiveOS ; fi
|
if [ ! -d $LIVE_ROOT/LiveOS ]; then mkdir -p $LIVE_ROOT/LiveOS ; fi
|
||||||
cp /usr/bin/livecd-iso-to-disk $LIVE_ROOT/LiveOS
|
cp /usr/bin/livecd-iso-to-disk $LIVE_ROOT/LiveOS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,51 +0,0 @@
|
|||||||
# fedora-live-cinnamon.ks
|
|
||||||
#
|
|
||||||
# Description:
|
|
||||||
# - Fedora Live Spin with the Cinnamon Desktop Environment
|
|
||||||
#
|
|
||||||
# Maintainer(s):
|
|
||||||
# - Dan Book <grinnz@grinnz.com>
|
|
||||||
|
|
||||||
%include fedora-live-base.ks
|
|
||||||
%include fedora-live-minimization.ks
|
|
||||||
%include fedora-cinnamon-packages.ks
|
|
||||||
|
|
||||||
part / --size=6144
|
|
||||||
|
|
||||||
%post
|
|
||||||
# cinnamon configuration
|
|
||||||
|
|
||||||
# create /etc/sysconfig/desktop (needed for installation)
|
|
||||||
|
|
||||||
cat > /etc/sysconfig/desktop <<EOF
|
|
||||||
PREFERRED=/usr/bin/cinnamon-session
|
|
||||||
DISPLAYMANAGER=/usr/sbin/lightdm
|
|
||||||
EOF
|
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
|
||||||
|
|
||||||
# set up lightdm autologin
|
|
||||||
sed -i 's/^#autologin-user=.*/autologin-user=liveuser/' /etc/lightdm/lightdm.conf
|
|
||||||
sed -i 's/^#autologin-user-timeout=.*/autologin-user-timeout=0/' /etc/lightdm/lightdm.conf
|
|
||||||
#sed -i 's/^#show-language-selector=.*/show-language-selector=true/' /etc/lightdm/lightdm-gtk-greeter.conf
|
|
||||||
|
|
||||||
# set Cinnamon as default session, otherwise login will fail
|
|
||||||
sed -i 's/^#user-session=.*/user-session=cinnamon/' /etc/lightdm/lightdm.conf
|
|
||||||
|
|
||||||
# Show harddisk install on the desktop
|
|
||||||
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
|
||||||
mkdir /home/liveuser/Desktop
|
|
||||||
cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop
|
|
||||||
|
|
||||||
# and mark it as executable
|
|
||||||
chmod +x /home/liveuser/Desktop/liveinst.desktop
|
|
||||||
|
|
||||||
# this goes at the end after all other changes.
|
|
||||||
chown -R liveuser:liveuser /home/liveuser
|
|
||||||
restorecon -R /home/liveuser
|
|
||||||
|
|
||||||
EOF
|
|
||||||
|
|
||||||
%end
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,65 +1,85 @@
|
|||||||
# fedora-design-suite.ks
|
# fedora-design-suite.ks
|
||||||
# Based on Live Workstation
|
# Based on Live Workstation
|
||||||
# Description:
|
# Description:
|
||||||
# - A collection of applications targeted towards professional visual designers
|
# - A Spin targeted towards professional designers
|
||||||
# Website: http://fedoraproject.org/wiki/Design_Suite
|
# Website: http://fedoraproject.org/wiki/Design_Suite
|
||||||
# Maintainer:
|
# Maintainers:
|
||||||
# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
|
# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
|
||||||
# - Credit to Sebastian Dziallas for initiating the project
|
# - Previous maintainer Sebastian Dziallas
|
||||||
|
|
||||||
%include fedora-live-workstation.ks
|
%include fedora-live-workstation.ks
|
||||||
|
|
||||||
# Size partition
|
#DVD size partition
|
||||||
part / --size 14336
|
part / --size 8192
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
# Switch to groups for design suite
|
# graphics
|
||||||
@design-suite
|
blender
|
||||||
|
LuxRender-blender
|
||||||
# Added addons to address rhbz#1336879 from dnf
|
YafaRay-blender
|
||||||
gimp-data-extras
|
bluefish
|
||||||
gimp-dbp
|
colord-extra-profiles
|
||||||
gimp-dds-plugin
|
darktable
|
||||||
|
dia
|
||||||
|
entangle
|
||||||
|
fontforge
|
||||||
|
font-manager
|
||||||
|
gimp
|
||||||
gimp-elsamuko
|
gimp-elsamuko
|
||||||
gimp-fourier-plugin
|
gimp-*-plugin
|
||||||
|
gimp-data-extras
|
||||||
gimp-gap
|
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-paint-studio
|
||||||
|
gimp-high-pass-filter
|
||||||
|
gimp-normalmap
|
||||||
gimp-resynthesizer
|
gimp-resynthesizer
|
||||||
gimp-save-for-web
|
|
||||||
gimp-separate+
|
gimp-separate+
|
||||||
gimp-wavelet-denoise-plugin
|
gpick
|
||||||
gimpfx-foundry
|
GraphicsMagick
|
||||||
gmic-gimp
|
gmic-gimp
|
||||||
inkscape-psd
|
hugin
|
||||||
|
ImageMagick
|
||||||
|
inkscape
|
||||||
inkscape-sozi
|
inkscape-sozi
|
||||||
inkscape-table
|
inkscape-table
|
||||||
#LuxRender-blender Comment that line because i86 support is no longer available
|
mypaint
|
||||||
sane-backends-drivers-scanners
|
nautilus-image-converter
|
||||||
xsane-gimp
|
optipng
|
||||||
#YafaRay-blender
|
phatch
|
||||||
|
screenruler
|
||||||
|
simple-scan
|
||||||
|
scribus
|
||||||
|
shutter
|
||||||
|
synfigstudio
|
||||||
|
xournal
|
||||||
|
|
||||||
# Add extra gnome applications
|
# office
|
||||||
gnome-books
|
vym
|
||||||
gnome-calendar
|
pdfmod
|
||||||
gnome-photos
|
pdfshuffler
|
||||||
|
|
||||||
# Extra wallpapers
|
# internet
|
||||||
f24-backgrounds-extras-base
|
filezilla
|
||||||
f24-backgrounds-extras-gnome
|
sparkleshare
|
||||||
f25-backgrounds-extras-base
|
sshpass
|
||||||
f25-backgrounds-extras-gnome
|
|
||||||
|
|
||||||
|
# audio & video
|
||||||
|
audacity
|
||||||
|
pitivi
|
||||||
|
|
||||||
|
# fonts
|
||||||
|
aajohan-comfortaa-fonts
|
||||||
|
adobe-source-sans-pro-fonts
|
||||||
|
campivisivi-titillium-fonts
|
||||||
|
lato-fonts
|
||||||
|
open-sans-fonts
|
||||||
|
overpass-fonts
|
||||||
|
|
||||||
# removal of unneeded applications
|
# removal of unneeded applications
|
||||||
-gnome-boxes
|
-gnome-boxes
|
||||||
|
-gthumb
|
||||||
-eog
|
-eog
|
||||||
|
-gnome-photos
|
||||||
-rdesktop
|
-rdesktop
|
||||||
|
|
||||||
%end
|
%end
|
||||||
@@ -68,7 +88,7 @@ f25-backgrounds-extras-gnome
|
|||||||
#Override the favorite desktop application in Dash
|
#Override the favorite desktop application in Dash
|
||||||
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
|
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
|
||||||
[org.gnome.shell]
|
[org.gnome.shell]
|
||||||
favorite-apps=['firefox.desktop', 'shotwell.desktop', 'gimp.desktop', 'darktable.desktop','krita', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']
|
favorite-apps=['firefox.desktop', 'shotwell.desktop', 'gimp.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
# Add link to lists of tutorials
|
# Add link to lists of tutorials
|
||||||
@@ -77,7 +97,7 @@ cat >> /usr/share/applications/list-design-tutorials.desktop << FOE
|
|||||||
Name=List of design tutorials
|
Name=List of design tutorials
|
||||||
GenericName=List of Tutorials for Designers
|
GenericName=List of Tutorials for Designers
|
||||||
Comment=Reference of Design Related Tutorials
|
Comment=Reference of Design Related Tutorials
|
||||||
Exec=xdg-open https://fedoraproject.org/wiki/Design_Suite/Tutorials
|
Exec=xdg-open http://fedoraproject.org/wiki/Design_Suite/Tutorials
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=applications-graphics
|
Icon=applications-graphics
|
||||||
Categories=Graphics;Documentation;
|
Categories=Graphics;Documentation;
|
||||||
@@ -90,7 +110,10 @@ cat >> /usr/share/applications/fedora-design-suite.desktop << FOE
|
|||||||
Name=Design Suite Info
|
Name=Design Suite Info
|
||||||
GenericName=About Design Suite
|
GenericName=About Design Suite
|
||||||
Comment=Wiki page of Design Suite
|
Comment=Wiki page of Design Suite
|
||||||
Exec=xdg-open https://fedoraproject.org/wiki/Design_Suite
|
Name=About Design Suite
|
||||||
|
GenericName=About Design Suite
|
||||||
|
Comment=Wiki page of Design Suite
|
||||||
|
Exec=xdg-open http://fedoraproject.org/wiki/Design_Suite
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=applications-internet
|
Icon=applications-internet
|
||||||
Categories=Documentation;
|
Categories=Documentation;
|
||||||
@@ -102,8 +125,10 @@ cat >> /usr/share/applications/fedora-design-team.desktop << FOE
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Design Team Info
|
Name=Design Team Info
|
||||||
GenericName=About Design Team
|
GenericName=About Design Team
|
||||||
|
Name=About Design Team
|
||||||
|
GenericName=About Design Team Wiki Page
|
||||||
Comment=Wiki page of Design Team
|
Comment=Wiki page of Design Team
|
||||||
Exec=xdg-open https://fedoraproject.org/wiki/Design
|
Exec=xdg-open http://fedoraproject.org/wiki/Design
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=applications-internet
|
Icon=applications-internet
|
||||||
Categories=Documentation;
|
Categories=Documentation;
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
# https://fedoraproject.org/wiki/User:jvlomax
|
# https://fedoraproject.org/wiki/User:jvlomax
|
||||||
# Brendan Jones <brendan.jones.it@gmail.com>
|
# Brendan Jones <brendan.jones.it@gmail.com>
|
||||||
|
|
||||||
%include fedora-live-kde.ks
|
%include fedora-livecd-kde.ks
|
||||||
|
|
||||||
# DVD size partition
|
# DVD size partition
|
||||||
part / --size 10240 --fstype ext4
|
part / --size 10240 --fstype ext4
|
||||||
@@ -40,7 +40,6 @@ jack-audio-connection-kit
|
|||||||
jack-audio-connection-kit-dbus
|
jack-audio-connection-kit-dbus
|
||||||
qjackctl
|
qjackctl
|
||||||
jackctlmmc
|
jackctlmmc
|
||||||
ffado
|
|
||||||
|
|
||||||
#pulse
|
#pulse
|
||||||
pulseaudio-module-jack
|
pulseaudio-module-jack
|
||||||
@@ -77,7 +76,7 @@ sooperlooper
|
|||||||
|
|
||||||
#recodring and DAW
|
#recodring and DAW
|
||||||
audacity
|
audacity
|
||||||
ardour4
|
ardour3
|
||||||
rosegarden4
|
rosegarden4
|
||||||
seq24
|
seq24
|
||||||
muse
|
muse
|
||||||
@@ -108,6 +107,7 @@ ladspa-vco-plugins
|
|||||||
#lv2 plugins
|
#lv2 plugins
|
||||||
lv2
|
lv2
|
||||||
lv2-avw-plugins
|
lv2-avw-plugins
|
||||||
|
lv2-fil-plugins
|
||||||
lv2-invada-plugins
|
lv2-invada-plugins
|
||||||
lv2-kn0ck0ut
|
lv2-kn0ck0ut
|
||||||
lv2-ll-plugins
|
lv2-ll-plugins
|
||||||
@@ -167,6 +167,9 @@ rtirq
|
|||||||
japa
|
japa
|
||||||
radium-compressor
|
radium-compressor
|
||||||
|
|
||||||
|
#streaming
|
||||||
|
idjc
|
||||||
|
|
||||||
# fedora jam theming (to be customized)
|
# fedora jam theming (to be customized)
|
||||||
kfaenza-icon-theme
|
kfaenza-icon-theme
|
||||||
fedora-jam-backgrounds
|
fedora-jam-backgrounds
|
||||||
|
|||||||
@@ -7,6 +7,12 @@
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
# create /etc/sysconfig/desktop (needed for installation)
|
||||||
|
cat > /etc/sysconfig/desktop <<EOF
|
||||||
|
DESKTOP="KDE"
|
||||||
|
DISPLAYMANAGER="KDE"
|
||||||
|
EOF
|
||||||
|
|
||||||
# set default GTK+ theme for root (see #683855, #689070, #808062)
|
# set default GTK+ theme for root (see #683855, #689070, #808062)
|
||||||
cat > /root/.gtkrc-2.0 << EOF
|
cat > /root/.gtkrc-2.0 << EOF
|
||||||
include "/usr/share/themes/Adwaita/gtk-2.0/gtkrc"
|
include "/usr/share/themes/Adwaita/gtk-2.0/gtkrc"
|
||||||
@@ -22,6 +28,17 @@ EOF
|
|||||||
# add initscript
|
# add initscript
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||||
|
|
||||||
|
if [ -e /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png ] ; then
|
||||||
|
# use image also for kdm
|
||||||
|
mkdir -p /usr/share/apps/kdm/faces
|
||||||
|
cp /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png /usr/share/apps/kdm/faces/fedora.face.icon
|
||||||
|
fi
|
||||||
|
|
||||||
|
# make liveuser use KDE
|
||||||
|
echo "startkde" > /home/liveuser/.xsession
|
||||||
|
chmod a+x /home/liveuser/.xsession
|
||||||
|
chown liveuser:liveuser /home/liveuser/.xsession
|
||||||
|
|
||||||
# set up autologin for user liveuser
|
# set up autologin for user liveuser
|
||||||
if [ -f /etc/sddm.conf ]; then
|
if [ -f /etc/sddm.conf ]; then
|
||||||
sed -i 's/^#User=.*/User=liveuser/' /etc/sddm.conf
|
sed -i 's/^#User=.*/User=liveuser/' /etc/sddm.conf
|
||||||
@@ -38,15 +55,23 @@ fi
|
|||||||
mkdir -p /home/liveuser/.config/
|
mkdir -p /home/liveuser/.config/
|
||||||
cat > /home/liveuser/.config/kickoffrc << MENU_EOF
|
cat > /home/liveuser/.config/kickoffrc << MENU_EOF
|
||||||
[Favorites]
|
[Favorites]
|
||||||
FavoriteURLs=/usr/share/applications/firefox.desktop,/usr/share/applications/org.kde.dolphin.desktop,/usr/share/applications/systemsettings.desktop,/usr/share/applications/org.kde.konsole.desktop,/usr/share/applications/liveinst.desktop
|
FavoriteURLs=/usr/share/applications/kde4/konqbrowser.desktop,/usr/share/applications/kde4/dolphin.desktop,/usr/share/applications/systemsettings.desktop,/usr/share/applications/org.kde.konsole.desktop,/usr/share/applications/liveinst.desktop
|
||||||
MENU_EOF
|
MENU_EOF
|
||||||
|
|
||||||
# show liveinst.desktop on desktop and in menu
|
# show liveinst.desktop on desktop and in menu
|
||||||
sed -i 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
sed -i 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
||||||
# set executable bit disable KDE security warning
|
|
||||||
|
# chmod +x ~/Desktop/liveinst.desktop to disable KDE's security warning
|
||||||
chmod +x /usr/share/applications/liveinst.desktop
|
chmod +x /usr/share/applications/liveinst.desktop
|
||||||
mkdir /home/liveuser/Desktop
|
|
||||||
cp -a /usr/share/applications/liveinst.desktop /home/liveuser/Desktop/
|
# copy over the icons for liveinst to hicolor
|
||||||
|
cp /usr/share/icons/gnome/16x16/apps/system-software-install.png /usr/share/icons/hicolor/16x16/apps/
|
||||||
|
cp /usr/share/icons/gnome/22x22/apps/system-software-install.png /usr/share/icons/hicolor/22x22/apps/
|
||||||
|
cp /usr/share/icons/gnome/24x24/apps/system-software-install.png /usr/share/icons/hicolor/24x24/apps/
|
||||||
|
cp /usr/share/icons/gnome/32x32/apps/system-software-install.png /usr/share/icons/hicolor/32x32/apps/
|
||||||
|
cp /usr/share/icons/gnome/48x48/apps/system-software-install.png /usr/share/icons/hicolor/48x48/apps/
|
||||||
|
cp /usr/share/icons/gnome/256x256/apps/system-software-install.png /usr/share/icons/hicolor/256x256/apps/
|
||||||
|
touch /usr/share/icons/hicolor/
|
||||||
|
|
||||||
# Set akonadi backend
|
# Set akonadi backend
|
||||||
mkdir -p /home/liveuser/.config/akonadi
|
mkdir -p /home/liveuser/.config/akonadi
|
||||||
@@ -58,7 +83,6 @@ AKONADI_EOF
|
|||||||
# Disable plasma-pk-updates
|
# Disable plasma-pk-updates
|
||||||
sed -i \
|
sed -i \
|
||||||
-e "s|^X-KDE-PluginInfo-EnabledByDefault=true|X-KDE-PluginInfo-EnabledByDefault=false|g" \
|
-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
|
/usr/share/kservices5/plasma-applet-org.kde.plasma.pkupdates.desktop
|
||||||
|
|
||||||
# Disable baloo
|
# Disable baloo
|
||||||
@@ -73,12 +97,6 @@ cat > /home/liveuser/.kde/share/config/kres-migratorrc << KRES_EOF
|
|||||||
Enabled=false
|
Enabled=false
|
||||||
KRES_EOF
|
KRES_EOF
|
||||||
|
|
||||||
# Disable kwallet migrator
|
|
||||||
cat > /home/liveuser/.config/kwalletrc << KWALLET_EOL
|
|
||||||
[Migration]
|
|
||||||
alreadyMigrated=true
|
|
||||||
KWALLET_EOL
|
|
||||||
|
|
||||||
# make sure to set the right permissions and selinux contexts
|
# make sure to set the right permissions and selinux contexts
|
||||||
chown -R liveuser:liveuser /home/liveuser/
|
chown -R liveuser:liveuser /home/liveuser/
|
||||||
restorecon -R /home/liveuser/
|
restorecon -R /home/liveuser/
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
# fedora-livecd-kde.ks
|
# fedora-live-kde.ks
|
||||||
#
|
#
|
||||||
# Description:
|
# Description:
|
||||||
# - Fedora Live Spin with the K Desktop Environment (KDE), default 1.4 GB version
|
# - Fedora Live Spin with the K Desktop Environment (KDE), 2 GiB version
|
||||||
|
# see fedora-livecd-kde.ks for the default 1.4 GiB version
|
||||||
#
|
#
|
||||||
# Maintainer(s):
|
# Maintainer(s):
|
||||||
# - Sebastian Vahl <fedora@deadbabylon.de>
|
# - Sebastian Vahl <fedora@deadbabylon.de>
|
||||||
@@ -11,61 +12,33 @@
|
|||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
|
|
||||||
# DVD payload
|
# DVD payload
|
||||||
part / --size=6144
|
part / --size=8192
|
||||||
|
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
# unwanted packages from @kde-desktop
|
# ship KDE wallpapers instead of GNOME ones
|
||||||
# don't include these for now to fit on a cd
|
|
||||||
-desktop-backgrounds-basic
|
-desktop-backgrounds-basic
|
||||||
-kdeaccessibility*
|
kde-wallpapers
|
||||||
#-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
|
# Additional packages that are not default in kde-desktop but useful
|
||||||
k3b # ~15 megs
|
k3b # ~15 megs
|
||||||
#kdeartwork # only include some parts of kdeartwork
|
#kdeartwork # only include some parts of kdeartwork
|
||||||
fuse
|
fuse
|
||||||
mediawriter
|
liveusb-creator
|
||||||
|
#pavucontrol # pavucontrol has duplicate functionality with kmix
|
||||||
|
krusader # file manager, more power-user-oriented than Dolphin (~4 megs)
|
||||||
|
|
||||||
# only include kdegames-minimal
|
# kdeedu apps
|
||||||
-kdegames
|
@kde-education
|
||||||
kdegames-minimal
|
|
||||||
|
|
||||||
### space issues
|
# Cantor backends
|
||||||
|
cantor-R # Cantor R backend, built against R-core at compile time
|
||||||
|
maxima # runtime dependency of the Cantor Maxima backend
|
||||||
|
octave # runtime dependency of the Cantor Octave backend
|
||||||
|
|
||||||
# fonts (we make no bones about admitting we're english-only)
|
# KDE 4 translations
|
||||||
wqy-microhei-fonts # a compact CJK font, to replace:
|
kde-l10n-*
|
||||||
-naver-nanum-gothic-fonts # Korean
|
calligra-l10n-*
|
||||||
-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
|
## avoid serious bugs by omitting broken stuff
|
||||||
|
|
||||||
|
|||||||
@@ -1,50 +1,11 @@
|
|||||||
# Desktop with customizations to fit in a CD (package removals, etc.)
|
|
||||||
# Maintained by the Fedora Desktop SIG:
|
# Maintained by the Fedora Desktop SIG:
|
||||||
# http://fedoraproject.org/wiki/SIGs/Desktop
|
# http://fedoraproject.org/wiki/SIGs/Desktop
|
||||||
# mailto:desktop@lists.fedoraproject.org
|
# mailto:desktop@lists.fedoraproject.org
|
||||||
|
|
||||||
%include fedora-live-base.ks
|
%include fedora-live-base.ks
|
||||||
%include fedora-mate-packages.ks
|
%include fedora-mate-packages.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
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
-mpage
|
-mpage
|
||||||
-sox
|
-sox
|
||||||
-hplip
|
-hplip
|
||||||
|
-hpijs
|
||||||
-numactl
|
-numactl
|
||||||
-isdn4k-utils
|
-isdn4k-utils
|
||||||
-autofs
|
-autofs
|
||||||
|
|||||||
@@ -4,16 +4,14 @@
|
|||||||
|
|
||||||
%include fedora-live-base.ks
|
%include fedora-live-base.ks
|
||||||
%include fedora-workstation-packages.ks
|
%include fedora-workstation-packages.ks
|
||||||
#
|
|
||||||
# Disable this for now to see if packagekit is causing
|
|
||||||
# compose failures by leaving a gpg-agent around holding /dev/null open.
|
|
||||||
#
|
|
||||||
#include snippets/packagekit-cached-metadata.ks
|
|
||||||
|
|
||||||
part / --size 6656
|
part / --size 6144
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
|
# This is a huge file and things work ok without it
|
||||||
|
rm -f /usr/share/icons/HighContrast/icon-theme.cache
|
||||||
|
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
76
fedora-livecd-kde.ks
Normal file
76
fedora-livecd-kde.ks
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
# fedora-livecd-kde.ks
|
||||||
|
#
|
||||||
|
# Description:
|
||||||
|
# - Fedora Live Spin with the K Desktop Environment (KDE), default 1.4 GB version
|
||||||
|
#
|
||||||
|
# Maintainer(s):
|
||||||
|
# - Sebastian Vahl <fedora@deadbabylon.de>
|
||||||
|
# - Fedora KDE SIG, http://fedoraproject.org/wiki/SIGs/KDE, kde@lists.fedoraproject.org
|
||||||
|
|
||||||
|
%include fedora-live-kde-base.ks
|
||||||
|
%include fedora-live-minimization.ks
|
||||||
|
|
||||||
|
# DVD payload
|
||||||
|
part / --size=4096
|
||||||
|
|
||||||
|
|
||||||
|
%packages
|
||||||
|
# unwanted packages from @kde-desktop
|
||||||
|
# don't include these for now to fit on a cd
|
||||||
|
-desktop-backgrounds-basic
|
||||||
|
-kdeaccessibility*
|
||||||
|
-kdeartwork-screensavers # screensavers are not needed on live images
|
||||||
|
#-ktorrent # kget has also basic torrent features (~3 megs)
|
||||||
|
-digikam # digikam has duplicate functionality with gwenview (~28 megs)
|
||||||
|
#-amarok # ~23 megs (mysql-embedded etc.)
|
||||||
|
-kipi-plugins # ~8 megs + drags in Marble
|
||||||
|
#-kdeplasma-addons # ~16 megs
|
||||||
|
#-krusader # ~4 megs
|
||||||
|
|
||||||
|
# Additional packages that are not default in kde-* groups, but useful
|
||||||
|
k3b # ~15 megs
|
||||||
|
#kdeartwork # only include some parts of kdeartwork
|
||||||
|
fuse
|
||||||
|
liveusb-creator
|
||||||
|
|
||||||
|
# only include kdegames-minimal
|
||||||
|
-kdegames
|
||||||
|
kdegames-minimal
|
||||||
|
|
||||||
|
### space issues
|
||||||
|
|
||||||
|
# fonts (we make no bones about admitting we're english-only)
|
||||||
|
wqy-microhei-fonts # a compact CJK font, to replace:
|
||||||
|
-naver-nanum-gothic-fonts # Korean
|
||||||
|
-vlgothic-fonts # Japanese
|
||||||
|
-adobe-source-han-sans-cn-fonts # simplified Chinese
|
||||||
|
-adobe-source-han-sans-twhk-fonts # traditional Chinese
|
||||||
|
|
||||||
|
-paratype-pt-sans-fonts # Cyrillic (already supported by DejaVu), huge
|
||||||
|
#-stix-fonts # mathematical symbols
|
||||||
|
|
||||||
|
# remove input methods to free space
|
||||||
|
-@input-methods
|
||||||
|
-scim*
|
||||||
|
-m17n*
|
||||||
|
-ibus*
|
||||||
|
-iok
|
||||||
|
|
||||||
|
# save some space (from @standard)
|
||||||
|
-make
|
||||||
|
|
||||||
|
# admin-tools
|
||||||
|
-gnome-disk-utility
|
||||||
|
# kcm_clock still lacks some features, so keep system-config-date around
|
||||||
|
#-system-config-date
|
||||||
|
# prefer kcm_systemd
|
||||||
|
-system-config-services
|
||||||
|
# prefer/use kusers
|
||||||
|
-system-config-users
|
||||||
|
|
||||||
|
## avoid serious bugs by omitting broken stuff
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
|
%post
|
||||||
|
%end
|
||||||
77
fedora-livecd-mate_compiz.ks
Normal file
77
fedora-livecd-mate_compiz.ks
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
# Desktop with customizations to fit in a CD (package removals, etc.)
|
||||||
|
# Maintained by the Fedora Desktop SIG:
|
||||||
|
# http://fedoraproject.org/wiki/SIGs/Desktop
|
||||||
|
# mailto:desktop@lists.fedoraproject.org
|
||||||
|
|
||||||
|
%include fedora-live-mate_compiz.ks
|
||||||
|
%include fedora-live-minimization.ks
|
||||||
|
|
||||||
|
%packages
|
||||||
|
|
||||||
|
# some apps from mate-applications
|
||||||
|
caja-actions
|
||||||
|
mate-disk-usage-analyzer
|
||||||
|
mate-netspeed
|
||||||
|
mate-themes-extras
|
||||||
|
|
||||||
|
# more backgrounds
|
||||||
|
f22-backgrounds-mate
|
||||||
|
f21-backgrounds-extras-base
|
||||||
|
f21-backgrounds-extras-mate
|
||||||
|
|
||||||
|
# system tools
|
||||||
|
system-config-printer
|
||||||
|
system-config-printer-applet
|
||||||
|
|
||||||
|
# audio player
|
||||||
|
audacious
|
||||||
|
|
||||||
|
# office
|
||||||
|
@libreoffice
|
||||||
|
|
||||||
|
# dsl tools
|
||||||
|
rp-pppoe
|
||||||
|
|
||||||
|
# Drop things for size
|
||||||
|
-@3d-printing
|
||||||
|
-brasero
|
||||||
|
-bluez
|
||||||
|
-bluez-cups
|
||||||
|
-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
|
||||||
|
-NetworkManager-bluetooth
|
||||||
|
|
||||||
|
# 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
|
||||||
|
# This is a huge file and things work ok without it
|
||||||
|
rm -f /usr/share/icons/HighContrast/icon-theme.cache
|
||||||
|
|
||||||
|
%end
|
||||||
@@ -6,9 +6,10 @@
|
|||||||
# Maintainers:
|
# Maintainers:
|
||||||
# Fabian Affolter <fab [AT] fedoraproject <dot> org>
|
# Fabian Affolter <fab [AT] fedoraproject <dot> org>
|
||||||
# Joerg Simon <jsimon [AT] fedoraproject <dot> org>
|
# Joerg Simon <jsimon [AT] fedoraproject <dot> org>
|
||||||
|
# Christoph Wickert <cwickert [AT] fedoraproject <dot> org>
|
||||||
# Acknowledgements:
|
# Acknowledgements:
|
||||||
# Fedora LiveCD Xfce Spin team - some work here was and will be inherited,
|
# Fedora LiveCD Xfce Spin team - some work here was and will be inherited,
|
||||||
# many thanks, especially to Christoph Wickert!
|
# many thanks!
|
||||||
# Fedora LXDE Spin - Copied over stuff to make LXDE Default
|
# Fedora LXDE Spin - Copied over stuff to make LXDE Default
|
||||||
# Luke Macken and Adam Miller for the original OpenBox Security ks and all
|
# Luke Macken and Adam Miller for the original OpenBox Security ks and all
|
||||||
# the Security Applications!
|
# the Security Applications!
|
||||||
@@ -93,6 +94,9 @@ gnome-keyring-pam
|
|||||||
%post
|
%post
|
||||||
# xfce configuration
|
# xfce configuration
|
||||||
|
|
||||||
|
# This is a huge file and things work ok without it
|
||||||
|
rm -f /usr/share/icons/HighContrast/icon-theme.cache
|
||||||
|
|
||||||
# create /etc/sysconfig/desktop (needed for installation)
|
# create /etc/sysconfig/desktop (needed for installation)
|
||||||
|
|
||||||
cat > /etc/sysconfig/desktop <<EOF
|
cat > /etc/sysconfig/desktop <<EOF
|
||||||
@@ -51,7 +51,6 @@ org.laptop.StopWatchActivity
|
|||||||
org.laptop.community.Finance
|
org.laptop.community.Finance
|
||||||
org.laptop.community.TypingTurtle
|
org.laptop.community.TypingTurtle
|
||||||
org.laptop.sugar.Jukebox
|
org.laptop.sugar.Jukebox
|
||||||
org.laptop.Words
|
|
||||||
org.eq.FotoToon
|
org.eq.FotoToon
|
||||||
org.gnome.Labyrinth
|
org.gnome.Labyrinth
|
||||||
com.laptop.Ruler
|
com.laptop.Ruler
|
||||||
@@ -59,7 +58,6 @@ org.sugarlabs.AbacusActivity
|
|||||||
org.sugarlabs.IRC
|
org.sugarlabs.IRC
|
||||||
org.sugarlabs.InfoSlicer
|
org.sugarlabs.InfoSlicer
|
||||||
org.sugarlabs.PortfolioActivity
|
org.sugarlabs.PortfolioActivity
|
||||||
org.sugarlabs.StoryActivity
|
|
||||||
org.sugarlabs.VisualMatchActivity
|
org.sugarlabs.VisualMatchActivity
|
||||||
com.garycmartin.Moon
|
com.garycmartin.Moon
|
||||||
mulawa.Countries
|
mulawa.Countries
|
||||||
@@ -76,8 +74,6 @@ 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
|
||||||
# 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
|
# Don't use the default system user (in SoaS liveuser) as nick name
|
||||||
# Disable the logout menu item in Sugar
|
# Disable the logout menu item in Sugar
|
||||||
@@ -92,6 +88,19 @@ show-logout=false
|
|||||||
[org.sugarlabs.power]
|
[org.sugarlabs.power]
|
||||||
automatic=true
|
automatic=true
|
||||||
EOF
|
EOF
|
||||||
|
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/sugar.soas.gschema.override
|
||||||
|
|
||||||
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||||
|
# set up lightdm autologin
|
||||||
|
sed -i 's/^#autologin-user=.*/autologin-user=liveuser/' /etc/lightdm/lightdm.conf
|
||||||
|
sed -i 's/^#autologin-user-timeout=.*/autologin-user-timeout=0/' /etc/lightdm/lightdm.conf
|
||||||
|
#sed -i 's/^#show-language-selector=.*/show-language-selector=true/' /etc/lightdm/lightdm-gtk-greeter.conf
|
||||||
|
|
||||||
|
# set Sugar as default session, otherwise login will fail
|
||||||
|
sed -i 's/^#user-session=.*/user-session=sugar/' /etc/lightdm/lightdm.conf
|
||||||
|
EOF
|
||||||
|
|
||||||
|
cat >> /etc/rc.d/init.d/livesys-late << EOF
|
||||||
|
|
||||||
# disable screensaver locking
|
# 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
|
||||||
@@ -106,7 +115,12 @@ disable-lock-screen=true
|
|||||||
FOE
|
FOE
|
||||||
|
|
||||||
# rebuild schema cache with any overrides we installed
|
# rebuild schema cache with any overrides we installed
|
||||||
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/sugar.soas.gschema.override
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||||
/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
|
||||||
@@ -16,6 +16,9 @@
|
|||||||
%post
|
%post
|
||||||
# xfce configuration
|
# xfce configuration
|
||||||
|
|
||||||
|
# This is a huge file and things work ok without it
|
||||||
|
rm -f /usr/share/icons/HighContrast/icon-theme.cache
|
||||||
|
|
||||||
# create /etc/sysconfig/desktop (needed for installation)
|
# create /etc/sysconfig/desktop (needed for installation)
|
||||||
|
|
||||||
cat > /etc/sysconfig/desktop <<EOF
|
cat > /etc/sysconfig/desktop <<EOF
|
||||||
@@ -30,7 +33,7 @@ mkdir -p /home/liveuser/.config/xfce4
|
|||||||
cat > /home/liveuser/.config/xfce4/helpers.rc << FOE
|
cat > /home/liveuser/.config/xfce4/helpers.rc << FOE
|
||||||
MailReader=sylpheed-claws
|
MailReader=sylpheed-claws
|
||||||
FileManager=Thunar
|
FileManager=Thunar
|
||||||
WebBrowser=firefox
|
WebBrowser=midori
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
# disable screensaver locking (#674410)
|
# disable screensaver locking (#674410)
|
||||||
@@ -4,10 +4,10 @@
|
|||||||
# - Bruno Wolff III <bruno@wolff.to>
|
# - Bruno Wolff III <bruno@wolff.to>
|
||||||
# - Formerly maintained by Rahul Sundaram
|
# - Formerly maintained by Rahul Sundaram
|
||||||
|
|
||||||
%include fedora-live-xfce.ks
|
%include fedora-livecd-xfce.ks
|
||||||
|
|
||||||
# The recommended part size for DVDs is too close to use for the games spin
|
# The recommended part size for DVDs is too close to use for the games spin
|
||||||
part / --size 14336
|
part / --size 10240
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
@@ -20,9 +20,6 @@ part / --size 14336
|
|||||||
# will likely put the games spin over size and it is freeze time.
|
# will likely put the games spin over size and it is freeze time.
|
||||||
-libreoffice*
|
-libreoffice*
|
||||||
|
|
||||||
# Extra screensavers isn't much help for the games spin
|
|
||||||
-xscreensaver-extras
|
|
||||||
|
|
||||||
# Allow joysticks and game pads to work
|
# Allow joysticks and game pads to work
|
||||||
joystick-support
|
joystick-support
|
||||||
|
|
||||||
@@ -35,13 +32,13 @@ armacycles-ad
|
|||||||
asc
|
asc
|
||||||
asc-music
|
asc-music
|
||||||
astromenace
|
astromenace
|
||||||
# beneath-a-steel-sky-cd scummvm games cut for size
|
beneath-a-steel-sky-cd
|
||||||
boswars
|
boswars
|
||||||
btanks
|
btanks
|
||||||
bzflag
|
bzflag
|
||||||
crossfire-client
|
crossfire-client
|
||||||
extremetuxracer
|
extremetuxracer
|
||||||
# flight-of-the-amazon-queen-cd scummvm games cut for size
|
flight-of-the-amazon-queen-cd
|
||||||
freeciv
|
freeciv
|
||||||
freecol
|
freecol
|
||||||
freedoom
|
freedoom
|
||||||
@@ -51,29 +48,29 @@ gl-117
|
|||||||
glob2
|
glob2
|
||||||
lincity-ng
|
lincity-ng
|
||||||
tmw
|
tmw
|
||||||
#maniadrive - maniadrive isn't building with php7
|
maniadrive
|
||||||
#maniadrive-music
|
maniadrive-music
|
||||||
megaglest
|
megaglest
|
||||||
nethack-vultures
|
nethack-vultures
|
||||||
netpanzer
|
netpanzer
|
||||||
#neverball #cut for size
|
#neverball #cut for size
|
||||||
nogravity
|
nogravity
|
||||||
#pinball # Would pull in fluid-soundfont-lite-patches
|
pinball
|
||||||
scorched3d
|
scorched3d
|
||||||
# supertux # Crashing
|
supertux
|
||||||
#supertuxkart #remove for size
|
#supertuxkart #remove for size
|
||||||
ultimatestunts
|
ultimatestunts
|
||||||
warzone2100
|
warzone2100
|
||||||
wesnoth
|
wesnoth
|
||||||
# worminator # Would pull in fluid-soundfont-lite-patches
|
worminator
|
||||||
warmux
|
warmux
|
||||||
xmoto
|
xmoto
|
||||||
|
|
||||||
# traditional (small)
|
# traditional (small)
|
||||||
|
|
||||||
abe
|
abe
|
||||||
# alex4 # Would pull in fluid-soundfont-lite-patches
|
alex4
|
||||||
# ballz # Would pull in fluid-soundfont-lite-patches
|
ballz
|
||||||
blobwars
|
blobwars
|
||||||
bombardier
|
bombardier
|
||||||
cdogs-sdl
|
cdogs-sdl
|
||||||
@@ -88,19 +85,19 @@ hedgewars
|
|||||||
kcheckers
|
kcheckers
|
||||||
knights
|
knights
|
||||||
lbrickbuster2
|
lbrickbuster2
|
||||||
# liquidwar # Would pull in fluid-soundfont-lite-patches
|
liquidwar
|
||||||
londonlaw
|
londonlaw
|
||||||
lordsawar
|
lordsawar
|
||||||
# lure scummvm games cut for size
|
lure
|
||||||
# machineball # Would pull in fluid-soundfont-lite-patches
|
machineball
|
||||||
nethack
|
nethack
|
||||||
openlierox
|
openlierox
|
||||||
pachi
|
pachi
|
||||||
pioneers
|
pioneers
|
||||||
quarry
|
quarry
|
||||||
# Ri-li cut for size
|
Ri-li
|
||||||
rogue
|
rogue
|
||||||
# scorchwentbonkers # Would pull in fluid-soundfont-lite-patches
|
scorchwentbonkers
|
||||||
seahorse-adventures
|
seahorse-adventures
|
||||||
solarwolf
|
solarwolf
|
||||||
sopwith
|
sopwith
|
||||||
@@ -112,11 +109,11 @@ xblast
|
|||||||
|
|
||||||
auriferous
|
auriferous
|
||||||
alienblaster
|
alienblaster
|
||||||
# duel3 # Would pull in fluid-soundfont-lite-patches
|
duel3
|
||||||
lmarbles
|
lmarbles
|
||||||
powermanga
|
powermanga
|
||||||
# raidem # Would pull in fluid-soundfont-lite-patches
|
raidem
|
||||||
# raidem-music # Would pull in fluid-soundfont-lite-patches
|
raidem-music
|
||||||
trackballs
|
trackballs
|
||||||
trackballs-music
|
trackballs-music
|
||||||
|
|
||||||
@@ -126,7 +123,7 @@ ballbuster
|
|||||||
CriticalMass
|
CriticalMass
|
||||||
dd2
|
dd2
|
||||||
KoboDeluxe
|
KoboDeluxe
|
||||||
# lacewing # Would pull in fluid-soundfont-lite-patches
|
lacewing
|
||||||
Maelstrom
|
Maelstrom
|
||||||
methane
|
methane
|
||||||
njam
|
njam
|
||||||
@@ -135,13 +132,13 @@ shippy
|
|||||||
tecnoballz
|
tecnoballz
|
||||||
wordwarvi
|
wordwarvi
|
||||||
xgalaxy
|
xgalaxy
|
||||||
# zasx # Would pull in fluid-soundfont-lite-patches
|
zasx
|
||||||
|
|
||||||
# falling blocks games (small)
|
# falling blocks games (small)
|
||||||
|
|
||||||
amoebax
|
amoebax
|
||||||
crack-attack
|
crack-attack
|
||||||
# crystal-stacker # Would pull in fluid-soundfont-lite-patches
|
crystal-stacker
|
||||||
gemdropx
|
gemdropx
|
||||||
gweled
|
gweled
|
||||||
|
|
||||||
@@ -153,7 +150,7 @@ pingus
|
|||||||
# puzzles (small)
|
# puzzles (small)
|
||||||
|
|
||||||
escape
|
escape
|
||||||
# gbrainy Removed for space - only game that pulls in mono
|
gbrainy
|
||||||
magicor
|
magicor
|
||||||
mirrormagic
|
mirrormagic
|
||||||
pipenightdreams
|
pipenightdreams
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
|
|
||||||
# The recommended part size for DVDs is too close to use for the robotics spin
|
# The recommended part size for DVDs is too close to use for the robotics spin
|
||||||
part / --size 10752
|
part / --size 10240
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
# Start with GNOME
|
# Start with GNOME
|
||||||
@@ -1,9 +1,11 @@
|
|||||||
# Fedora Scientific with KDE Desktop
|
#fedora-livedvd-scientific-kde.ks
|
||||||
|
# With KDE Desktop
|
||||||
|
|
||||||
# Fedora Scientific: For researchers in Science and Engineering
|
# Fedora Scientific: For researchers in Science and Engineering
|
||||||
# Fedora-Scientific aims to create a Fedora which has the generic
|
# Fedora-Scientific aims to create a Fedora which has the generic
|
||||||
# toolset for the researcher
|
# toolset for the researcher
|
||||||
# Web: https://labs.fedoraproject.org/en/scientific/
|
# Web: https://fedoraproject.org/wiki/Scientific_Spin
|
||||||
|
# Web: http://spins.fedoraproject.org/scientific-kde/
|
||||||
|
|
||||||
# Maintainer: Amit Saha <amitksaha@fedoraproject.org>
|
# Maintainer: Amit Saha <amitksaha@fedoraproject.org>
|
||||||
# https://fedoraproject.org/wiki/User:Amitksaha
|
# https://fedoraproject.org/wiki/User:Amitksaha
|
||||||
@@ -11,7 +13,7 @@
|
|||||||
%include fedora-live-kde.ks
|
%include fedora-live-kde.ks
|
||||||
|
|
||||||
# The recommended part size for DVDs is too close to use for the scientific spin
|
# The recommended part size for DVDs is too close to use for the scientific spin
|
||||||
part / --size 14500
|
part / --size 12288
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
@@ -23,8 +25,10 @@ scilab
|
|||||||
scilab-devel
|
scilab-devel
|
||||||
scilab-doc
|
scilab-doc
|
||||||
|
|
||||||
# Remove sagemath explicitly?
|
# sagemath
|
||||||
-sagemath
|
# BZ #1006230 should fix this
|
||||||
|
#sagemath
|
||||||
|
#sagemath-notebook
|
||||||
|
|
||||||
#Devel tools
|
#Devel tools
|
||||||
|
|
||||||
@@ -84,10 +88,6 @@ rkward
|
|||||||
# GUI for Octave
|
# GUI for Octave
|
||||||
qtoctave
|
qtoctave
|
||||||
|
|
||||||
# julia
|
|
||||||
julia
|
|
||||||
julia-doc
|
|
||||||
|
|
||||||
# IDEs for the IDE folks
|
# IDEs for the IDE folks
|
||||||
@eclipse
|
@eclipse
|
||||||
spyder
|
spyder
|
||||||
@@ -110,6 +110,8 @@ pdfshuffler
|
|||||||
openmpi
|
openmpi
|
||||||
openmpi-devel
|
openmpi-devel
|
||||||
valgrind-openmpi
|
valgrind-openmpi
|
||||||
|
pvm
|
||||||
|
pvm-gui #will install 'pvm' as well
|
||||||
libgomp
|
libgomp
|
||||||
python-pp
|
python-pp
|
||||||
mpi4py-openmpi
|
mpi4py-openmpi
|
||||||
@@ -133,9 +135,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
|
||||||
@@ -153,8 +155,8 @@ xzgv
|
|||||||
gimp
|
gimp
|
||||||
ggobi
|
ggobi
|
||||||
ggobi-devel
|
ggobi-devel
|
||||||
#g3data
|
g3data
|
||||||
#Mayavi
|
Mayavi
|
||||||
|
|
||||||
#Misc. Utils
|
#Misc. Utils
|
||||||
screen
|
screen
|
||||||
@@ -169,8 +171,12 @@ hevea
|
|||||||
#Include Mozilla Firefox
|
#Include Mozilla Firefox
|
||||||
firefox
|
firefox
|
||||||
|
|
||||||
|
# Omit KDE 4 translations for now: https://bugzilla.redhat.com/show_bug.cgi?id=1197940
|
||||||
|
-kde-l10n-*
|
||||||
|
-calligra-l10n-*
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
%end
|
%end
|
||||||
@@ -1,5 +1,7 @@
|
|||||||
%packages
|
%packages
|
||||||
-PackageKit* # we switched to yumex, so we don't need this
|
-PackageKit* # we switched to yumex, so we don't need this
|
||||||
|
-ConsoleKit # ConsoleKit is deprecated
|
||||||
|
-ConsoleKit-x11 # ConsoleKit is deprecated
|
||||||
firefox
|
firefox
|
||||||
@mate
|
@mate
|
||||||
compiz
|
compiz
|
||||||
@@ -7,51 +9,22 @@ compiz-plugins-main
|
|||||||
compiz-plugins-extra
|
compiz-plugins-extra
|
||||||
compiz-manager
|
compiz-manager
|
||||||
compizconfig-python
|
compizconfig-python
|
||||||
compiz-plugins-experimental
|
compiz-plugins-unsupported
|
||||||
|
compiz-mate
|
||||||
libcompizconfig
|
libcompizconfig
|
||||||
compiz-plugins-main
|
compiz-plugins-main
|
||||||
ccsm
|
ccsm
|
||||||
simple-ccsm
|
|
||||||
emerald-themes
|
emerald-themes
|
||||||
emerald
|
emerald
|
||||||
fusion-icon
|
fusion-icon
|
||||||
@networkmanager-submodules
|
fusion-icon-gtk
|
||||||
blueman
|
|
||||||
|
|
||||||
# some apps from mate-applications
|
|
||||||
caja-actions
|
|
||||||
mate-disk-usage-analyzer
|
|
||||||
|
|
||||||
# more backgrounds
|
|
||||||
f25-backgrounds-base
|
|
||||||
f25-backgrounds-mate
|
|
||||||
f25-backgrounds-extras-base
|
|
||||||
|
|
||||||
# system tools
|
|
||||||
system-config-printer
|
|
||||||
system-config-printer-applet
|
|
||||||
lightdm-gtk-greeter-settings
|
|
||||||
|
|
||||||
# audio video
|
|
||||||
parole
|
|
||||||
exaile
|
|
||||||
PackageKit-gstreamer-plugin
|
|
||||||
|
|
||||||
# blacklist applications which breaks mate-desktop
|
|
||||||
-audacious
|
|
||||||
|
|
||||||
# office
|
|
||||||
@libreoffice
|
@libreoffice
|
||||||
|
@networkmanager-submodules
|
||||||
# dsl tools
|
|
||||||
rp-pppoe
|
|
||||||
|
|
||||||
# some tools
|
|
||||||
p7zip
|
|
||||||
p7zip-plugins
|
|
||||||
|
|
||||||
# FIXME; apparently the glibc maintainers dislike this, but it got put into the
|
# FIXME; apparently the glibc maintainers dislike this, but it got put into the
|
||||||
# desktop image at some point. We won't touch this one for now.
|
# desktop image at some point. We won't touch this one for now.
|
||||||
nss-mdns
|
nss-mdns
|
||||||
|
|
||||||
|
# This one needs to be kicked out of @standard
|
||||||
|
-smartmontools
|
||||||
%end
|
%end
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
|
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
|
||||||
repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
|
repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
|
||||||
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch
|
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch
|
||||||
url --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
|
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
repo --name=rawhide --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch
|
repo --name=rawhide --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch
|
||||||
url --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch
|
|
||||||
|
|||||||
@@ -32,8 +32,6 @@
|
|||||||
-abrt-cli
|
-abrt-cli
|
||||||
-ibus*
|
-ibus*
|
||||||
-hyperv-daemons
|
-hyperv-daemons
|
||||||
-webkitgtk4-plugin-process-gtk2
|
|
||||||
webkitgtk3
|
|
||||||
|
|
||||||
# Add some extra fonts
|
# Add some extra fonts
|
||||||
dejavu-sans-fonts
|
dejavu-sans-fonts
|
||||||
@@ -78,6 +76,9 @@ pulseaudio-utils
|
|||||||
# Usefulness for DSL connections as per:
|
# Usefulness for DSL connections as per:
|
||||||
# http://bugs.sugarlabs.org/ticket/1951
|
# http://bugs.sugarlabs.org/ticket/1951
|
||||||
rp-pppoe
|
rp-pppoe
|
||||||
|
# Useful for SoaS duplication from:
|
||||||
|
# http://bugs.sugarlabs.org/ticket/74
|
||||||
|
livecd-tools
|
||||||
|
|
||||||
# Get the Sugar boot screen
|
# Get the Sugar boot screen
|
||||||
-plymouth-system-theme
|
-plymouth-system-theme
|
||||||
|
|||||||
72
fedora-virt-server.ks.in
Normal file
72
fedora-virt-server.ks.in
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
# Kickstart file to create a small "base" Fedora image install suitable
|
||||||
|
# for use as e.g. an application server.
|
||||||
|
#
|
||||||
|
# Maintainer: fedora-cloud-list@fedoraproject.org
|
||||||
|
#
|
||||||
|
# REQUIRED variables:
|
||||||
|
# @@PUBLIC_KEY@@ - ssh public key
|
||||||
|
#
|
||||||
|
# You must search for all required variables and replace them.
|
||||||
|
# Example usage:
|
||||||
|
# sed -e s,@@PUBLIC_KEY@@,"$(cat ~/.ssh/authorized_keys)", fedora-virt-server.ks.in > my-fedora-server.ks
|
||||||
|
|
||||||
|
lang C
|
||||||
|
keyboard us
|
||||||
|
timezone --utc GMT/Zulu
|
||||||
|
auth --useshadow --enablemd5
|
||||||
|
firewall --service=ssh
|
||||||
|
bootloader --timeout=1 --append="acpi=force"
|
||||||
|
network --bootproto=dhcp --device=eth0 --onboot=on
|
||||||
|
services --enabled=network
|
||||||
|
|
||||||
|
## IMPORTANT ##
|
||||||
|
## EDIT HERE ##
|
||||||
|
# ROOT PASSWORD:
|
||||||
|
# Setting a root password is NOT RECOMMENDED, especially if your
|
||||||
|
# server will be accessible to the public internet. This is
|
||||||
|
# because of the rise of automated ssh password guessing attacks.
|
||||||
|
# You should instead (if you don't have one already)
|
||||||
|
# generate a public ssh key:
|
||||||
|
# http://sial.org/howto/openssh/publickey-auth/
|
||||||
|
#
|
||||||
|
# See comment below in %post for authorizing your public
|
||||||
|
# key for the root account.
|
||||||
|
|
||||||
|
rootpw ""
|
||||||
|
|
||||||
|
# However, if you choose instead to make a password,
|
||||||
|
# you will need to replace the above line with one like
|
||||||
|
# rootpw --iscrypted @@ROOT_PASSWORD_CRYPTED@@
|
||||||
|
# If you do neither of these things, you will not be able to log
|
||||||
|
# into your machine.
|
||||||
|
|
||||||
|
clearpart --all --initlabel
|
||||||
|
part / --size=550 --grow --fstype=ext4
|
||||||
|
# You may change this if you don't want swap
|
||||||
|
part swap --recommended
|
||||||
|
|
||||||
|
%packages
|
||||||
|
@standard
|
||||||
|
%end
|
||||||
|
|
||||||
|
#
|
||||||
|
# Add custom post scripts after the base post.
|
||||||
|
#
|
||||||
|
%post
|
||||||
|
|
||||||
|
## EDIT HERE ##
|
||||||
|
cd /root
|
||||||
|
if ! test -d .ssh; then
|
||||||
|
mkdir --mode=700 .ssh
|
||||||
|
fi
|
||||||
|
cat >> .ssh/authorized_keys << END_AUTHORIZED_KEYS
|
||||||
|
@@PUBLIC_KEY@@
|
||||||
|
END_AUTHORIZED_KEYS
|
||||||
|
chmod 600 .ssh/authorized_keys
|
||||||
|
if -x /usr/sbin/selinuxenabled && /usr/sbin/selinuxenabled; then
|
||||||
|
chcon -R -h -t home_ssh_t .ssh
|
||||||
|
fi
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
|
reboot
|
||||||
@@ -9,9 +9,7 @@
|
|||||||
# workstation-product-environment in comps
|
# workstation-product-environment in comps
|
||||||
@base-x
|
@base-x
|
||||||
@core
|
@core
|
||||||
@firefox
|
|
||||||
@fonts
|
@fonts
|
||||||
@gnome-desktop
|
|
||||||
@guest-desktop-agents
|
@guest-desktop-agents
|
||||||
@hardware-support
|
@hardware-support
|
||||||
@libreoffice
|
@libreoffice
|
||||||
|
|||||||
@@ -21,16 +21,10 @@
|
|||||||
|
|
||||||
# unlock default keyring. FIXME: Should probably be done in comps
|
# unlock default keyring. FIXME: Should probably be done in comps
|
||||||
gnome-keyring-pam
|
gnome-keyring-pam
|
||||||
# Admin tools are handy to have
|
|
||||||
@admin-tools
|
|
||||||
# Add some screensavers, people seem to like them
|
# Add some screensavers, people seem to like them
|
||||||
# Note that blank is still default.
|
# Note that blank is still default.
|
||||||
xscreensaver-extras
|
xscreensaver-extras
|
||||||
wget
|
wget
|
||||||
# Handy for debugging
|
|
||||||
rfkill
|
|
||||||
# Better more popular browser
|
|
||||||
firefox
|
|
||||||
system-config-printer
|
system-config-printer
|
||||||
|
|
||||||
# save some space
|
# save some space
|
||||||
|
|||||||
12
snippets/autologin-gdm.ks
Normal file
12
snippets/autologin-gdm.ks
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# %post modifications for gdm
|
||||||
|
|
||||||
|
cat >> /etc/rc.d/init.d/fedora-live << EOF
|
||||||
|
chown -R fedora:fedora /home/fedora
|
||||||
|
sed -i -e 's/\[daemon\]/[daemon]\nTimedLoginEnable=true\nTimedLogin=fedora\nTimedLoginDelay=60/' /etc/gdm/custom.conf
|
||||||
|
if [ -e /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png ] ; then
|
||||||
|
cp /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png /home/fedora/.face
|
||||||
|
chown fedora:fedora /home/fedora/.face
|
||||||
|
# TODO: would be nice to get e-d-s to pick this one up too... but how?
|
||||||
|
fi
|
||||||
|
EOF
|
||||||
|
|
||||||
33
snippets/autologin-kdm.ks
Normal file
33
snippets/autologin-kdm.ks
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# %post modifications for kdm and kde
|
||||||
|
|
||||||
|
# add initscript
|
||||||
|
cat >> /etc/rc.d/init.d/fedora-live << EOF
|
||||||
|
|
||||||
|
if [ -e /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png ] ; then
|
||||||
|
# use image also for kdm
|
||||||
|
mkdir -p /usr/share/apps/kdm/faces
|
||||||
|
cp /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png /usr/share/apps/kdm/faces/fedora.face.icon
|
||||||
|
fi
|
||||||
|
|
||||||
|
# make fedora user use KDE
|
||||||
|
echo "startkde" > /home/fedora/.xsession
|
||||||
|
chmod a+x /home/fedora/.xsession
|
||||||
|
chown fedora:fedora /home/fedora/.xsession
|
||||||
|
|
||||||
|
# set up autologin for user fedora
|
||||||
|
sed -i 's/#AutoLoginEnable=true/AutoLoginEnable=true/' /etc/kde/kdm/kdmrc
|
||||||
|
sed -i 's/#AutoLoginUser=fred/AutoLoginUser=fedora/' /etc/kde/kdm/kdmrc
|
||||||
|
|
||||||
|
# set up user fedora as default user and preselected user
|
||||||
|
sed -i 's/#PreselectUser=Default/PreselectUser=Default/' /etc/kde/kdm/kdmrc
|
||||||
|
sed -i 's/#DefaultUser=johndoe/DefaultUser=fedora/' /etc/kde/kdm/kdmrc
|
||||||
|
|
||||||
|
# add liveinst.desktop to favorites menu
|
||||||
|
mkdir -p /home/fedora/.kde/share/config/
|
||||||
|
cat > /home/fedora/.kde/share/config/kickoffrc << MENU_EOF
|
||||||
|
[Favorites]
|
||||||
|
FavoriteURLs=/usr/share/applications/kde4/konqbrowser.desktop,/usr/share/applications/kde4/dolphin.desktop,/usr/share/applications/kde4/systemsettings.desktop,/usr/share/applications/liveinst.desktop
|
||||||
|
MENU_EOF
|
||||||
|
chown -R fedora:fedora /home/fedora/.kde/
|
||||||
|
EOF
|
||||||
|
|
||||||
7
snippets/config-developer.ks
Normal file
7
snippets/config-developer.ks
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# %post modifications to add link to demonstration videos to desktop
|
||||||
|
|
||||||
|
cat >> /etc/rc.d/init.d/fedora-live << EOF
|
||||||
|
pushd /home/fedora/Desktop
|
||||||
|
ln -s /usr/share/eclipse-demos-0.0.1 "Eclipse demonstration videos"
|
||||||
|
popd
|
||||||
|
EOF
|
||||||
57
snippets/config-electronic-lab.ks
Normal file
57
snippets/config-electronic-lab.ks
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
# %post modifications specifically for Fedora Electronic Lab
|
||||||
|
|
||||||
|
# Fedora Electronic Lab: Kwin buttons
|
||||||
|
cat > /usr/share/kde-settings/kde-profile/default/share/config/kwinrc <<EOF
|
||||||
|
[Style]
|
||||||
|
ButtonsOnLeft=MB
|
||||||
|
ButtonsOnRight=FIAX
|
||||||
|
CustomButtonPositions=true
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# kill klipper
|
||||||
|
cat > /usr/share/kde-settings/kde-profile/default/share/config/klipperrc <<EOF
|
||||||
|
[General]
|
||||||
|
AutoStart=false
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# use the LCD_Style clock as alliance's windows demand a lot of space on kicker
|
||||||
|
cat > /usr/share/kde-settings/kde-profile/default/share/config/clock_panelappletrc <<EOF
|
||||||
|
[Digital]
|
||||||
|
LCD_Style=false
|
||||||
|
Show_Date=false
|
||||||
|
Show_Seconds=true
|
||||||
|
|
||||||
|
[General]
|
||||||
|
Type=Digital
|
||||||
|
EOF
|
||||||
|
|
||||||
|
cat > /usr/share/kde-settings/kde-profile/default/share/config/kxkbrc <<EOF
|
||||||
|
[Layout]
|
||||||
|
DisplayNames=
|
||||||
|
EnableXkbOptions=false
|
||||||
|
IncludeGroups=
|
||||||
|
LayoutList=us,de,fr,jp
|
||||||
|
Model=pc104
|
||||||
|
Options=
|
||||||
|
ResetOldOptions=false
|
||||||
|
ShowFlag=true
|
||||||
|
ShowSingle=true
|
||||||
|
StickySwitching=false
|
||||||
|
StickySwitchingDepth=2
|
||||||
|
SwitchMode=Global
|
||||||
|
Use=true
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# Chitlesh doesn't like the KDE icon on the kicker, but fedora's
|
||||||
|
# This is a feature for Fedora and not for KDE
|
||||||
|
cp -fp /usr/share/icons/Bluecurve/16x16/apps/gnome-main-menu.png /usr/share/icons/crystalsvg/16x16/apps/kmenu.png
|
||||||
|
cp -fp /usr/share/icons/Bluecurve/24x24/apps/gnome-main-menu.png /usr/share/icons/crystalsvg/22x22/apps/kmenu.png
|
||||||
|
cp -fp /usr/share/icons/Bluecurve/32x32/apps/gnome-main-menu.png /usr/share/icons/crystalsvg/32x32/apps/kmenu.png
|
||||||
|
cp -fp /usr/share/icons/Bluecurve/48x48/apps/gnome-main-menu.png /usr/share/icons/crystalsvg/48x48/apps/kmenu.png
|
||||||
|
|
||||||
|
/sbin/chkconfig anacron off
|
||||||
|
/sbin/chkconfig sendmail off
|
||||||
|
/sbin/chkconfig nfs off
|
||||||
|
/sbin/chkconfig nfslock off
|
||||||
|
/sbin/chkconfig rpcidmapd off
|
||||||
|
/sbin/chkconfig rpcbind off
|
||||||
19
snippets/config-kde-gnome-keyring.ks
Normal file
19
snippets/config-kde-gnome-keyring.ks
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# %post modifications to set up gnome-keyring in KDE
|
||||||
|
|
||||||
|
mkdir -p /etc/skel/.kde/env /etc/skel/.kde/shutdown
|
||||||
|
cat > /etc/skel/.kde/env/start-custom.sh << EOF
|
||||||
|
#!/bin/sh
|
||||||
|
eval \`gnome-keyring-daemon\`
|
||||||
|
export GNOME_KEYRING_PID
|
||||||
|
export GNOME_KEYRING_SOCKET
|
||||||
|
EOF
|
||||||
|
chmod 755 /etc/skel/.kde/env/start-custom.sh
|
||||||
|
|
||||||
|
cat > /etc/skel/.kde/shutdown/stop-custom.sh << EOF
|
||||||
|
#/bin/sh
|
||||||
|
if [-n "$GNOME_KEYRING_PID"]; then
|
||||||
|
kill $GNOME_KEYRING_PID
|
||||||
|
fi
|
||||||
|
EOF
|
||||||
|
|
||||||
|
chmod 755 /etc/skel/.kde/shutdown/stop-custom.sh
|
||||||
16
snippets/config-tracker.ks
Normal file
16
snippets/config-tracker.ks
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# %post modifications to configure tracker search
|
||||||
|
|
||||||
|
mkdir -p /home/fedora/.config/tracker
|
||||||
|
|
||||||
|
cat > /home/fedora/.config/tracker/tracker.cfg <<EOF
|
||||||
|
[Indexing]
|
||||||
|
EnableIndexing=false
|
||||||
|
Language=en
|
||||||
|
EOF
|
||||||
|
|
||||||
|
mkdir -p /root/.config/tracker
|
||||||
|
cat > /root/.config/tracker/tracker.cfg <<EOF
|
||||||
|
[Indexing]
|
||||||
|
EnableIndexing=false
|
||||||
|
Language=en
|
||||||
|
EOF
|
||||||
164
snippets/eeepc900-modifications.ks
Normal file
164
snippets/eeepc900-modifications.ks
Normal file
@@ -0,0 +1,164 @@
|
|||||||
|
###### Eee PC 900 stuff ####################################################
|
||||||
|
#
|
||||||
|
###### Hotkeys #############################################################
|
||||||
|
cat > /etc/acpi/actions/hotkeys.sh << EOHOTKEY
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
export DISPLAY=:0
|
||||||
|
|
||||||
|
case "$3" in
|
||||||
|
|
||||||
|
#Fn+F2
|
||||||
|
00000010)
|
||||||
|
# Wlan On
|
||||||
|
/etc/acpi/actions/wlan.sh poweron
|
||||||
|
;;
|
||||||
|
00000011)
|
||||||
|
# Wlan Off
|
||||||
|
/etc/acpi/actions/wlan.sh poweroff
|
||||||
|
;;
|
||||||
|
|
||||||
|
#Fn+F6
|
||||||
|
00000012)
|
||||||
|
# Webcam switch
|
||||||
|
/etc/acpi/actions/camera.sh
|
||||||
|
# TaskManager
|
||||||
|
# /usr/bin/gnome-system-monitor
|
||||||
|
;;
|
||||||
|
|
||||||
|
#Fn+F7
|
||||||
|
00000013)
|
||||||
|
# Volume mute
|
||||||
|
/usr/bin/amixer set -D hw:0 Master toggle
|
||||||
|
;;
|
||||||
|
|
||||||
|
#Fn+F8
|
||||||
|
00000014)
|
||||||
|
# Volume down
|
||||||
|
/usr/bin/amixer set -D hw:0 Master 10%- unmute
|
||||||
|
;;
|
||||||
|
|
||||||
|
#Fn+F9
|
||||||
|
00000015)
|
||||||
|
# Volume up
|
||||||
|
/usr/bin/amixer set -D hw:0 Master 10%+ unmute
|
||||||
|
;;
|
||||||
|
|
||||||
|
#Fn+F5
|
||||||
|
00000030)
|
||||||
|
|
||||||
|
/usr/bin/xrandr --output VGA --mode 1024x768 \
|
||||||
|
--output LVDS --off
|
||||||
|
|
||||||
|
if [[ "$?" != "0" ]]; then
|
||||||
|
|
||||||
|
/usr/bin/xrandr --output VGA --preferred \
|
||||||
|
--output LVDS --off
|
||||||
|
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
|
||||||
|
00000031)
|
||||||
|
|
||||||
|
/usr/bin/xrandr --output LVDS --mode 800x480 \
|
||||||
|
--output VGA --mode 800x600
|
||||||
|
|
||||||
|
;;
|
||||||
|
|
||||||
|
00000032)
|
||||||
|
|
||||||
|
/usr/bin/xrandr --output VGA --off \
|
||||||
|
--output LVDS --preferred
|
||||||
|
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
logger "ACPI hotkey $3 action is not defined"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
EOHOTKEY
|
||||||
|
|
||||||
|
###### WLAN #############################################################
|
||||||
|
cat > /etc/acpi/actions/wlan.sh << EOF
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
PWR=$(cat /sys/devices/platform/eeepc/wlan)
|
||||||
|
|
||||||
|
UnloadModules() {
|
||||||
|
rmmod ath_pci
|
||||||
|
rmmod ath_rate_sample
|
||||||
|
rmmod wlan_scan_sta
|
||||||
|
rmmod wlan_tkip
|
||||||
|
rmmod wlan_wep
|
||||||
|
rmmod wlan
|
||||||
|
}
|
||||||
|
|
||||||
|
LoadModules() {
|
||||||
|
modprobe ath_pci
|
||||||
|
}
|
||||||
|
|
||||||
|
case $1 in
|
||||||
|
poweron)
|
||||||
|
if [[ "$PWR" = "0" ]]; then
|
||||||
|
modprobe pciehp pciehp_force=1
|
||||||
|
|
||||||
|
echo 1 > /sys/devices/platform/eeepc/wlan
|
||||||
|
|
||||||
|
rmmod pciehp
|
||||||
|
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
|
||||||
|
poweroff)
|
||||||
|
if [[ "$PWR" = "1" ]]; then
|
||||||
|
|
||||||
|
modprobe pciehp pciehp_force=1
|
||||||
|
|
||||||
|
ifconfig ath0 down
|
||||||
|
|
||||||
|
wlanconfig ath0 destroy
|
||||||
|
|
||||||
|
UnloadModules
|
||||||
|
|
||||||
|
echo 0 > /sys/devices/platform/eeepc/wlan
|
||||||
|
|
||||||
|
rmmod pciehp
|
||||||
|
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
EOF
|
||||||
|
|
||||||
|
###### Webcam #############################################################
|
||||||
|
cat > /etc/acpi/actions/camera.sh << EOF
|
||||||
|
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
CAMERA=$(cat /sys/devices/platform/eeepc/camera)
|
||||||
|
|
||||||
|
if [[ "$CAMERA" = "0" ]]; then
|
||||||
|
echo 1 > /sys/devices/platform/eeepc/camera
|
||||||
|
else
|
||||||
|
echo 0 > /sys/devices/platform/eeepc/camera
|
||||||
|
fi
|
||||||
|
EOF
|
||||||
|
|
||||||
|
chmod +x "/etc/acpi/actions/*"
|
||||||
|
|
||||||
|
###### Shutdown fix #########################################################
|
||||||
|
echo "modprobe -r snd-hda-intel" >> /sbin/halt.local
|
||||||
|
chmod 755 /sbin/halt.local
|
||||||
|
|
||||||
|
###### Gnome display stuff ##################################################
|
||||||
|
|
||||||
|
gconftool-2 --set /apps/nautilus/preferences/desktop_font --type string "Sans 8"
|
||||||
|
gconftool-2 --set /desktop/gnome/interface/document_font_name --type string "Sans 8"
|
||||||
|
gconftool-2 --set /desktop/gnome/interface/font_name --type string "Sans 8"
|
||||||
|
gconftool-2 --set /apps/metacity/general/titlebar_font --type string "Sans Bold 8"
|
||||||
|
gconftool-2 --set /desktop/gnome/interface/monospace_font_name --type string "Monospace 8"
|
||||||
|
gconftool-2 --set /apps/metacity/window_keybindings/toggle_fullscreen --type string "<Alt>F11"
|
||||||
|
gconftool-2 --set /desktop/gnome/interface/toolbar_style --type string "icons"
|
||||||
|
gconftool-2 --set /desktop/gnome/sound/default_mixer_tracks --type list --list-type string "[PCM]"
|
||||||
|
gconftool-2 --set /apps/gnome-power-manager/notify/low_capacity --type bool 0
|
||||||
|
gconftool-2 --set /apps/compiz/plugins/move/allscreens/options/constrain_y --type bool 0
|
||||||
|
gconftool-2 --set /apps/panel/toplevels/top_panel_screen0/size --type integer 19
|
||||||
|
gconftool-2 --set /apps/panel/toplevels/bottom_panel_screen0/size --type integer 19
|
||||||
@@ -1,53 +0,0 @@
|
|||||||
# %post script to include initial metadata for PackageKit
|
|
||||||
|
|
||||||
%post --nochroot
|
|
||||||
# Copy over files needed for networking inside the chroot
|
|
||||||
for f in /etc/resolv.conf /etc/hosts ; do
|
|
||||||
test -f $f && cp $f /mnt/sysimage/$f.kickstart
|
|
||||||
done
|
|
||||||
%end
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
# Use host machine's resolv.conf and hosts files
|
|
||||||
for f in /etc/resolv.conf /etc/hosts ; do
|
|
||||||
test -f $f && mv $f $f.orig
|
|
||||||
test -f $f.kickstart && mv -f $f.kickstart $f
|
|
||||||
done
|
|
||||||
|
|
||||||
PK_PREFIX=`mktemp -d`
|
|
||||||
mkdir -p $PK_PREFIX/etc/yum.repos.d
|
|
||||||
if [ -f /etc/yum.repos.d/fedora.repo ] ; then
|
|
||||||
cp /etc/yum.repos.d/fedora.repo $PK_PREFIX/etc/yum.repos.d/
|
|
||||||
sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch|baseurl=http://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-/compose/Everything/$basearch/os/|' \
|
|
||||||
$PK_PREFIX/etc/yum.repos.d/fedora.repo
|
|
||||||
fi
|
|
||||||
if [ -f /etc/yum.repos.d/fedora-updates.repo ] ; then
|
|
||||||
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=http://kojipkgs.fedoraproject.org/mash/updates/f$releasever-updates/$basearch/|' \
|
|
||||||
$PK_PREFIX/etc/yum.repos.d/fedora-updates.repo
|
|
||||||
fi
|
|
||||||
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/
|
|
||||||
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
|
|
||||||
fi
|
|
||||||
if [ -f /etc/yum.repos.d/fedora-rawhide.repo ] ; then
|
|
||||||
cp /etc/yum.repos.d/fedora-rawhide.repo $PK_PREFIX/etc/yum.repos.d/
|
|
||||||
sed -i -e 's|^metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=$basearch|baseurl=http://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-/compose/Everything/$basearch/os/|' \
|
|
||||||
$PK_PREFIX/etc/yum.repos.d/fedora-rawhide.repo
|
|
||||||
fi
|
|
||||||
rpm --root=$PK_PREFIX --initdb
|
|
||||||
DESTDIR=$PK_PREFIX /usr/libexec/packagekit-direct refresh
|
|
||||||
if [ -d /var/cache/PackageKit ] ; then
|
|
||||||
mv $PK_PREFIX/var/cache/PackageKit/* /var/cache/PackageKit/
|
|
||||||
fi
|
|
||||||
rm -rf $PK_PREFIX
|
|
||||||
|
|
||||||
# Restore original resolv.conf and hosts files
|
|
||||||
for f in /etc/resolv.conf /etc/hosts ; do
|
|
||||||
rm -f $f
|
|
||||||
test -f $f.orig && mv $f.orig $f
|
|
||||||
done
|
|
||||||
|
|
||||||
%end
|
|
||||||
25
snippets/repository-debuginfo.ks
Normal file
25
snippets/repository-debuginfo.ks
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# %post modifications to enable debuginfo repository
|
||||||
|
|
||||||
|
awk '
|
||||||
|
BEGIN {
|
||||||
|
debuginfo = 0
|
||||||
|
}
|
||||||
|
/^\[.*\]/ {
|
||||||
|
if (/debuginfo/) {
|
||||||
|
debuginfo = 1
|
||||||
|
} else {
|
||||||
|
debuginfo = 0
|
||||||
|
}
|
||||||
|
print
|
||||||
|
next
|
||||||
|
}
|
||||||
|
/enabled=0/ && debuginfo {
|
||||||
|
print "enabled=1"
|
||||||
|
next
|
||||||
|
}
|
||||||
|
{
|
||||||
|
print
|
||||||
|
next
|
||||||
|
}' < /etc/yum.repos.d/fedora.repo > /etc/yum.repos.d/fedora.repo.tmp
|
||||||
|
mv /etc/yum.repos.d/fedora.repo{.tmp,}
|
||||||
|
|
||||||
5
snippets/screensaver-gnome.ks
Normal file
5
snippets/screensaver-gnome.ks
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# %post modifications to disable GNOME screensaver locking
|
||||||
|
|
||||||
|
cat >> /etc/rc.d/init.d/fedora-live << EOF
|
||||||
|
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null
|
||||||
|
EOF
|
||||||
3
snippets/screensaver-kde.ks
Normal file
3
snippets/screensaver-kde.ks
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# %post modifications to disable KDE screensaver
|
||||||
|
|
||||||
|
sed -i 's/Enabled=true/Enabled=false/' /usr/share/kde-settings/kde-profile/default/share/config/kdesktoprc
|
||||||
6
snippets/sysconfig-kde.ks
Normal file
6
snippets/sysconfig-kde.ks
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# %post modifications to create /etc/sysconfig/desktop for KDE
|
||||||
|
|
||||||
|
cat > /etc/sysconfig/desktop <<EOF
|
||||||
|
DESKTOP="KDE"
|
||||||
|
DISPLAYMANAGER="KDE"
|
||||||
|
EOF
|
||||||
5
snippets/sysconfig-xfce.ks
Normal file
5
snippets/sysconfig-xfce.ks
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# %post modifications to create /etc/sysconfig/desktop for XFCE
|
||||||
|
|
||||||
|
cat > /etc/sysconfig/desktop <<EOF
|
||||||
|
PREFERRED=/usr/bin/startxfce4
|
||||||
|
EOF
|
||||||
Reference in New Issue
Block a user