Changeset 151


Ignore:
Timestamp:
Jun 30, 2010, 12:23:50 PM (14 years ago)
Author:
jazz
Message:
  • modified Makefile:
    • clean up build.log and error.log
  • modified test-live-helper.sh
    • change hook to chroot-hook
    • testing binary-hook
  • add install-openbox to chroot-hook
    • it's weired that the openbox and xterm related packages are not installed by lh_build. So add this script to make sure these packages will be installed.
Location:
drbl-hadoop-live
Files:
1 added
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • drbl-hadoop-live/Makefile

    r150 r151  
    55  sudo lh clean --purge
    66  sudo rm -rf config
     7  sudo rm build.log error.log
  • drbl-hadoop-live/test-live-helper.sh

    r150 r151  
    4848lh config -b iso --binary-indices disabled -f minimal --cache enabled --cache-indices enabled -d lenny --hostname hadoop -m http://free.nchc.org.tw/debian --mirror-chroot http://free.nchc.org.tw/debian --mirror-chroot-security http://free.nchc.org.tw/debian-security --mirror-binary http://free.nchc.org.tw/debian --mirror-binary-security http://free.nchc.org.tw/debian-security --username hadoop --packages 'net-tools wireless-tools ssh sudo xserver-xorg-video-vesa xinit xfonts-base x11-xserver-utils xterm openbox iceweasel dhcp3-client' -k 686
    4949
    50 cp hook/* config/chroot_local-hooks/
     50cp chroot-hook/* config/chroot_local-hooks/
     51cp binary-hook/* config/binary_local-hooks/
    5152
    5253lh build
     
    5455if [ -f binary.iso ]; then
    5556  filename=`date +"hadoop-live-%y%m%d%H%M"`
    56   cp binary.iso "$filename.iso"
    57   cp binary.packages "$filename.packages"
     57  mv binary.iso "$filename.iso"
     58  mv binary.packages "$filename.packages"
    5859fi
Note: See TracChangeset for help on using the changeset viewer.