[SCM] UNNAMED PROJECT branch, master, updated. 20090201-1-23-g6b49020

Daniel Baumann daniel at debian.org
Sat Feb 14 20:29:42 UTC 2009


The following commit has been merged in the master branch:
commit 6b490208d239a11585a3dea549b87f2947a1ebb0
Author: Richard Nelson <unixabg at gmail.com>
Date:   Fri Feb 13 22:30:22 2009 -0600

    More cleanup on 3.1

diff --git a/xml/chapters/basics.xml b/xml/chapters/basics.xml
index dd3cc90..18a71e3 100644
--- a/xml/chapters/basics.xml
+++ b/xml/chapters/basics.xml
@@ -17,22 +17,22 @@
 
 <variablelist>
 <varlistentry>
-<term>A Linux kernel</term>
+<term>Linux kernel</term>
 <listitem><para>The Linux image, usually named <filename>vmlinuz*</filename>.</para></listitem>
 </varlistentry>
 
 <varlistentry>
-<term>An initial RAM disk image (initrd)</term>
+<term>Initial RAM disk image (initrd)</term>
 <listitem><para>RAM disk setup for the Linux boot, containing modules possibly need to mount the filesystem's image and some scripts to do it.</para></listitem>
 </varlistentry>
 
 <varlistentry>
-<term>A system image</term>
+<term>System image</term>
 <listitem><para>The O.S. image. Debian Live uses a SquashFS image, a compressed filesystem, to minimize its size. Note that it's read-only, so during boot, the Debian Live system will uses RAM disk and 'union' mechanism to be able to write files on the system, but all modifications will be lost when shutdown, until using optional persistence partition(s) (see <xref linkend="persistence"/>).</para></listitem>
 </varlistentry>
 
 <varlistentry>
-<term>A bootloader</term>
+<term>Bootloader</term>
 <listitem><para>A small piece of code, crafted to boot up from the chosen media, possibly proposing a prompt or menu to let select options/configuration, then loading the Linux kernel and its initrd to let it run with associated filesystem image. Different solutions can be proposed depending of the target media and fornat of filesystem containing the previous components: Isolinux to boot from a CD or DVD in ISO9660 format, syslinux for HDD or USB drive boot from a VFAT partition, GRUB for ext2/3 partition, pxelinux for PXE netboot...</para></listitem>
 </varlistentry>
 

-- 
UNNAMED PROJECT



More information about the debian-live-changes mailing list