Changeset 249 for drbl-hadoop-live
- Timestamp:
- Oct 9, 2012, 12:33:47 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-hadoop-live/test-live-helper.sh
r160 r249 3 3 ## Author: Jazz Yao-Tsung Wang <jazzwang.tw@gmail.com> 4 4 ## 5 ## v0.2 - 2012-10-09 - update for live-build 5 6 ## v0.1 - 2010-05-23 - initial version 6 7 ## … … 23 24 24 25 ## If /usr/bin/lh is not found, install live-helper package first!! 25 if [ ! -x /usr/bin/l h]; then26 echo "[WARN] live- helpernot found!! I will install it first for you!!"27 apt-get install -y live- helper26 if [ ! -x /usr/bin/lb ]; then 27 echo "[WARN] live-build not found!! I will install it first for you!!" 28 apt-get install -y live-build 28 29 fi 29 30 30 ## [MEMO] following parameter is for live- helper...........31 ## [MEMO] following parameter is for live-build ........... 31 32 ### -b|--binary-images iso|net|tar|usb-hdd 32 33 ### --binary-filesystem fat16|fat32|ext2 … … 44 45 ### --username NAME 45 46 46 l hclean --binary47 lb clean --binary 47 48 # [Note] option '--categories' is only avaible at live-helper 1.0.3-2 48 l h 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 iceweaseldhcp3-client' -k 68649 lb config -b iso --binary-indices disabled -f minimal --cache enabled --cache-indices enabled -d squeeze --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 dhcp3-client' -k 686 49 50 50 51 cp chroot-hook/* config/chroot_local-hooks/ 51 52 52 l hbuild53 lb build 53 54 54 55 if [ -f binary.iso ]; then
Note: See TracChangeset
for help on using the changeset viewer.