Changeset 151
- Timestamp:
- Jun 30, 2010, 12:23:50 PM (14 years ago)
- Location:
- drbl-hadoop-live
- Files:
-
- 1 added
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
drbl-hadoop-live/Makefile
r150 r151 5 5 sudo lh clean --purge 6 6 sudo rm -rf config 7 sudo rm build.log error.log -
drbl-hadoop-live/test-live-helper.sh
r150 r151 48 48 lh 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 49 49 50 cp hook/* config/chroot_local-hooks/ 50 cp chroot-hook/* config/chroot_local-hooks/ 51 cp binary-hook/* config/binary_local-hooks/ 51 52 52 53 lh build … … 54 55 if [ -f binary.iso ]; then 55 56 filename=`date +"hadoop-live-%y%m%d%H%M"` 56 cpbinary.iso "$filename.iso"57 cpbinary.packages "$filename.packages"57 mv binary.iso "$filename.iso" 58 mv binary.packages "$filename.packages" 58 59 fi
Note: See TracChangeset
for help on using the changeset viewer.