Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Update scripts/
authorMichael Prokop <mika@grml.org>
Sun Nov 25 21:49:32 2007 +0100 (12 months ago)
changeset 81cf7e599eed0c
manifestcf7e599eed0c
parent 78418eb13b36bc
child 82fdd8e8f76532
Update scripts/
scripts/build-modules.sh
scripts/packages
scripts/source_packages
--- a/scripts/build-modules.sh Sun Nov 25 19:35:09 2007 +0100
+++ b/scripts/build-modules.sh Sun Nov 25 21:49:32 2007 +0100
@@ -72,4 +72,21 @@ echo "So do not forget to build them man
echo "So do not forget to build them manually. :)"
echo "--------------------------------------------------------------------------"
+## Instructions for grml-kerneladdons:
+# download tar.gz of grml-kerneladdons via:
+# http://deb.grml.org/pool/main/g/grml-kerneladdons-2.6.23/
+# make sure /usr/src/linux is the according symlink to /usr/src/linux-headers-2.6.23-grml
+# touch /usr/src/linux-headers-2.6.23-grml/include/linux/config.h (fix acerhk)
+# and finally build it using 'dpkg-buildpackage -rfakeroot'
+
+## Instructions for truecrypt:
+# dget http://deb.grml.org/pool/main/t/truecrypt-2.6.23-grml/truecrypt-2.6.23-grml_4.3a-3.dsc
+# unp truecrypt-2.6.23-grml_4.3a.orig.tar.gz
+# unp truecrypt-2.6.23-grml_4.3a-3.diff.gz
+# mv truecrypt-4.3a-source-code truecrypt-2.6.23-grml-4.3a
+# cd truecrypt-2.6.23-grml-4.3a
+# patch -p1 < ../truecrypt-2.6.23-grml_4.3a-3.diff
+# chmod 755 debian/rules
+# and finally build it using 'dpkg-buildpackage -rfakeroot'
+
## END OF FILE #################################################################
--- a/scripts/packages Sun Nov 25 19:35:09 2007 +0100
+++ b/scripts/packages Sun Nov 25 21:49:32 2007 +0100
@@ -12,6 +12,7 @@ kvm
kvm
linux-wlan-ng
loop-aes
+lzma
madwifi
ndiswrapper
nozomi
--- a/scripts/source_packages Sun Nov 25 19:35:09 2007 +0100
+++ b/scripts/source_packages Sun Nov 25 21:49:32 2007 +0100
@@ -12,6 +12,7 @@ kvm-source
kvm-source
linux-wlan-ng-source
loop-aes-source
+lzma-source
madwifi-source
ndiswrapper-source
nozomi-source