Changeset 148 for drbl-hadoop-live
- Timestamp:
- May 23, 2010, 11:51:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-hadoop-live/test-live-helper.sh
r147 r148 24 24 ### --mirror-chroot-security URL 25 25 ### --username NAME 26 sudo lh_config -b usb-hdd --binary-indices disabled -f minimal --cache enabled --cache-indices enabled --categories 'main non-free' -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 --username hadoop --packages 'gdm openbox' 27 cat > .xsession << XSESSION 28 #!/bin/bash 29 /usr/bin/openbox & 30 exit 31 XSESSION 32 sudo mkdir -p config/chroot_local-includes/etc/skel 33 sudo mv .xsession config/chroot_local-includes/etc/skel/ 26 sudo lh clean --binary 27 sudo lh_config -b iso --binary-indices disabled -f minimal --cache enabled --cache-indices enabled --categories 'main non-free' -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 'ssh sudo xserver-xorg-video-vesa xinit xfonts-base x11-xserver-utils xterm openbox iceweasel dhcp3-client' -k 686 34 28 sudo lh build
Note: See TracChangeset
for help on using the changeset viewer.