mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-09 16:40:30 +08:00
Compare commits
57 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41b3b4dea6 | ||
|
|
adfe66c38f | ||
|
|
ab82d07e4f | ||
|
|
8bf40fdc8e | ||
|
|
6f76dabb74 | ||
|
|
0741647868 | ||
|
|
681365531c | ||
|
|
1bdc87189a | ||
|
|
9a57bcfb07 | ||
|
|
d275ae9403 | ||
|
|
6aa8533f0e | ||
|
|
32e066e039 | ||
|
|
1cbf4f481f | ||
|
|
e853d96f22 | ||
|
|
bb14cdd406 | ||
|
|
ff93964670 | ||
|
|
2dfb8c0758 | ||
|
|
7492604654 | ||
|
|
1288d6007d | ||
|
|
96cf7a22e5 | ||
|
|
b9dc4f5f49 | ||
|
|
045b630a4e | ||
|
|
4df45db78e | ||
|
|
6d05550b86 | ||
|
|
573d47ed00 | ||
|
|
61239d49f4 | ||
|
|
1f41edbb13 | ||
|
|
62a0e57497 | ||
|
|
e51dfb813a | ||
|
|
c6f9b71b37 | ||
|
|
217620ac55 | ||
|
|
987c05cc5e | ||
|
|
8f0b1a1f68 | ||
|
|
d26fba8808 | ||
|
|
d96f923c04 | ||
|
|
6dfda6e355 | ||
|
|
f3b92ac9e0 | ||
|
|
528f3500f2 | ||
|
|
c9fa0ffb82 | ||
|
|
9562f29b46 | ||
|
|
aa0ea4aa4d | ||
|
|
c08f8c215f | ||
|
|
5664467ce1 | ||
|
|
cfd1288c29 | ||
|
|
e1715dc151 | ||
|
|
431bc90632 | ||
|
|
4fcffa3b92 | ||
|
|
aaa3151692 | ||
|
|
5ee23ccea9 | ||
|
|
f7b98bb655 | ||
|
|
29f179c805 | ||
|
|
947fd69d5f | ||
|
|
da24aef084 | ||
|
|
58345f2cc3 | ||
|
|
da40dc8382 | ||
|
|
1f12485e42 | ||
|
|
2be322d626 |
8
Makefile
8
Makefile
@@ -1,9 +1,5 @@
|
|||||||
# Get the version name first by seeing if HEAD is tagged
|
# Get a version name based off the nearest tag (include lightweight tags)
|
||||||
version := $(shell git tag --points-at HEAD -l '0.*.*' | head -1)
|
version := $(shell git describe --tags)
|
||||||
# And if it wasn't use a git hash
|
|
||||||
ifeq ($(version),)
|
|
||||||
version := $(shell git log -1 --abbrev=8 --pretty=git%h)
|
|
||||||
endif
|
|
||||||
|
|
||||||
DESTDIR := /usr
|
DESTDIR := /usr
|
||||||
|
|
||||||
|
|||||||
@@ -135,29 +135,14 @@ ln -s /usr/share/applications/test-day-welcome.desktop /etc/xdg/autostart/
|
|||||||
# Remove anaconda welcome screen (if it exists), it would display instead of ours
|
# Remove anaconda welcome screen (if it exists), it would display instead of ours
|
||||||
rm -f /home/liveuser/.config/autostart/fedora-welcome.desktop
|
rm -f /home/liveuser/.config/autostart/fedora-welcome.desktop
|
||||||
|
|
||||||
# Change Firefox start page to open Test Day wiki and IRC chat
|
PREFDIR=`ls -d /usr/lib*/firefox/browser/defaults/preferences`
|
||||||
# (and a few more properties)
|
cat << FOE >> $PREFDIR/test-day.js
|
||||||
mkdir /tmp/firefox
|
|
||||||
unzip /usr/lib*/firefox/browser/omni.ja -d /tmp/firefox
|
|
||||||
|
|
||||||
cat << FOE > /tmp/firefox/chrome/en-US/locale/branding/browserconfig.properties
|
|
||||||
browser.startup.homepage=https://fedoraproject.org/wiki/Test_Day:Current | http://webchat.freenode.net/?channels=fedora-test-day
|
|
||||||
FOE
|
|
||||||
|
|
||||||
cat << FOE >> /tmp/firefox/defaults/preferences/firefox-branding.js
|
|
||||||
pref("startup.homepage_welcome_url","");
|
pref("startup.homepage_welcome_url","");
|
||||||
pref("startup.homepage_override_url","");
|
pref("startup.homepage_override_url","");
|
||||||
pref("browser.rights.3.shown", true);
|
pref("browser.rights.3.shown", true);
|
||||||
|
pref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=https://fedoraproject.org/wiki/Test_Day:Current | http://webchat.freenode.net/?channels=fedora-test-day");
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
# We need to re-zip the whole archive (instead of just updating files), because
|
|
||||||
# the original archive is "Firefox optimized" and updating doesn't work
|
|
||||||
# https://bugzilla.mozilla.org/show_bug.cgi?id=605524
|
|
||||||
OMNIJA=`ls /usr/lib*/firefox/browser/omni.ja`
|
|
||||||
rm -f $OMNIJA
|
|
||||||
(cd /tmp/firefox; zip -r -0 $OMNIJA *)
|
|
||||||
rm -rf /tmp/firefox
|
|
||||||
|
|
||||||
# Adjust launchers in dash using a vendor override. (Adding a profile would
|
# Adjust launchers in dash using a vendor override. (Adding a profile would
|
||||||
# be another way to do this.)
|
# be another way to do this.)
|
||||||
cat << FOE >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override
|
cat << FOE >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override
|
||||||
|
|||||||
@@ -4,6 +4,9 @@ auth --useshadow --enablemd5
|
|||||||
selinux --enforcing
|
selinux --enforcing
|
||||||
firewall --enabled --service=mdns,ssh
|
firewall --enabled --service=mdns,ssh
|
||||||
|
|
||||||
|
# configure extlinux bootloader
|
||||||
|
bootloader --extlinux
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
@@ -20,12 +23,18 @@ services --enabled=ssh,NetworkManager,avahi-daemon,rsyslog,chronyd --disabled=ne
|
|||||||
kernel
|
kernel
|
||||||
kernel-lpae
|
kernel-lpae
|
||||||
|
|
||||||
|
dracut-config-generic
|
||||||
|
|
||||||
chrony
|
chrony
|
||||||
arm-boot-config
|
arm-boot-config
|
||||||
|
extlinux-bootloader
|
||||||
initial-setup
|
initial-setup
|
||||||
#lets resize / on first boot
|
#lets resize / on first boot
|
||||||
dracut-modules-growroot
|
dracut-modules-growroot
|
||||||
|
|
||||||
|
# remove this in %post
|
||||||
|
dracut-config-generic
|
||||||
|
|
||||||
# install uboot images
|
# install uboot images
|
||||||
uboot-beagle
|
uboot-beagle
|
||||||
uboot-beaglebone
|
uboot-beaglebone
|
||||||
@@ -47,5 +56,8 @@ echo "Disabling tmpfs for /tmp."
|
|||||||
systemctl mask tmp.mount
|
systemctl mask tmp.mount
|
||||||
|
|
||||||
/usr/sbin/a-b-c
|
/usr/sbin/a-b-c
|
||||||
|
|
||||||
|
yum -y remove dracut-config-generic
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
%include fedora-desktop-packages.ks
|
%include fedora-desktop-packages.ks
|
||||||
%include fedora-arm-vfat-partitioning.ks
|
%include fedora-arm-vfat-partitioning.ks
|
||||||
|
|
||||||
|
part / --size=4000 --fstype ext4
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
-initial-setup
|
-initial-setup
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
%include fedora-desktop-packages.ks
|
%include fedora-desktop-packages.ks
|
||||||
%include fedora-arm-partitioning.ks
|
%include fedora-arm-partitioning.ks
|
||||||
|
|
||||||
|
part / --size=4000 --fstype ext4
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
-initial-setup
|
-initial-setup
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,8 @@
|
|||||||
%include fedora-kde-packages.ks
|
%include fedora-kde-packages.ks
|
||||||
%include fedora-arm-vfat-partitioning.ks
|
%include fedora-arm-vfat-partitioning.ks
|
||||||
|
|
||||||
|
part / --size=4000 --fstype ext4
|
||||||
|
|
||||||
%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
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
%include fedora-kde-packages.ks
|
%include fedora-kde-packages.ks
|
||||||
%include fedora-arm-partitioning.ks
|
%include fedora-arm-partitioning.ks
|
||||||
|
|
||||||
part / --size=3400 --fstype ext4
|
part / --size=4000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
echo -n "Enabling initial-setup gui mode on startup"
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
%include fedora-mate-packages.ks
|
%include fedora-mate-packages.ks
|
||||||
%include fedora-arm-vfat-partitioning.ks
|
%include fedora-arm-vfat-partitioning.ks
|
||||||
|
|
||||||
part / --size=4000 --fstype ext4
|
part / --size=5000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
echo -n "Enabling initial-setup gui mode on startup"
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
%include fedora-mate-packages.ks
|
%include fedora-mate-packages.ks
|
||||||
%include fedora-arm-partitioning.ks
|
%include fedora-arm-partitioning.ks
|
||||||
|
|
||||||
part / --size=4000 --fstype ext4
|
part / --size=5000 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
echo -n "Enabling initial-setup gui mode on startup"
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
%include fedora-arm-vfat-partitioning.ks
|
%include fedora-arm-vfat-partitioning.ks
|
||||||
|
|
||||||
|
part swap --size=128 --fstype swap
|
||||||
|
part / --size=1400 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
# setup systemd to boot to the right runlevel
|
# setup systemd to boot to the right runlevel
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
%include fedora-arm-base.ks
|
%include fedora-arm-base.ks
|
||||||
%include fedora-arm-partitioning.ks
|
%include fedora-arm-partitioning.ks
|
||||||
|
|
||||||
|
part swap --size=128 --fstype swap
|
||||||
|
part / --size=1400 --fstype ext4
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
# setup systemd to boot to the right runlevel
|
# setup systemd to boot to the right runlevel
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
bootloader --location=none
|
|
||||||
part /boot --size=512 --fstype ext3
|
part /boot --size=512 --fstype ext3
|
||||||
part swap --size=512 --fstype swap
|
part swap --size=512 --fstype swap
|
||||||
part / --size=3000 --fstype ext4
|
part / --size=3000 --fstype ext4
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
bootloader --location=none
|
|
||||||
part /boot/uboot --size=20 --fstype vfat
|
part /boot/uboot --size=20 --fstype vfat
|
||||||
part swap --size=512 --fstype swap
|
part swap --size=512 --fstype swap
|
||||||
part / --size=3400 --fstype ext4
|
part / --size=3400 --fstype ext4
|
||||||
|
|||||||
236
fedora-cloud-base.ks
Normal file
236
fedora-cloud-base.ks
Normal file
@@ -0,0 +1,236 @@
|
|||||||
|
# This is a basic Fedora 20 spin designed to work in OpenStack and other
|
||||||
|
# private cloud environments. It's configured with cloud-init so it will
|
||||||
|
# take advantage of ec2-compatible metadata services for provisioning ssh
|
||||||
|
# keys. Cloud-init creates a user account named "fedora" with passwordless
|
||||||
|
# sudo access. The root password is empty and locked by default.
|
||||||
|
#
|
||||||
|
# Note that unlike the standard F20 install, this image has /tmp on disk
|
||||||
|
# rather than in tmpfs, since memory is usually at a premium.
|
||||||
|
#
|
||||||
|
# This kickstart file is designed to be used with appliance-creator and
|
||||||
|
# may need slight modification for use with actual anaconda or other tools.
|
||||||
|
# We intend to target anaconda-in-a-vm style image building for F20.
|
||||||
|
|
||||||
|
lang en_US.UTF-8
|
||||||
|
keyboard us
|
||||||
|
timezone --utc Etc/UTC
|
||||||
|
|
||||||
|
auth --useshadow --enablemd5
|
||||||
|
selinux --enforcing
|
||||||
|
rootpw --lock --iscrypted locked
|
||||||
|
|
||||||
|
# this is actually not used, but a static firewall
|
||||||
|
# matching these rules is generated below.
|
||||||
|
firewall --service=ssh
|
||||||
|
|
||||||
|
bootloader --timeout=1 --append="console=ttyS0,115200n8 console=tty0" extlinux
|
||||||
|
|
||||||
|
network --bootproto=dhcp --device=eth0 --onboot=on
|
||||||
|
services --enabled=network,sshd,rsyslog,iptables,cloud-init,cloud-init-local,cloud-config,cloud-final
|
||||||
|
|
||||||
|
|
||||||
|
zerombr
|
||||||
|
clearpart --all
|
||||||
|
part / --size 2048 --fstype ext4
|
||||||
|
|
||||||
|
%include fedora-repo.ks
|
||||||
|
|
||||||
|
|
||||||
|
reboot
|
||||||
|
|
||||||
|
# Package list.
|
||||||
|
%packages
|
||||||
|
@core
|
||||||
|
grubby
|
||||||
|
|
||||||
|
# cloud-init does magical things with EC2 metadata, including provisioning
|
||||||
|
# a user account with ssh keys.
|
||||||
|
cloud-init
|
||||||
|
|
||||||
|
# this is used by openstack's cloud orchestration framework (and it's small)
|
||||||
|
heat-cfntools
|
||||||
|
|
||||||
|
# need this for growpart, because parted doesn't yet support resizepart
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=966993
|
||||||
|
cloud-utils-growpart
|
||||||
|
|
||||||
|
# We need this image to be portable; also, rescue mode isn't useful here.
|
||||||
|
dracut-config-generic
|
||||||
|
-dracut-config-rescue
|
||||||
|
|
||||||
|
syslinux-extlinux
|
||||||
|
|
||||||
|
# Needed initially, but removed below.
|
||||||
|
firewalld
|
||||||
|
|
||||||
|
# Basic firewall. If you're going to rely on your cloud service's
|
||||||
|
# security groups you can remove this.
|
||||||
|
iptables-services
|
||||||
|
|
||||||
|
# cherry-pick a few things from @standard
|
||||||
|
tar
|
||||||
|
rsync
|
||||||
|
|
||||||
|
# Some things from @core we can do without in a minimal install
|
||||||
|
-biosdevname
|
||||||
|
-plymouth
|
||||||
|
-NetworkManager
|
||||||
|
-iprutils
|
||||||
|
-kbd
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%post --erroronfail
|
||||||
|
|
||||||
|
# Create grub.conf for EC2. This used to be done by appliance creator but
|
||||||
|
# anaconda doesn't do it. And, in case appliance-creator is used, we're
|
||||||
|
# overriding it here so that both cases get the exact same file.
|
||||||
|
# Note that the console line is different -- that's because EC2 provides
|
||||||
|
# different virtual hardware, and this is a convenient way to act differently
|
||||||
|
echo -n "Creating grub.conf for pvgrub"
|
||||||
|
rootuuid=$( awk '$2=="/" { print $1 };' /etc/fstab )
|
||||||
|
mkdir /boot/grub
|
||||||
|
echo -e 'default=0\ntimeout=0\n\n' > /boot/grub/grub.conf
|
||||||
|
for kv in $( ls -1v /boot/vmlinuz* |grep -v rescue |sed s/.*vmlinuz-// ); do
|
||||||
|
echo "title Fedora ($kv)" >> /boot/grub/grub.conf
|
||||||
|
echo -e "\troot (hd0)" >> /boot/grub/grub.conf
|
||||||
|
echo -e "\tkernel /boot/vmlinuz-$kv ro root=$rootuuid console=hvc0 LANG=en_US.UTF-8" >> /boot/grub/grub.conf
|
||||||
|
echo -e "\tinitrd /boot/initramfs-$kv.img" >> /boot/grub/grub.conf
|
||||||
|
echo
|
||||||
|
done
|
||||||
|
|
||||||
|
|
||||||
|
#link grub.conf to menu.lst for ec2 to work
|
||||||
|
echo -n "Linking menu.lst to old-style grub.conf for pv-grub"
|
||||||
|
ln -sf grub.conf /boot/grub/menu.lst
|
||||||
|
ln -sf /boot/grub/grub.conf /etc/grub.conf
|
||||||
|
|
||||||
|
# older versions of livecd-tools do not follow "rootpw --lock" line above
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=964299
|
||||||
|
passwd -l root
|
||||||
|
|
||||||
|
# Kickstart specifies timeout in seconds; syslinux uses 10ths.
|
||||||
|
# 0 means wait forever, so instead we'll go with 1.
|
||||||
|
sed -i 's/^timeout 10/timeout 1/' /boot/extlinux/extlinux.conf
|
||||||
|
|
||||||
|
# setup systemd to boot to the right runlevel
|
||||||
|
echo -n "Setting default runlevel to multiuser text mode"
|
||||||
|
rm -f /etc/systemd/system/default.target
|
||||||
|
ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
|
||||||
|
echo .
|
||||||
|
|
||||||
|
# If you want to remove rsyslog and just use journald, remove this!
|
||||||
|
echo -n "Disabling persistent journal"
|
||||||
|
rmdir /var/log/journal/
|
||||||
|
echo .
|
||||||
|
|
||||||
|
# this is installed by default but we don't need it in virt
|
||||||
|
echo "Removing linux-firmware package."
|
||||||
|
yum -C -y remove linux-firmware
|
||||||
|
|
||||||
|
# Remove firewalld; was supposed to be optional in F18+, but is required to
|
||||||
|
# be present for install/image building.
|
||||||
|
echo "Removing firewalld."
|
||||||
|
yum -C -y remove firewalld --setopt="clean_requirements_on_remove=1"
|
||||||
|
|
||||||
|
# Non-firewalld-firewall
|
||||||
|
echo -n "Writing static firewall"
|
||||||
|
cat <<EOF > /etc/sysconfig/iptables
|
||||||
|
# Simple static firewall loaded by iptables.service. Replace
|
||||||
|
# this with your own custom rules, run lokkit, or switch to
|
||||||
|
# shorewall or firewalld as your needs dictate.
|
||||||
|
*filter
|
||||||
|
:INPUT ACCEPT [0:0]
|
||||||
|
:FORWARD ACCEPT [0:0]
|
||||||
|
:OUTPUT ACCEPT [0:0]
|
||||||
|
-A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
|
||||||
|
-A INPUT -p icmp -j ACCEPT
|
||||||
|
-A INPUT -i lo -j ACCEPT
|
||||||
|
-A INPUT -m conntrack --ctstate NEW -m tcp -p tcp --dport 22 -j ACCEPT
|
||||||
|
#-A INPUT -m conntrack --ctstate NEW -m tcp -p tcp --dport 80 -j ACCEPT
|
||||||
|
#-A INPUT -m conntrack --ctstate NEW -m tcp -p tcp --dport 443 -j ACCEPT
|
||||||
|
-A INPUT -j REJECT --reject-with icmp-host-prohibited
|
||||||
|
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
|
||||||
|
COMMIT
|
||||||
|
EOF
|
||||||
|
echo .
|
||||||
|
|
||||||
|
# Another one needed at install time but not after that, and it pulls
|
||||||
|
# in some unneeded deps (like, newt and slang)
|
||||||
|
echo "Removing authconfig."
|
||||||
|
yum -C -y remove authconfig --setopt="clean_requirements_on_remove=1"
|
||||||
|
|
||||||
|
echo -n "Getty fixes"
|
||||||
|
# although we want console output going to the serial console, we don't
|
||||||
|
# actually have the opportunity to login there. FIX.
|
||||||
|
# we don't really need to auto-spawn _any_ gettys.
|
||||||
|
sed -i '/^#NAutoVTs=.*/ a\
|
||||||
|
NAutoVTs=0' /etc/systemd/logind.conf
|
||||||
|
|
||||||
|
echo -n "Network fixes"
|
||||||
|
# initscripts don't like this file to be missing.
|
||||||
|
cat > /etc/sysconfig/network << EOF
|
||||||
|
NETWORKING=yes
|
||||||
|
NOZEROCONF=yes
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# For cloud images, 'eth0' _is_ the predictable device name, since
|
||||||
|
# we don't want to be tied to specific virtual (!) hardware
|
||||||
|
rm -f /etc/udev/rules.d/70*
|
||||||
|
ln -s /dev/null /etc/udev/rules.d/80-net-name-slot.rules
|
||||||
|
|
||||||
|
# simple eth0 config, again not hard-coded to the build hardware
|
||||||
|
cat > /etc/sysconfig/network-scripts/ifcfg-eth0 << EOF
|
||||||
|
DEVICE="eth0"
|
||||||
|
BOOTPROTO="dhcp"
|
||||||
|
ONBOOT="yes"
|
||||||
|
TYPE="Ethernet"
|
||||||
|
EOF
|
||||||
|
|
||||||
|
# generic localhost names
|
||||||
|
cat > /etc/hosts << EOF
|
||||||
|
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
||||||
|
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||||
|
|
||||||
|
EOF
|
||||||
|
echo .
|
||||||
|
|
||||||
|
|
||||||
|
# Because memory is scarce resource in most cloud/virt environments,
|
||||||
|
# and because this impedes forensics, we are differing from the Fedora
|
||||||
|
# default of having /tmp on tmpfs.
|
||||||
|
echo "Disabling tmpfs for /tmp."
|
||||||
|
systemctl mask tmp.mount
|
||||||
|
|
||||||
|
# make sure firstboot doesn't start
|
||||||
|
echo "RUN_FIRSTBOOT=NO" > /etc/sysconfig/firstboot
|
||||||
|
|
||||||
|
# Uncomment this if you want to use cloud init but suppress the creation
|
||||||
|
# of an "ec2-user" account. This will, in the absence of further config,
|
||||||
|
# cause the ssh key from a metadata source to be put in the root account.
|
||||||
|
#cat <<EOF > /etc/cloud/cloud.cfg.d/50_suppress_ec2-user_use_root.cfg
|
||||||
|
#users: []
|
||||||
|
#disable_root: 0
|
||||||
|
#EOF
|
||||||
|
|
||||||
|
echo "Removing random-seed so it's not the same in every image."
|
||||||
|
rm -f /var/lib/random-seed
|
||||||
|
|
||||||
|
echo "Cleaning old yum repodata."
|
||||||
|
yum history new
|
||||||
|
yum clean all
|
||||||
|
truncate -c -s 0 /var/log/yum.log
|
||||||
|
|
||||||
|
echo "Fixing SELinux contexts."
|
||||||
|
/usr/sbin/fixfiles -R -a restore
|
||||||
|
|
||||||
|
echo "Zeroing out empty space."
|
||||||
|
# This forces the filesystem to reclaim space from deleted files
|
||||||
|
dd bs=1M if=/dev/zero of=/var/tmp/zeros || :
|
||||||
|
rm -f /var/tmp/zeros
|
||||||
|
echo "(Don't worry -- that out-of-space error was expected.)"
|
||||||
|
|
||||||
|
%end
|
||||||
|
|
||||||
20
fedora-i386-cloud.ks
Normal file
20
fedora-i386-cloud.ks
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
%include fedora-cloud-base.ks
|
||||||
|
|
||||||
|
# Package list.
|
||||||
|
%packages
|
||||||
|
kernel-PAE
|
||||||
|
|
||||||
|
%end
|
||||||
|
%post
|
||||||
|
if [ ! -e /etc/sysconfig/kernel ]; then
|
||||||
|
echo "Creating /etc/sysconfig/kernel."
|
||||||
|
cat <<EOF > /etc/sysconfig/kernel
|
||||||
|
# UPDATEDEFAULT specifies if new-kernel-pkg should make
|
||||||
|
# new kernels the default
|
||||||
|
UPDATEDEFAULT=yes
|
||||||
|
|
||||||
|
# DEFAULTKERNEL specifies the default kernel package type
|
||||||
|
DEFAULTKERNEL=kernel-PAE
|
||||||
|
EOF
|
||||||
|
fi
|
||||||
|
%end
|
||||||
@@ -144,6 +144,7 @@ kde-l10n-*
|
|||||||
libreoffice-langpack-*
|
libreoffice-langpack-*
|
||||||
man-pages-*
|
man-pages-*
|
||||||
mythes-*
|
mythes-*
|
||||||
|
-gimp-help-*
|
||||||
|
|
||||||
# Removals
|
# Removals
|
||||||
-PackageKit-zif
|
-PackageKit-zif
|
||||||
|
|||||||
@@ -205,6 +205,10 @@ systemctl stop atd.service 2> /dev/null || :
|
|||||||
# Mark things as configured
|
# Mark things as configured
|
||||||
touch /.liveimg-configured
|
touch /.liveimg-configured
|
||||||
|
|
||||||
|
# add static hostname to work around xauth bug
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=679486
|
||||||
|
echo "localhost" > /etc/hostname
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# bah, hal starts way too late
|
# bah, hal starts way too late
|
||||||
@@ -276,7 +280,7 @@ systemctl enable tmp.mount
|
|||||||
|
|
||||||
# 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*
|
||||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
|
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
|
||||||
echo "Packages within this LiveCD"
|
echo "Packages within this LiveCD"
|
||||||
rpm -qa
|
rpm -qa
|
||||||
# Note that running rpm recreates the rpm db files which aren't needed or wanted
|
# Note that running rpm recreates the rpm db files which aren't needed or wanted
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ font-manager
|
|||||||
gimp
|
gimp
|
||||||
gimp-*-plugin
|
gimp-*-plugin
|
||||||
gimp-data-extras
|
gimp-data-extras
|
||||||
|
gimp-paint-studio
|
||||||
gimp-high-pass-filter
|
gimp-high-pass-filter
|
||||||
gimp-normalmap
|
gimp-normalmap
|
||||||
gimp-resynthesizer
|
gimp-resynthesizer
|
||||||
@@ -39,6 +40,7 @@ nautilus-image-converter
|
|||||||
optipng
|
optipng
|
||||||
phatch
|
phatch
|
||||||
screenruler
|
screenruler
|
||||||
|
simple-scan
|
||||||
scribus
|
scribus
|
||||||
colord-extra-profiles
|
colord-extra-profiles
|
||||||
synfigstudio
|
synfigstudio
|
||||||
@@ -55,10 +57,6 @@ filezilla
|
|||||||
audacity
|
audacity
|
||||||
pitivi
|
pitivi
|
||||||
|
|
||||||
# system
|
|
||||||
# gtk-recordmydesktop # dropped for space (#887991)
|
|
||||||
# network-manager-applet #part of Gnome Desktop
|
|
||||||
|
|
||||||
# fonts
|
# fonts
|
||||||
aajohan-comfortaa-fonts
|
aajohan-comfortaa-fonts
|
||||||
adobe-source-sans-pro-fonts
|
adobe-source-sans-pro-fonts
|
||||||
@@ -71,7 +69,7 @@ overpass-fonts
|
|||||||
-gthumb
|
-gthumb
|
||||||
-eog
|
-eog
|
||||||
-gnome-photos
|
-gnome-photos
|
||||||
|
-rdesktop
|
||||||
|
|
||||||
# Legacy cmdline things we don't want
|
# Legacy cmdline things we don't want
|
||||||
-krb5-auth-dialog
|
-krb5-auth-dialog
|
||||||
@@ -102,7 +100,7 @@ cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
|
|||||||
[org.gnome.shell]
|
[org.gnome.shell]
|
||||||
favorite-apps=['firefox.desktop', 'evolution.desktop', 'shotwell.desktop', 'gimp.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop']
|
favorite-apps=['firefox.desktop', 'evolution.desktop', 'shotwell.desktop', 'gimp.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop']
|
||||||
#Enable categories in Gnome Shell
|
#Enable categories in Gnome Shell
|
||||||
app-folder-categories=['Utilities','Others','System Settings','Sundry','Graphics','Games','Office','Multimedia','Network','Internet']
|
app-folder-categories=['Utilities', 'Sundry', 'Office', 'Network', 'Internet', 'Graphics', 'Games', 'Multimedia', 'System', 'Development', 'Accessories', 'System Settings', 'Other']
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
# Add link to the Inkscape Course
|
# Add link to the Inkscape Course
|
||||||
@@ -118,6 +116,29 @@ Categories=Graphics;Documentation;
|
|||||||
FOE
|
FOE
|
||||||
chmod a+x /usr/share/applications/inkscape-course.desktop
|
chmod a+x /usr/share/applications/inkscape-course.desktop
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
|
# Add link to lists of tutorials
|
||||||
|
cat >> /usr/share/applications/list-design-tutorials.desktop << FOE
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=List of design tutorials
|
||||||
|
GenericName=List of design tutorials
|
||||||
|
Comment=Reference of design related tutorials
|
||||||
|
Exec=xdg-open http://fedoraproject.org/wiki/Design_Suite/Tutorials
|
||||||
|
=======
|
||||||
|
# Add link to the list of design tutorials
|
||||||
|
cat >> /usr/share/applications/list-design-tutorials.desktop << FOE
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=List of design tutorials
|
||||||
|
GenericName=Design tutorials
|
||||||
|
Comment=List of websites using open source design software
|
||||||
|
Exec=xdg-open https://fedoraproject.org/wiki/Design_Suite/Tutorials
|
||||||
|
>>>>>>> 6aa8533f0e92ff46ad7952e5cbd11458bad3d7fa
|
||||||
|
Type=Application
|
||||||
|
Icon=applications-graphics
|
||||||
|
Categories=Graphics;Documentation;
|
||||||
|
FOE
|
||||||
|
chmod a+x /usr/share/applications/list-design-tutorials.desktop
|
||||||
|
|
||||||
# rebuild schema cache with any overrides we installed
|
# rebuild schema cache with any overrides we installed
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ alsa-plugins-samplerate
|
|||||||
alsa-plugins-upmix
|
alsa-plugins-upmix
|
||||||
alsa-plugins-vdownmix
|
alsa-plugins-vdownmix
|
||||||
a2jmidid
|
a2jmidid
|
||||||
|
aj-snapshot
|
||||||
|
|
||||||
#jack
|
#jack
|
||||||
jack-audio-connection-kit
|
jack-audio-connection-kit
|
||||||
@@ -81,6 +82,9 @@ seq24
|
|||||||
muse
|
muse
|
||||||
qtractor
|
qtractor
|
||||||
non-session-manager
|
non-session-manager
|
||||||
|
non-daw
|
||||||
|
non-sequencer
|
||||||
|
non-mixer
|
||||||
|
|
||||||
# audio-plugins
|
# audio-plugins
|
||||||
calf
|
calf
|
||||||
@@ -118,6 +122,8 @@ lv2-synthv1
|
|||||||
lv2-drumkv1
|
lv2-drumkv1
|
||||||
lv2-triceratops
|
lv2-triceratops
|
||||||
lv2-newtonator
|
lv2-newtonator
|
||||||
|
lv2-x42-plugins
|
||||||
|
lv2-fomp-plugins
|
||||||
|
|
||||||
#dssi
|
#dssi
|
||||||
nekobee-dssi
|
nekobee-dssi
|
||||||
|
|||||||
@@ -40,12 +40,11 @@ chmod a+x /home/liveuser/.xsession
|
|||||||
chown liveuser:liveuser /home/liveuser/.xsession
|
chown liveuser:liveuser /home/liveuser/.xsession
|
||||||
|
|
||||||
# set up autologin for user liveuser
|
# set up autologin for user liveuser
|
||||||
sed -i 's/#AutoLoginEnable=true/AutoLoginEnable=true/' /etc/kde/kdm/kdmrc
|
sed -i 's/^AutoUser=.*/AutoUser=liveuser/' /etc/sddm.conf
|
||||||
sed -i 's/#AutoLoginUser=fred/AutoLoginUser=liveuser/' /etc/kde/kdm/kdmrc
|
|
||||||
|
|
||||||
# set up user liveuser as default user and preselected user
|
# set up user liveuser as default user and preselected user
|
||||||
sed -i 's/#PreselectUser=Default/PreselectUser=Default/' /etc/kde/kdm/kdmrc
|
sed -i 's/^LastUser=.*/LastUser=liveuser/' /etc/sddm.conf
|
||||||
sed -i 's/#DefaultUser=johndoe/DefaultUser=liveuser/' /etc/kde/kdm/kdmrc
|
sed -i 's/^LastSession=.*/LastSession=kde-plasma.desktop/' /etc/sddm.conf
|
||||||
|
|
||||||
# add liveinst.desktop to favorites menu
|
# add liveinst.desktop to favorites menu
|
||||||
mkdir -p /home/liveuser/.kde/share/config/
|
mkdir -p /home/liveuser/.kde/share/config/
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# Description:
|
# Description:
|
||||||
# - Fedora Live Spin with the K Desktop Environment (KDE), 2 GiB version
|
# - Fedora Live Spin with the K Desktop Environment (KDE), 2 GiB version
|
||||||
# see fedora-livecd-kde.ks for the default CD-sized version
|
# see fedora-livecd-kde.ks for the default 1 GiB version
|
||||||
#
|
#
|
||||||
# Maintainer(s):
|
# Maintainer(s):
|
||||||
# - Sebastian Vahl <fedora@deadbabylon.de>
|
# - Sebastian Vahl <fedora@deadbabylon.de>
|
||||||
@@ -28,7 +28,6 @@ calligra
|
|||||||
fuse
|
fuse
|
||||||
liveusb-creator
|
liveusb-creator
|
||||||
#pavucontrol # pavucontrol has duplicate functionality with kmix
|
#pavucontrol # pavucontrol has duplicate functionality with kmix
|
||||||
#kaffeine* # kaffeine has duplicate functionality with dragonplayer (~3 megs)
|
|
||||||
krusader # file manager, more power-user-oriented than Dolphin (~4 megs)
|
krusader # file manager, more power-user-oriented than Dolphin (~4 megs)
|
||||||
|
|
||||||
# kdeedu apps
|
# kdeedu apps
|
||||||
|
|||||||
@@ -14,6 +14,10 @@
|
|||||||
-libreoffice-emailmerge
|
-libreoffice-emailmerge
|
||||||
-libreoffice-math
|
-libreoffice-math
|
||||||
|
|
||||||
|
# remove some other applications
|
||||||
|
-gnome-boxes
|
||||||
|
-gnome-dictionary
|
||||||
|
|
||||||
# remove input method things we don't need
|
# remove input method things we don't need
|
||||||
-ibus-typing-booster
|
-ibus-typing-booster
|
||||||
-imsettings
|
-imsettings
|
||||||
@@ -31,6 +35,9 @@
|
|||||||
-foomatic-db-ppds
|
-foomatic-db-ppds
|
||||||
-foomatic
|
-foomatic
|
||||||
|
|
||||||
|
# we don't want prelink
|
||||||
|
-prelink
|
||||||
|
|
||||||
# Dictionaries are big
|
# Dictionaries are big
|
||||||
# we're going to try keeping hunspell-* after notting, davidz, and ajax voiced
|
# we're going to try keeping hunspell-* after notting, davidz, and ajax voiced
|
||||||
# strong preference to giving it a go on #fedora-desktop.
|
# strong preference to giving it a go on #fedora-desktop.
|
||||||
@@ -90,6 +97,8 @@
|
|||||||
-gnu-free-mono-fonts
|
-gnu-free-mono-fonts
|
||||||
-gnu-free-sans-fonts
|
-gnu-free-sans-fonts
|
||||||
-gnu-free-serif-fonts
|
-gnu-free-serif-fonts
|
||||||
|
-uboot-tools
|
||||||
|
-dtc
|
||||||
|
|
||||||
# Without gnu freefonts, the lack of Malayalam coverage is
|
# Without gnu freefonts, the lack of Malayalam coverage is
|
||||||
# a problem in anaconda (#977764)
|
# a problem in anaconda (#977764)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# fedora-livecd-kde.ks
|
# fedora-livecd-kde.ks
|
||||||
#
|
#
|
||||||
# Description:
|
# Description:
|
||||||
# - Fedora Livecd Spin with the K Desktop Environment (KDE)
|
# - Fedora Live Spin with the K Desktop Environment (KDE), default 1 GiB version
|
||||||
#
|
#
|
||||||
# Maintainer(s):
|
# Maintainer(s):
|
||||||
# - Sebastian Vahl <fedora@deadbabylon.de>
|
# - Sebastian Vahl <fedora@deadbabylon.de>
|
||||||
@@ -10,6 +10,9 @@
|
|||||||
%include fedora-live-kde-base.ks
|
%include fedora-live-kde-base.ks
|
||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
|
|
||||||
|
# DVD payload
|
||||||
|
part / --size=4096
|
||||||
|
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
# unwanted packages from @kde-desktop
|
# unwanted packages from @kde-desktop
|
||||||
@@ -35,7 +38,6 @@ calligra-stage # ~3 megs
|
|||||||
#twinkle # (~10 megs)
|
#twinkle # (~10 megs)
|
||||||
fuse
|
fuse
|
||||||
liveusb-creator
|
liveusb-creator
|
||||||
#kaffeine* # kaffeine has duplicate functionality with dragonplayer (~3 megs)
|
|
||||||
|
|
||||||
# only include kdegames-minimal
|
# only include kdegames-minimal
|
||||||
-kdegames
|
-kdegames
|
||||||
|
|||||||
@@ -11,8 +11,27 @@
|
|||||||
-planner
|
-planner
|
||||||
|
|
||||||
# Drop things for size
|
# Drop things for size
|
||||||
|
-@3d-printing
|
||||||
|
-brasero
|
||||||
|
-bluez
|
||||||
|
-bluez-cups
|
||||||
|
-@dial-up
|
||||||
|
-dnf
|
||||||
-firefox
|
-firefox
|
||||||
|
-gnome-bluetooth-libs
|
||||||
|
-gnome-icon-theme-symbolic
|
||||||
|
-gnome-software
|
||||||
|
-gnome-user-docs
|
||||||
|
-@guest-desktop-agents
|
||||||
-@libreoffice
|
-@libreoffice
|
||||||
|
-@mate-applications
|
||||||
|
-mate-bluetooth
|
||||||
|
-mate-icon-theme-faenza
|
||||||
|
-transmission-gtk
|
||||||
|
|
||||||
|
# Drop oversized fonts that aren't needed
|
||||||
|
-cjkuni-uming-fonts
|
||||||
|
-wqy-zenhei-fonts
|
||||||
|
|
||||||
# A web browser would be nice for a live cd
|
# A web browser would be nice for a live cd
|
||||||
midori
|
midori
|
||||||
@@ -65,8 +84,8 @@ midori
|
|||||||
-ntsysv
|
-ntsysv
|
||||||
|
|
||||||
# Drop some system-config things
|
# Drop some system-config things
|
||||||
-system-config-boot
|
|
||||||
-system-config-language
|
-system-config-language
|
||||||
|
-system-config-printer
|
||||||
-system-config-rootpassword
|
-system-config-rootpassword
|
||||||
-system-config-services
|
-system-config-services
|
||||||
-policycoreutils-gui
|
-policycoreutils-gui
|
||||||
@@ -78,4 +97,3 @@ midori
|
|||||||
rm -f /usr/share/icons/HighContrast/icon-theme.cache
|
rm -f /usr/share/icons/HighContrast/icon-theme.cache
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -18,18 +18,20 @@
|
|||||||
%include fedora-live-base.ks
|
%include fedora-live-base.ks
|
||||||
%include fedora-live-minimization.ks
|
%include fedora-live-minimization.ks
|
||||||
|
|
||||||
|
# spin was failing to compose due to lack of space, so bumping the size.
|
||||||
|
part / --size 10240
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
@xfce-desktop
|
@xfce-desktop
|
||||||
@xfce-apps
|
@xfce-apps
|
||||||
#@xfce-extra-plugins
|
|
||||||
#@xfce-media
|
|
||||||
#@xfce-office
|
|
||||||
#@firefox
|
|
||||||
|
|
||||||
# Security tools (not ready at the moment)
|
# Security tools (not ready at the moment)
|
||||||
@security-lab
|
@security-lab
|
||||||
security-menus
|
security-menus
|
||||||
|
|
||||||
|
# unlock default keyring. FIXME: Should probably be done in comps
|
||||||
|
gnome-keyring-pam
|
||||||
|
|
||||||
# save some space
|
# save some space
|
||||||
-autofs
|
-autofs
|
||||||
-acpid
|
-acpid
|
||||||
@@ -38,6 +40,12 @@ security-menus
|
|||||||
-realmd # only seems to be used in GNOME
|
-realmd # only seems to be used in GNOME
|
||||||
-PackageKit* # we switched to yumex, so we don't need this
|
-PackageKit* # we switched to yumex, so we don't need this
|
||||||
-aspell-* # dictionaries are big
|
-aspell-* # dictionaries are big
|
||||||
|
-gnumeric
|
||||||
|
-foomatic-db-ppds
|
||||||
|
-foomatic
|
||||||
|
-stix-fonts
|
||||||
|
-ibus-typing-booster
|
||||||
|
-xfce4-sensors-plugin
|
||||||
-man-pages-*
|
-man-pages-*
|
||||||
|
|
||||||
# drop some system-config things
|
# drop some system-config things
|
||||||
@@ -50,14 +58,25 @@ security-menus
|
|||||||
# exclude some packages to save some space
|
# exclude some packages to save some space
|
||||||
# use './fsl-maintenance.py -l' in your security spin git folder to build
|
# use './fsl-maintenance.py -l' in your security spin git folder to build
|
||||||
-ArpON
|
-ArpON
|
||||||
|
-aide
|
||||||
|
-binwalk
|
||||||
|
-bkhive
|
||||||
-bonesi
|
-bonesi
|
||||||
|
-bro
|
||||||
-cmospwd
|
-cmospwd
|
||||||
-dnstop
|
-dnstop
|
||||||
|
-etherape
|
||||||
-hfsutils
|
-hfsutils
|
||||||
-honeyd
|
-httpie
|
||||||
|
-httrack
|
||||||
|
-hydra
|
||||||
-kismon
|
-kismon
|
||||||
|
-labrea
|
||||||
|
-nebula
|
||||||
-netsed
|
-netsed
|
||||||
-onesixtyone
|
-onesixtyone
|
||||||
|
-packETH
|
||||||
|
-pads
|
||||||
-pdfcrack
|
-pdfcrack
|
||||||
-picviz-gui
|
-picviz-gui
|
||||||
-prelude-lml
|
-prelude-lml
|
||||||
@@ -66,8 +85,11 @@ security-menus
|
|||||||
-proxychains
|
-proxychains
|
||||||
-pyrit
|
-pyrit
|
||||||
-raddump
|
-raddump
|
||||||
|
-rkhunter
|
||||||
-safecopy
|
-safecopy
|
||||||
|
-samdump2
|
||||||
-scalpel
|
-scalpel
|
||||||
|
-sshscan
|
||||||
-sslstrip
|
-sslstrip
|
||||||
-tcpreen
|
-tcpreen
|
||||||
-tcpreplay
|
-tcpreplay
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ 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.eq.FotoToon
|
||||||
org.gnome.Labyrinth
|
org.gnome.Labyrinth
|
||||||
com.laptop.Ruler
|
com.laptop.Ruler
|
||||||
org.sugarlabs.AbacusActivity
|
org.sugarlabs.AbacusActivity
|
||||||
@@ -83,6 +84,16 @@ gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults
|
|||||||
# Enable Sugar power management
|
# Enable Sugar power management
|
||||||
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /desktop/sugar/power/automatic True >/dev/null
|
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /desktop/sugar/power/automatic True >/dev/null
|
||||||
|
|
||||||
|
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
|
cat >> /etc/rc.d/init.d/livesys-late << EOF
|
||||||
|
|
||||||
# disable screensaver locking
|
# disable screensaver locking
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
%include fedora-livecd-desktop.ks
|
%include fedora-livecd-desktop.ks
|
||||||
|
|
||||||
# DVD payload
|
# DVD payload
|
||||||
part / --size=8192
|
part / --size 10240
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
@@ -49,7 +49,8 @@ perl-Test-Pod-Coverage
|
|||||||
-gimp-libs
|
-gimp-libs
|
||||||
-gimp-data-extras
|
-gimp-data-extras
|
||||||
-kdebluetooth
|
-kdebluetooth
|
||||||
|
-kbluetooth
|
||||||
|
-rdesktop
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -10,12 +10,10 @@
|
|||||||
# Maintainer: Amit Saha <amitksaha@fedoraproject.org>
|
# Maintainer: Amit Saha <amitksaha@fedoraproject.org>
|
||||||
# https://fedoraproject.org/wiki/User:Amitksaha
|
# https://fedoraproject.org/wiki/User:Amitksaha
|
||||||
|
|
||||||
# Last modified: March 10, 2012.
|
|
||||||
|
|
||||||
%include fedora-live-kde.ks
|
%include fedora-live-kde.ks
|
||||||
|
|
||||||
# DVD payload
|
# The recommended part size for DVDs is too close to use for the scientific spin
|
||||||
part / --size 10000
|
part / --size 12288
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
|
||||||
@@ -27,6 +25,11 @@ scilab
|
|||||||
scilab-devel
|
scilab-devel
|
||||||
scilab-doc
|
scilab-doc
|
||||||
|
|
||||||
|
# sagemath
|
||||||
|
# BZ #1006230 should fix this
|
||||||
|
sagemath
|
||||||
|
sagemath-notebook
|
||||||
|
|
||||||
#Devel tools
|
#Devel tools
|
||||||
|
|
||||||
#Install the mandatory packages from dev-tools and dev-libs
|
#Install the mandatory packages from dev-tools and dev-libs
|
||||||
@@ -35,14 +38,41 @@ scilab-doc
|
|||||||
@development-libs
|
@development-libs
|
||||||
@c-development
|
@c-development
|
||||||
@rpm-development-tools
|
@rpm-development-tools
|
||||||
|
#others, not included
|
||||||
|
# C++ libraries
|
||||||
|
blitz-devel
|
||||||
|
armadillo-devel
|
||||||
|
|
||||||
# Misc. related utils
|
# Misc. related utils
|
||||||
ddd
|
ddd
|
||||||
valgrind
|
valgrind
|
||||||
ipython
|
|
||||||
|
#python 2 tools/libraries not included from the groups
|
||||||
|
python-ipython
|
||||||
|
python-ipython-console
|
||||||
|
python-ipython-notebook
|
||||||
|
sympy
|
||||||
|
python-networkx
|
||||||
|
|
||||||
|
#python 3 and tools/libraries not included from the groups
|
||||||
|
python3
|
||||||
|
python3-matplotlib
|
||||||
|
python3-scipy
|
||||||
|
python3-numpy
|
||||||
|
python3-ipython
|
||||||
|
python3-ipython-console
|
||||||
|
python3-ipython-notebook
|
||||||
|
python3-networkx
|
||||||
|
|
||||||
|
# matplotlib backends
|
||||||
|
python-matplotlib-qt4
|
||||||
|
python-matplotlib-tk
|
||||||
|
python3-matplotlib-qt4
|
||||||
|
python3-matplotlib-tk
|
||||||
|
|
||||||
# Include Java development tools
|
# Include Java development tools
|
||||||
@java-development
|
@java-development
|
||||||
|
apache-commons-math
|
||||||
|
|
||||||
#fortran compiler
|
#fortran compiler
|
||||||
gcc-gfortran
|
gcc-gfortran
|
||||||
@@ -54,7 +84,7 @@ rkward
|
|||||||
qtoctave
|
qtoctave
|
||||||
|
|
||||||
# IDEs for the IDE folks
|
# IDEs for the IDE folks
|
||||||
eclipse
|
@eclipse
|
||||||
spyder
|
spyder
|
||||||
|
|
||||||
#writing & publishing
|
#writing & publishing
|
||||||
@@ -71,21 +101,22 @@ kile
|
|||||||
BibTool
|
BibTool
|
||||||
pdfshuffler
|
pdfshuffler
|
||||||
|
|
||||||
|
|
||||||
# Parallel/Distributed computing libraries/tools
|
# Parallel/Distributed computing libraries/tools
|
||||||
openmpi
|
openmpi
|
||||||
|
openmpi-devel
|
||||||
valgrind-openmpi
|
valgrind-openmpi
|
||||||
pvm
|
pvm
|
||||||
pvm-gui #will install 'pvm' as well
|
pvm-gui #will install 'pvm' as well
|
||||||
libgomp
|
libgomp
|
||||||
python-pp
|
python-pp
|
||||||
|
mpi4py-openmpi
|
||||||
|
python3-mpi4py-openmpi
|
||||||
|
|
||||||
#Version control- a GUI for each as well
|
#Version control- a GUI for each as well
|
||||||
|
|
||||||
# Installing rapidsvn will also install subversion package
|
# Installing rapidsvn will also install subversion package
|
||||||
rapidsvn
|
rapidsvn
|
||||||
# Install git-gui, will also install git
|
git
|
||||||
git-gui
|
git-gui
|
||||||
# Mercurial
|
# Mercurial
|
||||||
mercurial
|
mercurial
|
||||||
@@ -94,7 +125,6 @@ mercurial-hgk
|
|||||||
#Backup Utilities
|
#Backup Utilities
|
||||||
backintime-kde
|
backintime-kde
|
||||||
|
|
||||||
|
|
||||||
#needs to install this specifically because of some conflict between openmpi
|
#needs to install this specifically because of some conflict between openmpi
|
||||||
#and emacs (http://lists.fedoraproject.org/pipermail/devel/2011-July/153812.html)
|
#and emacs (http://lists.fedoraproject.org/pipermail/devel/2011-July/153812.html)
|
||||||
libotf
|
libotf
|
||||||
@@ -105,13 +135,13 @@ root-gui-fitpanel
|
|||||||
root-python
|
root-python
|
||||||
|
|
||||||
#Multiple jobs/clustering system
|
#Multiple jobs/clustering system
|
||||||
torque
|
# torque
|
||||||
torque-server
|
# torque-server
|
||||||
torque-scheduler
|
# torque-scheduler
|
||||||
torque-gui
|
# torque-gui
|
||||||
torque-libs
|
# torque-libs
|
||||||
torque-mom
|
# torque-mom
|
||||||
python-pbs
|
# python-pbs
|
||||||
|
|
||||||
#Drawing, Picture viewing tools, Visualization tools
|
#Drawing, Picture viewing tools, Visualization tools
|
||||||
dia
|
dia
|
||||||
@@ -125,8 +155,9 @@ Mayavi
|
|||||||
|
|
||||||
#Misc. Utils
|
#Misc. Utils
|
||||||
screen
|
screen
|
||||||
|
tmux
|
||||||
rlwrap
|
rlwrap
|
||||||
xchat
|
hexchat
|
||||||
shutter
|
shutter
|
||||||
fig2ps
|
fig2ps
|
||||||
bibtex2html
|
bibtex2html
|
||||||
@@ -139,4 +170,4 @@ firefox
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
%end
|
%end
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
||||||
repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-$releasever&arch=$basearch
|
repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
|
||||||
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-$releasever&arch=$basearch
|
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
|
||||||
|
|||||||
@@ -6,4 +6,4 @@
|
|||||||
%include fedora-repo-rawhide.ks
|
%include fedora-repo-rawhide.ks
|
||||||
|
|
||||||
# For non-master branches the following should be uncommented
|
# For non-master branches the following should be uncommented
|
||||||
# %include fedora-repo-non-rawhide.ks
|
# %include fedora-repo-not-rawhide.ks
|
||||||
|
|||||||
@@ -34,6 +34,8 @@
|
|||||||
@sugar-desktop
|
@sugar-desktop
|
||||||
-sugar-ruler
|
-sugar-ruler
|
||||||
sugar-cp-updater
|
sugar-cp-updater
|
||||||
|
lightdm
|
||||||
|
lightdm-gtk
|
||||||
|
|
||||||
# Write breaks unless we do this (we don't need it anyway)
|
# Write breaks unless we do this (we don't need it anyway)
|
||||||
# enable for testing in the F17 dev cycle
|
# enable for testing in the F17 dev cycle
|
||||||
|
|||||||
18
fedora-x86_64-cloud.ks
Normal file
18
fedora-x86_64-cloud.ks
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
%include fedora-cloud-base.ks
|
||||||
|
|
||||||
|
%packages
|
||||||
|
kernel
|
||||||
|
%end
|
||||||
|
|
||||||
|
%post
|
||||||
|
if [ ! -e /etc/sysconfig/kernel ]; then
|
||||||
|
echo "Creating /etc/sysconfig/kernel."
|
||||||
|
cat <<EOF > /etc/sysconfig/kernel
|
||||||
|
# UPDATEDEFAULT specifies if new-kernel-pkg should make
|
||||||
|
# new kernels the default
|
||||||
|
UPDATEDEFAULT=yes
|
||||||
|
|
||||||
|
# DEFAULTKERNEL specifies the default kernel package type
|
||||||
|
DEFAULTKERNEL=kernel
|
||||||
|
EOF
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user