~wxl/usb-creator/usb-creator

« back to all changes in this revision

Viewing changes to man/usb-creator-gtk.8

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2015-12-11 17:37:20 UTC
  • mfrom: (472.1.46 usb-creator)
  • Revision ID: mathieu.trudel-lapierre@canonical.com-20151211173720-6wobakg37b2habnx
* Rework the whole imaging process for writing to devices:
  - Use an equivalent of dd to make an exact copy of the image to the device
  - This also breaks persistence.
* Update UI and frontend code to drop the persistence widgets.
* Drop Erase Disk widgets too.
* debian/usb-creator-common.postinst, debian/usb-creator-common.prerm:
  stop usb-creator-helper on package upgrades and removals.
  (LP: #1497569)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\" First parameter, NAME, should be all caps
3
3
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4
4
.\" other parameters are allowed: see man(7), man(1)
5
 
.TH "USB-CREATOR-GTK" "8" "July 22, 2010" "usb-creator-gtk 0.2.23" "Ubuntu Startup Disk Creator For Gtk+"
 
5
.TH "USB-CREATOR-GTK" "8" "September 29, 2015" "usb-creator-gtk 0.3.0" "Ubuntu Startup Disk Creator For Gtk+"
6
6
.\" Please adjust this date whenever revising the manpage.
7
7
.\"
8
8
.\" Some roff macros, for reference:
19
19
usb\-creator\-gtk \(hy Ubuntu startup disk creation tool for Gtk+
20
20
.SH SYNOPSIS
21
21
.B usb-creator-gtk
22
 
\fR [ \-s | \-safe ] [ \-i | \-\-iso <img> ]
23
 
                [ \-n | \-\-not_persistent ]
 
22
\fR [ \-i | \-\-iso <img> ]
24
23
                [ \-h | \-\-help ] [ \-\-version ]
25
24
.SH DESCRIPTION
26
 
\fBusb\-creator\-gtk\fR takes an Ubuntu CD or CD image file as input and writes
 
25
\fBusb\-creator\-gtk\fR takes an Ubuntu CD image file as input and writes
27
26
it out in a usable form to a removable disk.
28
27
.SH OPTIONS
29
28
.TP
30
 
.B \-s, \-\-safe
31
 
Choose safer options when constructing the disk (may slow down the boot process).
32
 
.TP
33
29
.B \-i, \-\-iso <img>
34
 
Provide a source image (CD or raw disk) to pre\(hy populate the UI.
35
 
.TP
36
 
.B \-n, \-\-not_persistent
37
 
Disable persistent setting by default in the UI.
 
30
Provide a source image to pre\(hy populate the UI.
38
31
.TP
39
32
.BR \-h, \-\-help
40
33
Print a summary of command line options and exit.