Modified:
/live/config/binary_local-includes/install/late_command
/live/config/chroot_local-hooks/source
/live/config/chroot_local-hooks/stripped
/live/config/chroot_local-packageslists/devel
/live/config/chroot_local-packageslists/engineering
/live/config/chroot_local-packageslists/net
/live/scripts/config
=======================================
--- /live/config/binary_local-includes/install/late_command Tue Mar 16
00:43:22 2010
+++ /live/config/binary_local-includes/install/late_command Fri Apr 2
02:26:43 2010
@@ -9,7 +9,8 @@
log "Setting up GRUB splash for Kuliax"
sed -i -e 's|AutoLoginEnable=true|#AutoLoginEnable=true|'
/target/etc/kde3/kdm/kdmrc
sed -i -e 's|//grub/splash.xpm.gz|/boot/grub/splash.xpm.gz|'
/target/boot/grub/menu.lst
-sed -i -e 's/Debian GNU\/Linux, kernel 2.6.30-kuliax.2-686/Kuliax 7.0,
kernel 2.6.30-kuliax.2-686/g' /target/boot/grub/menu.lst
+sed -i -e 's|splash quiet|splash|g' /target/boot/grub/menu.lst
+# sed -i -e 's|Debian GNU\/Linux, kernel 2.6.30-kuliax.2-686|Kuliax 7.0,
kernel 2.6.30-kuliax.2-686|g' /target/boot/grub/menu.lst
log "Copying sources.list"
cp /cdrom/install/sources.list /target/etc/apt/
@@ -19,7 +20,7 @@
for USER in $LIST
do
if [ $USER != "lumpia" ]; then
- log "Copying ebook"
+ log "Copying ebooks"
mkdir /target/home/$USER/ebooks
cp -r /cdrom/ebooks/* /target/home/$USER/ebooks/
chown -R $USER /target/home/$USER/ebooks
=======================================
--- /live/config/chroot_local-hooks/source Sun Jan 31 20:09:32 2010
+++ /live/config/chroot_local-hooks/source Fri Apr 2 02:26:43 2010
@@ -3,20 +3,20 @@
# hook script for dealing with source code and compilation
# 2009, 2010 Iwan Setiawan <stwn at kuliax dot org>
-KERNEL_VER=2.6.30-kuliax.2-686
+KERNEL_VER=2.6.32-kuliax.3-686
echo "Executing module-assistant..."
m-a -t -i update
m-a -t -i prepare
m-a a-i -t -l $KERNEL_VER \
acerhk-source \
-acx100-source \
+#acx100-source \
aufs-source \
kqemu-source \
-lirc-modules-source \
+#lirc-modules-source \
ndiswrapper-source \
-tp-smapi-source \
-virtualbox-ose-source
+tp-smapi-source
+# virtualbox-ose-source
# we should add aufs-source cause we use our custom kernel
# or initramfs couldn't union mount the extracted compressed filesystem
=======================================
--- /live/config/chroot_local-hooks/stripped Sun Mar 14 21:18:10 2010
+++ /live/config/chroot_local-hooks/stripped Fri Apr 2 02:26:43 2010
@@ -13,7 +13,8 @@
# Removing unused packages
for PACKAGE in aptitude cpp-4.1 diffstat dselect ed gcc-4.1-base gcc-4.1 \
-gcc-4.2-base gwenview-i18n info nano tasksel tasksel-data tcpd
+gcc-4.2-base gwenview-i18n info nano tasksel tasksel-data tcpd \
+openoffice.org-filter-binfilter openoffice.org-java-common
openoffice.org-style-crystal
do
if ! apt-get remove --purge --yes "${PACKAGE}"
then
=======================================
--- /live/config/chroot_local-packageslists/devel Sat Mar 20 15:09:10 2010
+++ /live/config/chroot_local-packageslists/devel Fri Apr 2 02:26:43 2010
@@ -9,9 +9,9 @@
libapache2-mod-php5
libc6-dev
libstdc++6-4.3-dev
-linux-headers-2.6.30-kuliax.2-686
-linux-headers-2.6.30-kuliax.2-common
-linux-kbuild-2.6.30
+linux-headers-2.6.32-kuliax.3-686
+linux-headers-2.6.32-kuliax.3-common
+linux-kbuild-2.6.32
make
#mysql-server
openjdk-6-jre
=======================================
--- /live/config/chroot_local-packageslists/engineering Tue Mar 16 00:43:22
2010
+++ /live/config/chroot_local-packageslists/engineering Fri Apr 2 02:26:43
2010
@@ -3,6 +3,6 @@
gresistor
kqemu-common
ktechlab
-qemu
+#qemu
#qemulator
tkgate
=======================================
--- /live/config/chroot_local-packageslists/net Tue Mar 23 19:05:09 2010
+++ /live/config/chroot_local-packageslists/net Fri Apr 2 02:26:43 2010
@@ -30,5 +30,5 @@
samba
sipcalc
tcpdump
-wvdial
+#wvdial
xulrunner-1.9.1
=======================================
--- /live/scripts/config Sun Mar 14 21:18:10 2010
+++ /live/scripts/config Fri Apr 2 02:26:43 2010
@@ -13,7 +13,7 @@
-b iso \
--categories "main contrib non-free" \
--distribution lenny \
- -l en_US --mode debian \
+ -l en_US.UTF8 --mode debian \
--bootstrap cdebootstrap \
--bootappend-live "quiet" --binary-indices disabled \
--bootloader syslinux --initramfs live-initramfs
--iso-application "Kuliax" \
@@ -28,5 +28,5 @@
--mirror-binary-security ${MIRROR} \
--packages-lists "acpi desktop devel engineering firmware games locale
multimedia net office power printing rescue source statistics sys utils web
wireless" \
--security disabled --syslinux-splash config/binary_syslinux/splash.rle
--syslinux-timeout 5 --syslinux-menu disabled \
- --win32-loader disabled --linux-packages linux-image-2.6.30-kuliax.2 \
+ --win32-loader disabled --linux-packages linux-image-2.6.32-kuliax.3 \
${@}