home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / checkbox / patches / 0.1-ubuntu5 < prev    next >
Encoding:
Text File  |  2009-04-27  |  174 b   |  12 lines

  1. #!/bin/sh
  2.  
  3. config_file="/etc/hwtest.d/$1.ini"
  4.  
  5. if [ "$1" = "hwtest" ]; then
  6.     cat <<'EOF' >>$config_file
  7. [hwtest/registries/packages]
  8. command = COLUMNS=200 dpkg -l
  9.  
  10. EOF
  11. fi
  12.