- Timestamp:
- 09/06/08 16:43:29 (4 months ago)
- 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 18 18 * Add myself to copyright (init script) 19 19 * Add ucb1400_ts touchscreen module 20 * remove need to worry about head movements on SSD 20 21 21 -- Neil Williams <codehelp@debian.org> Thu, 07 Aug 2008 16:52:58 -030022 -- Neil Williams <codehelp@debian.org> Sat, 06 Sep 2008 17:40:48 +0100 22 23 23 24 balloon3-config (0.3) unstable; urgency=low -
current/emdebian/trunk/machine/trunk/balloon3-config/trunk/debian/postinst
r4691 r4903 18 18 #set hostname (should be done in D-I) 19 19 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; then22 :23 else24 echo ucb1400_ts >> /etc/modules25 fi26 20 #be nice to put these in the right places in files (need D-I) 27 21 echo "127.0.0.1 localhost.localdomain localhost" > ${ROOT}/etc/hosts 28 22 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 29 26 fi 30 27 ;;
