~ubuntu-branches/ubuntu/hardy/casper/hardy-proposed

« back to all changes in this revision

Viewing changes to debian/manpage/casper.7

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2007-10-02 15:12:57 UTC
  • Revision ID: james.westby@ubuntu.com-20071002151257-4dgvwx19r9d35c73
Tags: 1.107
* Fix gconf keys for suspend and hibernate (thanks, Oliver Grawert;
  LP: #144790).
* Enable suspend again since as far as I can see we no longer need to
  probe DMI while figuring out whether to enable it (see #61535).
* Add a 'textonly' boot option to disable X (LP: #65818).
* Write the please-remove-CD message to /dev/console so that it works even
  if usplash isn't running, and make sure to set /dev/console into a sane
  state so that pressing Enter doesn't just result in ^M being displayed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
.B "showmounts"
52
52
This parameter will make casper to show on "/" the ro filesystems (mostly compressed) on /casper. This is not enabled by default because could lead to problems by applications like "mono" which store binary paths on installation.
53
53
.TP
 
54
.B textonly
 
55
Start up to text-mode shell prompts, disabling the graphical user interface.
 
56
.TP
54
57
.BI "todisk=" DEVICE 
55
58
Adding this parameter, casper will try to copy the entire read-only media to the specified device before mounting the root filesystem. It probably needs a lot of free space. Subsequent boots should then skip this step and just specify the "live-media=DEVICE" boot parameter with the same DEVICE used this time.
56
59
.TP
78
81
.BR casper-snapshot(1), initramfs-tools(8), make-live(8), make-live.conf(5)
79
82
 
80
83
.SH AUTHOR
81
 
casper was written by Tollen Fog Heen <tfheen@canonical.com>, Matt Zimmerman <mdz@canonical.com>, and Marco Amadori <marco.amadori@gmail.com>.
 
84
casper was written by Tollef Fog Heen <tfheen@canonical.com>, Matt Zimmerman <mdz@canonical.com>, and Marco Amadori <marco.amadori@gmail.com>.
82
85
.TP
83
86
This manual page was written by Marco Amadori <marco.amadori@gmail.com>,
84
87
for the Debian project (but may be used by others).