Skip to content

Commit 02b3205

Browse files
committed
Fixed command for bootstrap repository.
1 parent bb86fce commit 02b3205

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- Fixed instruction and command in Client Configuration Guide
2+
(bsc#1248803)
13
- Improved the appearance of Web UI instructions in Administration
24
Guide (bsc#1250451)
35
- Improved example for proxy bootstrap script in Client Configuration

modules/client-configuration/pages/bootstrap-repository.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,10 @@ The tool uses a data file with information about which packages are required for
5959
The data file is stored at [path]``/usr/share/susemanager/mgr_bootstrap_data.py``.
6060
{suse} updates this file regularly.
6161
If you want to makes changes to this file, do not edit it directly.
62-
Instead, create a copy in the same directory and edit your copy:
62+
Instead, create a copy in persistent directory and edit your copy:
6363

6464
----
65-
cd /usr/share/susemanager/
66-
cp mgr_bootstrap_data.py my_data.py
65+
cp /usr/share/susemanager/mgr_bootstrap_data.py /srv/susemanager/my_data.py
6766
----
6867

6968
When you have made your changes, configure {productname} to use the new file.

0 commit comments

Comments
 (0)