Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux:ibm-z60t [2008/12/14 22:55]
a
linux:ibm-z60t [2009/05/25 00:35]
Line 1: Line 1:
-====== IBM Z60t ====== 
- 
- 
- 
-===== Additional Repositories ===== 
- 
-   * http://www.medibuntu.org/ 
-   * https://help.ubuntu.com/community/Medibuntu 
-      * Adobe Acrobat Reader 8.x 
-      * Skype 2.x 
- 
-<code |f /etc/apt/sources.list.d/medibuntu.list> 
-## Medibuntu - Ubuntu 8.10 "intrepid ibex" 
-## Please report any bug on https://bugs.launchpad.net/medibuntu/ 
-deb http://packages.medibuntu.org/ intrepid free non-free 
-#deb-src http://packages.medibuntu.org/ intrepid free non-free 
-</code> 
- 
- 
- 
-===== Ubuntu 8.10 install ===== 
- 
-FIXME 
- 
- 
- 
- 
-==== Disk Encryption ==== 
- 
-<code |f /etc/initramfs-tools/scripts/local-top/cryptoroot> 
-PREREQ="udev" 
- 
-prereqs() 
-{ 
-        echo "$PREREQ" 
-} 
- 
-case $1 in 
-# get pre-requisites 
-prereqs) 
-        prereqs 
-        exit 0 
-        ;; 
-esac 
- 
-/bin/loadkeys -q /etc/console-setup/boottime.kmap.gz 
-modprobe -Qb dm_crypt 
-modprobe -Qb sha256 
- 
-# The following command will ensure that the kernel is aware of 
-# the partition before we attempt to open it with cryptsetup. 
-/sbin/udevadm settle 
- 
-if grep -q splash /proc/cmdline; then 
-    /bin/chvt 1 
-fi 
-/sbin/cryptsetup luksOpen CRYPTOROOT cryptoroot 
-if grep -q splash /proc/cmdline; then 
-       /sbin/usplash -c & 
-       sleep 1 
-fi 
-</code> 
- 
-   chmod +x /etc/initramfs-tools/scripts/local-top/cryptoroot 
- 
-<code |f /etc/initramfs-tools/hooks/cryptoroot> 
-PREREQ="" 
- 
-prereqs() 
-{ 
-        echo "$PREREQ" 
-} 
- 
-case $1 in 
-prereqs) 
-        prereqs 
-        exit 0 
-        ;; 
-esac 
- 
-if [ ! -x /sbin/cryptsetup ]; then 
-        exit 0 
-fi 
- 
-. /usr/share/initramfs-tools/hook-functions 
- 
-mkdir -p ${DESTDIR}/etc/console-setup 
-cp /etc/console-setup/boottime.kmap.gz ${DESTDIR}/etc/console 
-copy_exec /bin/loadkeys /bin 
-copy_exec /bin/chvt /bin 
-copy_exec /sbin/cryptsetup /sbin 
-copy_exec /sbin/vol_id /sbin 
-</code> 
- 
-   chmod +x /etc/initramfs-tools/hooks/cryptoroot 
- 
- 
- 
-==== IBM Fingerprint Reader ==== 
- 
-[[http://www.thinkwiki.org/wiki/How_to_enable_the_fingerprint_reader_with_ThinkFinger]] 
- 
-FIXME 
- 
-==== Reduce power consumption ==== 
- 
-[[http://www.thinkwiki.org/wiki/How_to_reduce_power_consumption]] 
  
linux/ibm-z60t.txt ยท Last modified: 2009/05/25 00:35 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready