~mfisch/ubuntu/precise/live-manual/live-manual-fix-ftbfs-831392

« back to all changes in this revision

Viewing changes to manual/ro/other_live-environment.ssi

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann, Creak, Ben Armstrong, Daniel Baumann, Richard Nelson
  • Date: 2010-11-13 16:14:33 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20101113161433-j0o3i3exiuqgtzwf
Tags: 1:2.0~a10-1
[ Creak ]
* Remove fuzzy romanian translation
* Fix toc bug + tanslate last about_manual message

[ Ben Armstrong ]
* Making consistent: "foo time" instead of hyphenated alternative.
* Adding ISO hybrid.
* Rewriting virtualbox tips to focus and simplify.
* Adding tip for determining USB device.
* Fixing flow, spelling, punctuation, consistency and formatting.
* Updating language strings.
* Fixing hyphenated forms for adjectives only.
* Fixing consistent capitalization of acronyms.
* Fixing incorrect capitalization of command name.
* Updating translation strings.
* Fixing reference to a Live system as a 'CD' which is not necessarily
  the case.
* Focusing section on configuration via lb config, not by editing
  files.
* Adding more material to customization overview.
* Fixing punctuation after references, resolved in sisu 2.7.8.
* Fixing restructuring of html dir for autobuild.

[ Daniel Baumann ]
* Keeping metadata.html page in html builds.

[ Richard Nelson ]
* Add Examples/Use Cases.

[ Ben Armstrong ]
* Fixing make install should install (mostly) same files as autobuild.
* Adding background in customization overview to refer to in packages
  customization.
* Removing use cases (comment only), now moved to examples.

[ Richard Nelson ]
* Build time vs. boot time configuration, modification.

[ Ben Armstrong ]
* Fixing truncation of pdf by removing emphasis from heading.
* Adding introduction to package customization.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
 
126
126
2~ Persistence
127
127
 
128
 
A live cd paradigm is a preinstalled system which runs from read-only media,
129
 
like a cdrom, where writes and modifications do not survive reboots of the
130
 
host hardware which runs it.
 
128
A live cd paradigm is a pre-installed system which runs from read-only
 
129
media, like a cdrom, where writes and modifications do not survive reboots
 
130
of the host hardware which runs it.
131
131
 
132
132
 
133
133
A Debian Live system is a generalization of this paradigm and thus supports
134
134
other media in addition to CDs; but still, in its default behaviour, it
135
 
should be considered read-only and all the runtime evolutions of the system
 
135
should be considered read-only and all the run-time evolutions of the system
136
136
are lost at shutdown.
137
137
 
138
138
Persistence is a common name for different kinds of solutions for saving
139
 
across reboots some, or all, of this runtime evolution of the system. To
 
139
across reboots some, or all, of this run-time evolution of the system. To
140
140
understand how it could work it could be handy to know that even if the
141
141
system is booted and run from read-only media, modification to the files and
142
142
directories are written on writable media, typically a ram disk (tmpfs) and
154
154
modifications to the read-only media (with the copy-on-write, COW, system) a
155
155
writable partition is used. In order to use this feature a partition with a
156
156
clean writable supported filesystem on it labeled "live-rw" must be attached
157
 
on the system at bootime and the system must be started with the boot
 
157
on the system at boot time and the system must be started with the boot
158
158
parameter 'persistent'. This partition could be an ext2 partition on the
159
159
hard disk or on a usb key created with, e.g.:
160
160
 
206
206
above mentioned types) labeled #{live-sn}#, but it defaults to a simple cpio
207
207
archive named #{live-sn.cpio.gz}#. As above, at boot time, the block devices
208
208
connected to the system are traversed to see if a partition or a file named
209
 
like that could be found. A power interruption during runtime could lead to
 
209
like that could be found. A power interruption during run time could lead to
210
210
data loss, hence a tool invoked #{live-snapshot --refresh}# could be called
211
211
to sync important changes. This type of persistence, since it does not write
212
212
continuously to the persistent media, is the most flash-based device
230
230
 
231
231
3~ Partial remastering
232
232
 
233
 
The runtime modification of the tmpfs could be collected using live-snapshot
234
 
in a squashfs and added to the cd by remastering the iso in the case of cd-r
235
 
or adding a session to multisession cd/dvd(rw); live-initramfs mounts all
236
 
/live filesystem in order or with the module bootparameter.
 
233
The run-time modification of the tmpfs could be collected using
 
234
live-snapshot in a squashfs and added to the cd by remastering the iso in
 
235
the case of cd-r or adding a session to multisession cd/dvd(rw);
 
236
live-initramfs mounts all /live filesystem in order or with the module boot
 
237
parameter.