[med-svn] [Debian Wiki] Update of "DebianMed/LiveCD" by SteffenMoeller

Debian Wiki debian-www at lists.debian.org
Mon Sep 21 21:43:12 UTC 2009


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianMed/LiveCD" page has been changed by SteffenMoeller:
http://wiki.debian.org/DebianMed/LiveCD?action=diff&rev1=1&rev2=2

  
  Live Helper, see [[DebianLive]] for details, was prepared for preparing the LiveCD in a multi-stage manner. One does a configuration first, a script 'lh_config' prepares a good (and for us now until we want images and other bits added at various places sufficient) template for that. A second step will involve the actual compilation of the thus specified infrastructure.
  
+ The following sniplet will build an image to dd to the USB stick. Please follow the instructions on [[DebianLive/Howto/USB]] for further insights.
+ 
  {{{
- lh_config -b usb-hdd --categories "main|contrib|non-free" --binary-filesystem fat32  --bootstrap cdebootstrap --bootstrap-flavour standard --virtual-root-size 4000  --packages "med-bio-dev|med-bio" -m http://ftp2.de.debian.org/debian/
- lh_build
+ sudo apt-get install live-helper
+ lh_config -b usb-hdd --distribution squeeze --categories "main|contrib|non-free" \
+    --binary-filesystem fat32  --bootstrap cdebootstrap --bootstrap-flavour standard \
+    --virtual-root-size 4000  \
+    -p standard --packages "med-bio-dev|med-bio" \
+    -m http://ftp2.de.debian.org/debian/
+ sed -i "s/lenny/squeeze/" config/bootstrap config/binary # testing, not stable
+ sudo lh_build # of it goes
  }}}
  
- === To be written - David? ===
+ === Protocol for vmbuilder ===
  
+ To be written - David?
+ 



More information about the debian-med-commit mailing list