Show
Ignore:
Timestamp:
09/06/08 16:43:29 (4 months ago)
Author:
codehelp
Message:

remove need to worry about head movements on SSD

Location:
current/emdebian/trunk/machine/trunk/balloon3-config/trunk/debian
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • current/emdebian/trunk/machine/trunk/balloon3-config/trunk/debian/changelog

    r4702 r4903  
    1818  * Add myself to copyright (init script) 
    1919  * Add ucb1400_ts touchscreen module 
     20  * remove need to worry about head movements on SSD 
    2021 
    21  -- Neil Williams <codehelp@debian.org>  Thu, 07 Aug 2008 16:52:58 -0300 
     22 -- Neil Williams <codehelp@debian.org>  Sat, 06 Sep 2008 17:40:48 +0100 
    2223 
    2324balloon3-config (0.3) unstable; urgency=low 
  • current/emdebian/trunk/machine/trunk/balloon3-config/trunk/debian/postinst

    r4691 r4903  
    1818        #set hostname (should be done in D-I) 
    1919        echo balloon > $ROOT/etc/hostname 
    20         # add touchscreen support (should be done in D-I instead) 
    21         if grep -q ucb1400_ts $ROOT/etc/modules; then 
    22         : 
    23         else 
    24                 echo ucb1400_ts >> /etc/modules 
    25         fi 
    2620        #be nice to put these in the right places in files (need D-I) 
    2721        echo "127.0.0.1       localhost.localdomain   localhost" > ${ROOT}/etc/hosts 
    2822        echo "127.0.1.1       balloon   balloon" >> ${ROOT}/etc/hosts 
     23        # remove need to worry about head movements on SSD 
     24        # if SSD is partitioned, other partitions will need another line. 
     25        echo noop > /sys/block/mtdblock1/queue/scheduler 
    2926        fi 
    3027;;