Mailinglist Archive: yast-commit (939 mails)

< Previous Next >
[yast-commit] r53020 - in /trunk/storage: package/yast2-storage.changes storage/src/include/ep-dialogs.ycp
  • From: aschnell@xxxxxxxxxxxxxxxx
  • Date: Thu, 06 Nov 2008 19:00:05 -0000
  • Message-id: <20081106190005.C5F533393E@xxxxxxxxxxxxxxxx>
Author: aschnell
Date: Thu Nov 6 20:00:05 2008
New Revision: 53020

URL: http://svn.opensuse.org/viewcvs/yast?rev=53020&view=rev
Log:
- added note (bnc #441893)

Modified:
trunk/storage/package/yast2-storage.changes
trunk/storage/storage/src/include/ep-dialogs.ycp

Modified: trunk/storage/package/yast2-storage.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.changes?rev=53020&r1=53019&r2=53020&view=diff
==============================================================================
--- trunk/storage/package/yast2-storage.changes (original)
+++ trunk/storage/package/yast2-storage.changes Thu Nov 6 20:00:05 2008
@@ -1,8 +1,14 @@
-------------------------------------------------------------------
+Thu Nov 06 19:58:25 CET 2008 - aschnell@xxxxxxx
+
+- added note that encrypted swap without password cannot be used
+ for suspend (bnc #441893)
+- 2.17.49
+
+-------------------------------------------------------------------
Thu Nov 06 16:46:40 CET 2008 - aschnell@xxxxxxx

- fixed resizing of LVM logical volumes (bnc #429908)
-- 2.17.49

-------------------------------------------------------------------
Wed Nov 05 18:19:23 CET 2008 - aschnell@xxxxxxx

Modified: trunk/storage/storage/src/include/ep-dialogs.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/ep-dialogs.ycp?rev=53020&r1=53019&r2=53020&view=diff
==============================================================================
--- trunk/storage/storage/src/include/ep-dialogs.ycp (original)
+++ trunk/storage/storage/src/include/ep-dialogs.ycp Thu Nov 6 20:00:05 2008
@@ -363,14 +363,24 @@
</p>");

if (empty_pw_allowed)
- // helptext
- helptext = helptext + _("<p>
+ {
+ if (data["used_fs"] == `swap)
+ // helptext
+ helptext = helptext + _("<p>
+The file system used for this volume is swap. You may leave the crypt password
+empty but then the swap device cannot be used for suspend to disk.
+</p>
+");
+ else
+ // helptext
+ helptext = helptext + _("<p>
This mount point corresponds to a temporary filesystem like /tmp or /var/tmp.
You may leave the crypt password empty. If you do this, the system will create
a random password at system startup for you. This means, you will lose all
data on these filesystems at system shutdown.
</p>
");
+ }

// helptext
helptext = helptext + _("<p>

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages