Changeset 148


Ignore:
Timestamp:
May 23, 2010, 11:51:13 PM (14 years ago)
Author:
jazz
Message:
  • create a template for simple x-windows + openbox window manager + firefox(iceweasel)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • drbl-hadoop-live/test-live-helper.sh

    r147 r148  
    2424###        --mirror-chroot-security URL
    2525###        --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/
     26sudo lh clean --binary
     27sudo 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
    3428sudo lh build
Note: See TracChangeset for help on using the changeset viewer.