====== debian-live ====== * [[live-helper]] * http://wiki.debian.org/DebianLive * Équipe : http://wiki.debian.org/Teams/DebianLive * FAQ : http://wiki.debian.org/DebianLive/FAQ * http://blog.daniel-baumann.ch/2008/08/27#20080827_debian-live-lenny-beta1 * http://debian-live.alioth.debian.org/ * http://alioth.debian.org/projects/debian-live/ * Anomalies : http://alioth.debian.org/tracker/?atid=412446&group_id=30929&func=browse * http://ramblingfoo.blogspot.com/2007/02/debian-live-howto.html ===== En ligne ===== * http://chris-lamb.co.uk/2010/08/02/debian-live-studio/ ===== Utilisateurs ===== * http://syn.theti.ca/articles/2006/11/20/towards-a-debian-jr-live-cd * http://edulive.debian.net/ * http://www.electricowlstudios.com/EOwl-live-debian.html * http://www.linuxmagazin.de/online_artikel/workshop_debian_live_system_mit_etch * KDE : * http://pkg-kde.alioth.debian.org/kde4livecd.html * http://svn.debian.org/wsvn/pkg-kde/people/fabo/live-helper/?rev=0&sc=0 * http://pareto.uab.es/mcreel/PelicanHPC/ * http://www.artistx.org/site2/ * Debian GIS : http://wiki.debian.org/DebianGis/LiveImages ==== iso ==== * http://wiki.debian.org/DebianLive/Howto/ISO * [[http://wiki.debian.org/DebianLive/Howto/ISO_(multimedia)]] * http://live.debian.net/README.Images === Exemples === * http://wiki.debian.org/DebianLive/Examples * (Petites images) http://wiki.debian.org/DebianLive/HowTo/SmallSizeImage ==== usb ==== * http://blog.daniel-baumann.ch/2007/02/10#20070210_debian-live-usb * http://wiki.debian.org/DebianLive/Howto/USB * http://wiki.debian.org/DebianLive/Howto/Custom_Install * http://wiki.flimzy.com/index.php/Debian_on_USB * http://wiki.flimzy.com/index.php/Debian_on_USB_Quick_Install * http://wiki.debian.org/DebianLive/FirstStepsUSB * http://pierrebauduin.blogspot.com/2008/03/plus-loin-dans-debian-live-sur-une-clef.html ==== Mots de passe par défaut ==== * http://alioth.debian.org/forum/forum.php?thread_id=2211&forum_id=2223 ==== Primes ==== * http://www.safedesk.com/bounty/ ==== Google SoC 2006 ==== * http://web.njit.edu/~rjp7/new-casper-FINAL.pdf par http://debootstrap-live.blogspot.com/2006/06/new-proposal-and-info.html * http://debootstrap-live.blogspot.com/2006/06/my-progress-so-far.html * http://debootstrap-live.blogspot.com/2006/06/some-updates.html ==== Sur disque USB ==== * http://www.enricozini.org//2006/tips/live-cd-on-removable-disk2.html * http://err.no/personal/blog/tech/2006-11-26-22-57_live_cd_on_disk.html * http://blog.incase.de/index.php/2006/11/25/live-cd-on-removable-disk/ * http://www.enricozini.org//2006/tips/live-cd-on-removable-disk.html ==== Chiffrement ==== * http://blog.daniel-baumann.ch/2007/02/17#20070217_debian-live-encryption ==== Banc de tests ==== * http://natalian.org/archives/2007/03/13/debian-activities/ ==== fetch ==== * http://blog.daniel-baumann.ch/2007/09/07#20070907_debian-live-web-boot ===== Autour de Casper ===== * http://live.debian.net/wiki/Casper * http://doc.ubuntu-fr.org/installation/custom_livecd * https://wiki.ubuntu.com//LiveCDDesign * https://wiki.ubuntu.com/LiveCD * http://err.no/personal/blog/2006/Jan/10 * https://wiki.ubuntu.com/LiveCDCustomizationHowTo ==== Sources ==== * http://people.ubuntu.com/~tfheen/bzr/casper/trunk/ * Auteur : http://raw.no/personal/blog/ * « ITP » : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354539 ===== live-helper ===== * [[live-helper]] * http://syn.theti.ca/articles/2007/03/20/live-helper-progress ===== Rondelles à plusieurs systèmes ===== * http://lists.debian-unofficial.org/pipermail/live/2006-April/000118.html Autres docs : * http://netbsd.org/Documentation/bootcd.html#multiimage * http://severinterrier.free.fr/Boot/UltimeDVD/index.htm ===== Utilisation ===== Selon http://live.debian.net/wiki/ISO_Howto. Ajouts dans ///etc/apt/sources.list// (d'une sid) : # debian-live deb http://live.debian.net/debian unstable main deb-src http://live.debian.net/debian unstable main ==== Installation ==== # aptitude update # aptitude install live-package ==== Création d'exemples ==== On se place dans ///root// car il crée par défaut un nouveau répertoire dans le répertoire courant. # cd Version la plus basique : # make-live iso Sinon, aussi, par exemple, pour la version avec kde : # make-live iso kde-extra NB : Il est nécessaire d'effacer le répertoire //live// à chaque nouvelle tentative : # cd # rm -rf live ==== Vérification avec qemu ==== $ qemu -m 256 -cdrom live/image.iso -boot d NB : le réseau n'est pas dispo ainsi. Ajouter ce qu'il faut... (voir doc [[qemu]]). Normalement : $ qemu -user-net -m 256 -cdrom live/image.iso -boot d ===== Comment ça marche ? ===== Exploration à partir de live-package-20060330. $ apt-get source live-package Tout est gouverné par la commande make-live.sh qui dans l'ordre : - Charge les variables d'environnement en exécutant /etc/default/make-live. Variables LIVE_ROOT (répertoire de base), LIVE_MIRROR (réplique à utiliser), LIVE_FTPPROXY, LIVE_HTTPPROXY et LIVE_PACKAGES (qui charge des paquets supplémentaires !). - Exécute dans l'ordre les commandes (qui viennent de //scripts///): - Init positionne LIVE_ROOT si besoin (vide) et bidouille LIVE_MIRROR si amd64. - Defaults positionne la variable LINUX_FLAVOUR pour le nom complet (-powerpc, -sparc32, etc) du noyau Linux - Bootstrap crée le cdebootstrap sid avec --flavour=standard - Flavour fait tout le boulot d'installation. LIVE_LIST est le contenu du 2e argument de la commande make-live et correspond à la liste dans //lists///. - "${LIVE_FLAVOUR}" qui contient "Iso" qui crée l'iso. La création de l'utilisateur « debian » (uid 999), de la connexion automatique, etc. sont confiés à casper : utilisation de [[casper par debian-live]]. Utilisation d'[[isolinux]].