Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
psdk
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
psdk
Commits
f5927e59
Commit
f5927e59
authored
5 years ago
by
Peter Senna Tschudin
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo SKD -> SDK
Fix typo SKD to SDK. Signed-off-by:
Peter Senna Tschudin
<
peter.senna@collabora.com
>
parent
cfbe6cff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-4
4 additions, 4 deletions
README.md
tools/psdk
+1
-1
1 addition, 1 deletion
tools/psdk
with
5 additions
and
5 deletions
README.md
+
4
−
4
View file @
f5927e59
...
...
@@ -28,7 +28,7 @@ psdk has the following options:
this option once for each file you want to move to the
persistent storage. Usage: psdk -e /etc/configuration.file.
A backup of the original file will be at
/etc/configuration.file.PS
K
D. Use the original path (e.g.
/etc/configuration.file.PSD
K
. Use the original path (e.g.
/etc/configuration.file) to make changes to a file after
moving it to the persistent storage.
-s, --scan Scan persistent storage for configuration files and
...
...
@@ -82,7 +82,7 @@ Write Modes](https://www.virtualbox.org/manual/ch05.html#hdimagewrites) has
more information.
First step is to prepare the persistent disk on the old SDK. Start by adding a
second disk to the old S
K
D. This disk should be big enough to host the contents
second disk to the old SD
K
. This disk should be big enough to host the contents
of /home and /opt: We recommend using more than 40GiB and no less than 20GiB. As
we will use dynamically allocated VDI images the unused space does not consume
disk space on the host, so if in doubt, create a larger disk.
...
...
@@ -196,8 +196,8 @@ the persistent storage as an example:
Here is what psdk -e does:
-
Copy the contents of the configuration file to the persistent storage
dereferencing symbolic links.
-
Rename the configuration file to add the .PS
K
D extension. So in our
example the backup will be at /etc/cntlm.conf.PS
K
D.
-
Rename the configuration file to add the .PSD
K
extension. So in our
example the backup will be at /etc/cntlm.conf.PSD
K
.
-
Create a symbolic link from the persistent storage to the
configuration file.
...
...
This diff is collapsed.
Click to expand it.
tools/psdk
+
1
−
1
View file @
f5927e59
...
...
@@ -25,7 +25,7 @@ import tempfile
from
string
import
Template
import
errno
BKP_EXTENSION
=
"
.PS
K
D
"
BKP_EXTENSION
=
"
.PSD
K
"
DISK_LABEL
=
"
sdk-persistent
"
MOUNT_POINT
=
"
/run/media/persistent
"
PERSISTENT_ETC_PREFIX
=
"
/home
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment