forked from SUSE/zypper-migration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zypper-migration.8
80 lines (80 loc) · 1.92 KB
/
zypper-migration.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.\" Manpage for zypper-migration.
.TH man 8 "18 Apr 2016" "1.0" "zypper-migration man page"
.SH NAME
zypper-migration \- perform service pack migration
.SH SYNOPSIS
zypper migration [options]
.SH DESCRIPTION
zypper-migration performs online system migration to new service pack.
.SH OPTIONS
.TP
.B --[no-]allow-vendor-change
Allow vendor change
.TP
.B -v, --[no-]verbose
Increase verbosity
.TP
.B -q, --[no-]quiet
Suppress normal output, print only error messages
.TP
.B -n, --non-interactive
Do not ask anything, use default answers automatically
.TP
.B --query
Query available migration options and exit
.TP
.B --disable-repos
Disable obsolete repositories without asking
.TP
.B --migration N
Select migration option N
.TP
.B --from REPO
Restrict upgrade to specified repository
.TP
.B -r, --repo REPO
Load only the specified repository
.TP
.B -l, --auto-agree-with-licenses
Automatically say 'yes' to third party license confirmation prompt
.TP
.B --debug-solver
Create solver test case for debugging
.TP
.B --recommends
Install also recommended packages
.TP
.B --no-recommends
Do not install recommended packages
.TP
.B --replacefiles
Install the packages even if they replace files from other packages
.TP
.B --details
Show the detailed installation summary
.TP
.B --download MODE
Set the download-install mode
.TP
.B --download-only
Replace repositories and download the packages, do not install. WARNING: This leaves the system in inconsistent
state with new repositories and old packages installed. Upgrade with 'zypper
dist-upgrade' as soon as possible.
.TP
.B --no-snapshots
Don't create snapshots during migration
.TP
.B -p, --product PRODUCT
Do an offline upgrade to PRODUCT. This requires the --root option.
.TP
.B --[no-]selfupdate
Specify, if the update stack should update itself at first
.TP
.B --root DIRECTORY
Operate on a different root directory.
.SH SEE ALSO
zypper(8)
.SH BUGS
No known bugs.
.SH AUTHOR
Vladimir Nadvornik <[email protected]>