Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=d762bb4d34d2c68a3159bffd9d12a92706c6ee66

commit d762bb4d34d2c68a3159bffd9d12a92706c6ee66
Author: Janny <[EMAIL PROTECTED]>
Date:   Thu Mar 6 22:41:14 2008 +0100

fwlive
* from config remove en variable
* add en variable to LOCALE in Makefile

diff --git a/Makefile b/Makefile
index 2980323..caf3469 100644
--- a/Makefile
+++ b/Makefile
@@ -275,7 +275,7 @@ endif
sed -i "s|linuxcd|${FWLHOST}|" ${CHROOTDIR}/${TREE}/tmp/live-base/.config
sed -i "s|Live|$(shell ${FWLREL}) (${FWLCODENAME})|" 
${CHROOTDIR}/${TREE}/tmp/live-base/cd-root/linux/make_iso.sh
sed -i "s|KERNEL=.*|KERNEL=\"$(shell ${KERNVER})\"|" 
${CHROOTDIR}/${TREE}/tmp/live-base/.config
-       echo "LOCALE=${LOCALE}" >> ${CHROOTDIR}/${TREE}/tmp/live-base/.config
+       echo "LOCALE=${LOCALE},en" >> ${CHROOTDIR}/${TREE}/tmp/live-base/.config

hacking-kdmrc: checkroot
if [ ${APPSGROUP} == "KDE" ] || [ ${APPSGROUP} == "FULL" ] ; then \
diff --git a/config b/config
index d909bfe..ce0bbb0 100644
--- a/config
+++ b/config
@@ -26,7 +26,7 @@ FWLFONT = lat2-16.psfu.gz
APPSGROUP = FULL

# add supported locals
-LOCALE = en,de,fr,da,hu,cs
+LOCALE = de,fr,da,hu,cs

# grub title part 1
FWLSREL = FWLive-${APPSGROUP}
@@ -69,11 +69,11 @@ SAVEDIRS = etc home lib root usr var
CONFIG_SETUP = y

# additional packages to be installed by the profiles
-# no builded pkgs: truecrypt-fwlive
+# no builded pkgs: truecrypt-fwlive acx100-fwlive
DRIVERS = gspcav1-fwlive qc-usb-fwlive dazuko-fwlive busybox-fwlive lirc-fwlive 
\
acerhk-fwlive redirfs-fwlive fglrx-fwlive nvidia-96xx-fwlive \
nvidia-fwlive madwifi-fwlive wlan-ng-fwlive busybox-fwlive \
-         acx100-fwlive ndiswrapper-fwlive kqemu-fwlive
+         ndiswrapper-fwlive kqemu-fwlive
INST_MUSTHAVE_APPS = busybox-fwlive util-linux-ng grub-theme-fwlive \
sudo aufs squashfs cdrtools ntfs-3g
ifneq ($(ARCH),x86_64)
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to