summaryrefslogtreecommitdiffstats
path: root/F18-beagle-xfce.ks
diff options
context:
space:
mode:
authord.marlin <dmarlin@redhat.com>2013-02-04 14:47:48 -0600
committerd.marlin <dmarlin@redhat.com>2013-02-04 14:47:48 -0600
commitdb3c06eb52665afff17ce0902f865cc5a6c4b159 (patch)
treee19d37fce56a3dd4e4c7f929174048b5165fab64 /F18-beagle-xfce.ks
parentd6f67c77509765a6b8b939668b45e2fbc7e28616 (diff)
downloadarm-kickstarts-db3c06eb52665afff17ce0902f865cc5a6c4b159.tar.gz
arm-kickstarts-db3c06eb52665afff17ce0902f865cc5a6c4b159.tar.xz
arm-kickstarts-db3c06eb52665afff17ce0902f865cc5a6c4b159.zip
Update for F18 final release. Changes include:
- replace ntp with chrony - remove /etc/RELEASE datestamp - change all hostnames to localhost - move xorg.conf file for XFCE images - add kickstarts for Soft-FP (armv5tel) images
Diffstat (limited to 'F18-beagle-xfce.ks')
-rw-r--r--F18-beagle-xfce.ks25
1 files changed, 5 insertions, 20 deletions
diff --git a/F18-beagle-xfce.ks b/F18-beagle-xfce.ks
index 4141edb..290a0f8 100644
--- a/F18-beagle-xfce.ks
+++ b/F18-beagle-xfce.ks
@@ -7,15 +7,15 @@ auth --useshadow --enablemd5
selinux --enforcing
firstboot --enable
firewall --enabled --service=mdns,ssh
-network --bootproto=dhcp --device=eth0 --onboot=on --activate --hostname=beagle-f18-v7hl
-services --enabled=NetworkManager,sshd,ntpd --disabled=network
+network --bootproto=dhcp --device=eth0 --onboot=on --activate --hostname=localhost.localdomain
+services --enabled=NetworkManager,sshd,chronyd --disabled=network
# Set a default root password for Fedora
rootpw --plaintext fedora
# Repositories
# apparently we must use 'url' for the install repo for livemedia-creator
-url --url="http://archive.kernel.org/fedora-secondary/development/18/armhfp/os/"
+url --url="http://dl.fedoraproject.org/pub/fedora-secondary/releases/18/Everything/armhfp/os/"
#
# Define how large you want your rootfs to be
@@ -98,8 +98,7 @@ xfce4-icon-theme
# ^^^^^^^^^^^^^^^^^^^^^^^
# apparently none of the groups sets the clock.
-ntp
-ntpdate
+chrony
# and ifconfig would be nice.
net-tools
@@ -158,21 +157,13 @@ ln -sf /lib/systemd/system/graphical.target /lib/systemd/system/default.target
/bin/systemctl enable firstboot-graphical.service
# force xorg to use framebuffer until we get omapdrm working well
-cat > /etc/X11/xorg.conf << EOF
+cat > /etc/X11/xorg.conf.d/arm-fbdev.conf << EOF
Section "Device"
Identifier "Device0"
Driver "fbdev" # Choose the driver used for this monitor
EndSection
EOF
-# include an xorg.config to use the OMAP DRM driver, if desired
-cat > /etc/X11/xorg.conf.omapdrm << EOF
-Section "Device"
- Identifier "Device0"
- Driver "omap"
-EndSection
-EOF
-
# ^^^^^^^^^^^^^^^^^^^^^^^
@@ -233,15 +224,9 @@ popd
popd
-# datestamp this release
-date +F18-%Y%m%d-beta > /etc/RELEASE
-
# force resize of the rootfs
touch /.rootfs-repartition
-# force SELinux relabel of the rootfs
-#touch /.autorelabel
-
# try Brendan's tip for workaround.
setfiles -v -F -e /proc -e /sys -e /dev \
/etc/selinux/targeted/contexts/files/file_contexts /