A few questions about creating a spin
by Jørn Loamx
Good morning
Time goes quick, and we are working on getting the the Fedora audio spin
(now called Fedora jam) ready for wrangler/review. There are a few
questions we have we hope you can help us find the answer to. If you find
it too much to write, i can come by the IRC channel for a meeting with you
and discuss there instead.
Anyway, here are the questions i have gathered up:
1 kernel parameters ( threadirqs in our case) how (can?) we add them to the
Live system and on install?
2 is it possible to modify sysconfig files in / owned by other packages? -
ie. changing the default values in /etc/pulse/daemon.conf .
3 is it possible to change/set config items in /home/<installed_user> ?
(e.g. /home/<user/.pulse - which would be a solution if (2) is not possible)
4 adding items to /etc/xdg/autostart (to autostart apps by default for all
users).
5 (related to #4) can we drop files into ~/.config/autostart as part of the
install process for the default user?
6 and which if any of these things can we do for the Live user?
7 How much can be changed in the kickstart file after submission?
11 years, 5 months
[spin-kickstarts] LXDE: Switch from parcellite to clipit
by Christoph Wickert
commit 7a600784bb7c8aae784be19a1fea14cb7b3d4d61
Author: Christoph Wickert <cwickert(a)fedoraproject.org>
Date: Fri Jun 22 19:02:33 2012 +0200
LXDE: Switch from parcellite to clipit
fedora-livecd-lxde.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-livecd-lxde.ks b/fedora-livecd-lxde.ks
index 47d9216..0fb8072 100644
--- a/fedora-livecd-lxde.ks
+++ b/fedora-livecd-lxde.ks
@@ -44,8 +44,8 @@ pnmixer
gnomebaker
### utils
+clipit
galculator
-parcellite
xpad
### system
11 years, 5 months
[spin-kickstarts/arm] add minimal tegra kickstart
by Dennis Gilmore
commit e1d77f2d14cf67250ff78f86cd38795db376d546
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Wed Jun 20 12:51:01 2012 -0500
add minimal tegra kickstart
fedora-arm-tegra-minimal.ks | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/fedora-arm-tegra-minimal.ks b/fedora-arm-tegra-minimal.ks
new file mode 100644
index 0000000..c3b1162
--- /dev/null
+++ b/fedora-arm-tegra-minimal.ks
@@ -0,0 +1,31 @@
+
+%include fedora-arm-base.ks
+
+
+
+%packages
+#for panda we only want to have the omap kernel installed
+-kernel
+-kernel-highbank
+-kernel-imx
+-kernel-omap
+kernel-tegra
+
+%end
+
+%post
+
+# setup boot.scr
+echo >> /boot/boot.scr.in << EOF
+
+setenv bootargs ro root=%ROOTFSID% rootwait rhgb quiet
+ext2load mmc 0:1 4080000 /uImage
+ext2load mmc 0:1 4400000 /uInitrd
+bootm 4080000 4400000
+EOF
+
+sed -i -e "|%ROOTFSID%|$(grep ' / ' /etc/fstab |sed -e 's| .*$||g')|g" /boot/boot.scr.in
+
+mkimage -A arm -O linux -a 0 -e 0 -T script -C none -n "Fedora Boot Script" -d /boot/boot.scr.in /boot/boot.scr
+
+%end
11 years, 5 months
[spin-kickstarts/arm] make sure chronyd is enabled on arm images
by Dennis Gilmore
commit 4c24d3905fb2e8a0dbc9a02e96871edff2c594cf
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Tue Jun 19 13:25:15 2012 -0500
make sure chronyd is enabled on arm images
fedora-arm-base.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks
index 790a096..f2d6b70 100644
--- a/fedora-arm-base.ks
+++ b/fedora-arm-base.ks
@@ -21,7 +21,7 @@ zerombr
clearpart --all
part /boot --fstype=ext3 --size=256
part / --size 3072 --fstype ext4
-services --enabled=NetworkManager,sshd
+services --enabled=NetworkManager,sshd,chronyd
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
11 years, 5 months
[spin-kickstarts/arm] fix up pandaboards uEnv.txt creation
by Dennis Gilmore
commit 3a8abf72dbed513666fd19f79461990abb83a3cc
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Tue Jun 19 11:04:45 2012 -0500
fix up pandaboards uEnv.txt creation
fedora-arm-panda-minimal.ks | 12 ++++++------
fedora-arm-panda-xfce.ks | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/fedora-arm-panda-minimal.ks b/fedora-arm-panda-minimal.ks
index cbcdf74..a5c61e4 100644
--- a/fedora-arm-panda-minimal.ks
+++ b/fedora-arm-panda-minimal.ks
@@ -22,8 +22,8 @@ cp /usr/share/uboot-panda/MLO /boot/uboot/MLO
sync
cp /usr/share/uboot-panda/u-boot.img /boot/uboot/u-boot.img
-# setup uEnv.txt on efi to load kernel and initrd from ext3 /boot
-echo >> /boot/uboot/uEnv.txt << EOF
+# setup uEnv.txt on vfat partition to load kernel and initrd from ext3 /boot
+cat >> /boot/uboot/uEnv.txt << EOF
bootfile=/uImage
bootinitrd=/uInitrd
boot=bootm
@@ -31,10 +31,10 @@ console=ttyO2,115200n8
address_image=0x80300000
address_initrd=0x81600000
mmcroot=%ROOTFSID% ro
-mmcargs=setenv bootargs console=${console} root=${mmcroot} quiet rootwait rhgb
-loaduimage=run xyz_mmcboot; run mmcargs; ${boot} ${address_image} ${address_initrd}
-xyz_load_image=ext2load mmc 0:2 ${address_image} ${bootfile}
-xyz_load_initrd=ext2load mmc 0:2 ${address_initrd} ${bootinitrd}
+mmcargs=setenv bootargs console=\${console} root=\${mmcroot} quiet rootwait rhgb
+loaduimage=run xyz_mmcboot; run mmcargs; \${boot} \${address_image} \${address_initrd}
+xyz_load_image=ext2load mmc 0:2 \${address_image} \${bootfile}
+xyz_load_initrd=ext2load mmc 0:2 \${address_initrd} \${bootinitrd}
xyz_mmcboot=run xyz_load_image; run xyz_load_initrd; echo Booting from mmc ...
EOF
diff --git a/fedora-arm-panda-xfce.ks b/fedora-arm-panda-xfce.ks
index ed5a23b..03eeee5 100644
--- a/fedora-arm-panda-xfce.ks
+++ b/fedora-arm-panda-xfce.ks
@@ -23,8 +23,8 @@ cp /usr/share/uboot-panda/MLO /boot/efi/MLO
sync
cp /usr/share/uboot-panda/u-boot.img /boot/efi/u-boot.img
-# setup uEnv.txt on efi to load kernel and initrd from ext3 /boot
-echo >> /boot/uboot/uEnv.txt << EOF
+# setup uEnv.txt on vfat partition to load kernel and initrd from ext3 /boot
+cat >> /boot/uboot/uEnv.txt << EOF
bootfile=/uImage
bootinitrd=/uInitrd
boot=bootm
@@ -32,10 +32,10 @@ console=ttyO2,115200n8
address_image=0x80300000
address_initrd=0x81600000
mmcroot=%ROOTFSID% ro
-mmcargs=setenv bootargs console=${console} root=${mmcroot} quiet rootwait rhgb
-loaduimage=run xyz_mmcboot; run mmcargs; ${boot} ${address_image} ${address_initrd}
-xyz_load_image=ext2load mmc 0:2 ${address_image} ${bootfile}
-xyz_load_initrd=ext2load mmc 0:2 ${address_initrd} ${bootinitrd}
+mmcargs=setenv bootargs console=\${console} root=\${mmcroot} quiet rootwait rhgb
+loaduimage=run xyz_mmcboot; run mmcargs; \${boot} \${address_image} \${address_initrd}
+xyz_load_image=ext2load mmc 0:2 \${address_image} \${bootfile}
+xyz_load_initrd=ext2load mmc 0:2 \${address_initrd} \${bootinitrd}
xyz_mmcboot=run xyz_load_image; run xyz_load_initrd; echo Booting from mmc ...
EOF
11 years, 5 months
[spin-kickstarts/arm] some cleanups needed for livemedia-creator add minimal panda kickstart
by Dennis Gilmore
commit b132b857b97cf46f1037f2c01ce54288b94a0c25
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Tue Jun 19 10:51:52 2012 -0500
some cleanups needed for livemedia-creator
add minimal panda kickstart
fedora-arm-base-x.ks | 2 +-
fedora-arm-base.ks | 6 ++++++
fedora-arm-panda-minimal.ks | 43 +++++++++++++++++++++++++++++++++++++++++++
fedora-arm-panda-xfce.ks | 13 +++----------
4 files changed, 53 insertions(+), 11 deletions(-)
---
diff --git a/fedora-arm-base-x.ks b/fedora-arm-base-x.ks
index c948712..74d5174 100644
--- a/fedora-arm-base-x.ks
+++ b/fedora-arm-base-x.ks
@@ -1,5 +1,5 @@
-@include fedora-arm-base.ks
+%include fedora-arm-base.ks
xconfig --startxonboot
diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks
index de40d76..790a096 100644
--- a/fedora-arm-base.ks
+++ b/fedora-arm-base.ks
@@ -6,13 +6,19 @@
#
# Does includes "default" language configuration (kickstarts including
# this template can override these settings)
+bootloader --location=none
lang en_US.UTF-8
keyboard us
timezone US/Eastern
auth --useshadow --enablemd5
+rootpw --plaintext fedora
selinux --enforcing
firewall --enabled --service=mdns,sshd
+
+# Disk partitioning information
+zerombr
+clearpart --all
part /boot --fstype=ext3 --size=256
part / --size 3072 --fstype ext4
services --enabled=NetworkManager,sshd
diff --git a/fedora-arm-panda-minimal.ks b/fedora-arm-panda-minimal.ks
new file mode 100644
index 0000000..cbcdf74
--- /dev/null
+++ b/fedora-arm-panda-minimal.ks
@@ -0,0 +1,43 @@
+
+part /boot/uboot --fstype=vfat --grow --maxsize=20 --size=20
+%include fedora-arm-base.ks
+
+
+
+%packages
+#for panda we only want to have the omap kernel installed
+-kernel
+-kernel-highbank
+-kernel-imx
+-kernel-tegra
+kernel-omap
+uboot-panda
+
+%end
+
+%post
+# install the moodloader bits into the vfat partition at the start of the disk
+# MLO file must be the first thing written to the partition
+cp /usr/share/uboot-panda/MLO /boot/uboot/MLO
+sync
+cp /usr/share/uboot-panda/u-boot.img /boot/uboot/u-boot.img
+
+# setup uEnv.txt on efi to load kernel and initrd from ext3 /boot
+echo >> /boot/uboot/uEnv.txt << EOF
+bootfile=/uImage
+bootinitrd=/uInitrd
+boot=bootm
+console=ttyO2,115200n8
+address_image=0x80300000
+address_initrd=0x81600000
+mmcroot=%ROOTFSID% ro
+mmcargs=setenv bootargs console=${console} root=${mmcroot} quiet rootwait rhgb
+loaduimage=run xyz_mmcboot; run mmcargs; ${boot} ${address_image} ${address_initrd}
+xyz_load_image=ext2load mmc 0:2 ${address_image} ${bootfile}
+xyz_load_initrd=ext2load mmc 0:2 ${address_initrd} ${bootinitrd}
+xyz_mmcboot=run xyz_load_image; run xyz_load_initrd; echo Booting from mmc ...
+EOF
+
+sed -i -e "|%ROOTFSID%|$(grep ' / ' /etc/fstab |sed -e 's| .*$||g')|g" /boot/uEnv.txt
+
+%end
diff --git a/fedora-arm-panda-xfce.ks b/fedora-arm-panda-xfce.ks
index 01af8a9..ed5a23b 100644
--- a/fedora-arm-panda-xfce.ks
+++ b/fedora-arm-panda-xfce.ks
@@ -23,22 +23,15 @@ cp /usr/share/uboot-panda/MLO /boot/efi/MLO
sync
cp /usr/share/uboot-panda/u-boot.img /boot/efi/u-boot.img
-# setup uEnv.txt on efi partition to load uEnv.txt on /boot
-cat >> /boot/efi/uEnv.txt << EOF
-bootenv=/uEnv.txt
-loaduimage=ext2load mmc 0:2 ${loadaddr} ${bootenv}
-mmcboot=echo Running script from mmc ...; source ${loadaddr}
-EOF
-
-# setup uEnv.txt on /boot to load kernel
-echo >> /boot/uEnv.txt << EOF
+# setup uEnv.txt on efi to load kernel and initrd from ext3 /boot
+echo >> /boot/uboot/uEnv.txt << EOF
bootfile=/uImage
bootinitrd=/uInitrd
boot=bootm
console=ttyO2,115200n8
address_image=0x80300000
address_initrd=0x81600000
-mmcroot=LABEL=%ROOTFSID% ro
+mmcroot=%ROOTFSID% ro
mmcargs=setenv bootargs console=${console} root=${mmcroot} quiet rootwait rhgb
loaduimage=run xyz_mmcboot; run mmcargs; ${boot} ${address_image} ${address_initrd}
xyz_load_image=ext2load mmc 0:2 ${address_image} ${bootfile}
11 years, 5 months
[spin-kickstarts] Add greybird themes
by Kevin Fenzi
commit 03d87e6c7e7d371706d9a8deb73049c861c2775d
Author: Kevin Fenzi <kevin(a)scrye.com>
Date: Fri Jun 15 16:00:46 2012 -0600
Add greybird themes
fedora-livecd-xfce.ks | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/fedora-livecd-xfce.ks b/fedora-livecd-xfce.ks
index 2219d65..7c880d4 100644
--- a/fedora-livecd-xfce.ks
+++ b/fedora-livecd-xfce.ks
@@ -89,6 +89,10 @@ fedora-icon-theme
adwaita-cursor-theme
adwaita-gtk2-theme
adwaita-gtk3-theme
+greybird-gtk2-theme
+greybird-gtk3-theme
+greybird-xfce4-notifyd-theme
+greybird-xfwm4-theme
# command line
irssi
11 years, 6 months
[spin-kickstarts/arm] split out the base x options from arm base.
by Dennis Gilmore
commit ce63aab3663bea8c1b8a3b7a04fdeb131e58b71e
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Fri Jun 15 14:05:20 2012 -0500
split out the base x options from arm base.
we will have minimal shell only options for devices also
fedora-arm-base-x.ks | 12 +
fedora-arm-base.ks | 7 -
fedora-arm-beagle-xfce.ks | 2 +-
fedora-arm-panda-xfce-flat.ks | 517 -----------------------------------------
fedora-arm-panda-xfce.ks | 2 +-
fedora-arm-tegra-xfce.ks | 2 +-
6 files changed, 15 insertions(+), 527 deletions(-)
---
diff --git a/fedora-arm-base-x.ks b/fedora-arm-base-x.ks
new file mode 100644
index 0000000..c948712
--- /dev/null
+++ b/fedora-arm-base-x.ks
@@ -0,0 +1,12 @@
+
+@include fedora-arm-base.ks
+xconfig --startxonboot
+
+
+%packages
+@base-x
+@fonts
+@input-methods
+ibus-pinyin-db-open-phrase
+
+%end
diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks
index f8b85a5..de40d76 100644
--- a/fedora-arm-base.ks
+++ b/fedora-arm-base.ks
@@ -13,7 +13,6 @@ timezone US/Eastern
auth --useshadow --enablemd5
selinux --enforcing
firewall --enabled --service=mdns,sshd
-xconfig --startxonboot
part /boot --fstype=ext3 --size=256
part / --size 3072 --fstype ext4
services --enabled=NetworkManager,sshd
@@ -24,14 +23,8 @@ repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?rep
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
%packages
-@base-x
@base
@core
-@fonts
-@input-methods
-# use a small pinyin db for live
--ibus-pinyin-db-open-phrase
-ibus-pinyin-db-android
@admin-tools
@dial-up
@hardware-support
diff --git a/fedora-arm-beagle-xfce.ks b/fedora-arm-beagle-xfce.ks
index 9d97ac1..0f16c04 100644
--- a/fedora-arm-beagle-xfce.ks
+++ b/fedora-arm-beagle-xfce.ks
@@ -1,6 +1,6 @@
part /boot/efi --fstype=efi --grow --maxsize=50 --size=20
-%include fedora-arm-base.ks
+%include fedora-arm-base-x.ks
%include fedora-xfce-base.ks
diff --git a/fedora-arm-panda-xfce.ks b/fedora-arm-panda-xfce.ks
index cb38e92..01af8a9 100644
--- a/fedora-arm-panda-xfce.ks
+++ b/fedora-arm-panda-xfce.ks
@@ -1,6 +1,6 @@
part /boot/efi --fstype=efi --grow --maxsize=50 --size=20
-%include fedora-arm-base.ks
+%include fedora-arm-base-x.ks
%include fedora-xfce-base.ks
diff --git a/fedora-arm-tegra-xfce.ks b/fedora-arm-tegra-xfce.ks
index 1ebfa08..c95471a 100644
--- a/fedora-arm-tegra-xfce.ks
+++ b/fedora-arm-tegra-xfce.ks
@@ -1,5 +1,5 @@
-%include fedora-arm-base.ks
+%include fedora-arm-base-x.ks
%include fedora-xfce-base.ks
11 years, 6 months
[spin-kickstarts] Initial f18 rawhide package
by Bruno Wolff III
commit c582e3962e6f5134bca40636462be6ca3aa815bf
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Fri Jun 15 11:24:31 2012 -0500
Initial f18 rawhide package
configure.ac | 2 +-
fedora-aos.ks | 6 +++---
fedora-live-base.ks | 6 +++---
fedora-live-mini.ks | 6 +++---
spin-kickstarts.spec.in | 5 +++++
5 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 486b437..9d0f647 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([spin-kickstarts], 0.17.1)
+AC_INIT([spin-kickstarts], 0.18.1)
AC_SUBST([RELEASE], 1)
ALL_LINGUAS="bn_IN bn ca cs da de el es fi fr gl gu hi hr hu is it ja ko ml ms nb nl or pa pl pt pt_BR ru sk sl sr@latin sr sv ta tr uk zh_CN zh_TW"
diff --git a/fedora-aos.ks b/fedora-aos.ks
index 5d8b0b8..9d93113 100644
--- a/fedora-aos.ks
+++ b/fedora-aos.ks
@@ -26,9 +26,9 @@ part / --size 1024 --fstype ext4 --ondisk sda
#
# Repositories
#
-#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&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-f$releasever&arch=$basearch
+repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&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-f$releasever&arch=$basearch
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
#
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 7f3bafe..77c84d2 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -17,9 +17,9 @@ xconfig --startxonboot
part / --size 3072 --fstype ext4
services --enabled=NetworkManager --disabled=network,sshd
-#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&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-f$releasever&arch=$basearch
+repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&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-f$releasever&arch=$basearch
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
%packages
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks
index 89a605a..997f016 100644
--- a/fedora-live-mini.ks
+++ b/fedora-live-mini.ks
@@ -12,9 +12,9 @@ xconfig --startxonboot
part / --size 4096 --fstype ext4
services --enabled=NetworkManager,messagebus,avahi-daemon --disabled=network,sshd,iscsi,iscsid,lldpad
-#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&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-f$releasever&arch=$basearch
+repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&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-f$releasever&arch=$basearch
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
%packages
diff --git a/spin-kickstarts.spec.in b/spin-kickstarts.spec.in
index d937c05..7aa5844 100644
--- a/spin-kickstarts.spec.in
+++ b/spin-kickstarts.spec.in
@@ -76,6 +76,11 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/%{name}/l10n/README
%changelog
+* Fri Jun 15 2012 Bruno Wolff III <bruno(a)wolff.to> 0.18.1-1
+- Initial package for f18 rawhide
+- Switch back to rawhide repos until branch
+- Include Russian localization ks files
+
* Sun Feb 12 2012 Bruno Wolff III <bruno(a)wolff.to> 0.17.1-1
- Rebuild post branch to build from branch repos
11 years, 6 months
[spin-kickstarts/f17] Fix a second missing backslash
by Bruno Wolff III
commit e5bd554fcd3390dd631caddc8093e93bc3304cfd
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Fri Jun 15 11:11:07 2012 -0500
Fix a second missing backslash
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a14793a..a5dc33e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,7 +57,7 @@ l10n_DATA = \
l10n/fedora-livedvd-electronic-lab-de_CH.ks \
l10n/fedora-livedvd-electronic-lab-nl_NL.ks \
l10n/fedora-livedvd-electronic-lab-pt_PT.ks \
- l10n/fedora-livedvd-electronic-lab-ru_RU.ks
+ l10n/fedora-livedvd-electronic-lab-ru_RU.ks \
l10n/fedora-livedvd-games-de_CH.ks \
l10n/fedora-livedvd-games-nl_NL.ks \
l10n/fedora-livedvd-games-pt_PT.ks \
11 years, 6 months