More porting to UDisks 2.
[tails-persistence-setup.git] / tails-persistence-setup.1.markdown
blob32a13caa14d4c05062355e098f15fd91fc7f03df
1 % TAILS-PERSISTENCE-SETUP(1) tails-persistence-setup user manual
2 % This manual page was written by Tails developers <tails@boum.org>
3 % February 20, 2012
5 NAME
6 ====
8 tails-persistence-setup - Tails persistence setup wizard
10 SYNOPSIS
11 ========
13         tails-persistence-setup [OPTIONS]
15 OPTIONS
16 =======
18 `--help`
19 --------
21 Print usage information.
23 `--verbose`
24 -----------
26 Get more output.
28 `--force`
29 ---------
31 Make some sanity checks non-fatal.
33 `--override-liveos-mountpoint`
34 ------------------------------
36 Mountpoint of the Tails system image.
38 `--override-boot-device`
39 ------------------------
41 The UDI of the physical block device where Tails is installed, e.g.
42 `/org/freedesktop/UDisks/devices/sdb`.
44 `--override-system-partition`
45 -----------------------------
47 The UDI of the partition where Tails is installed, e.g.
48 `/org/freedesktop/UDisks/devices/sdb1`.
50 `--step`
51 --------
53 Specify once per wizard step to run.
55 Supported steps are: bootstrap, configure, delete.
57 Example: `--step bootstrap --step configure`.