diff options
author | maximilian attems <maks@debian.org> | 2005-12-05 17:43:22 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2005-12-05 17:43:22 +0100 |
commit | c4163d08f4517cf0aebee2350b5e1b2c23bd7c37 (patch) | |
tree | 6c62a17a58e636d2c3b934a8e00443ec1f09cbd7 | |
parent | 3b5cba6582b27a688d11ea5bc961470869bb6061 (diff) | |
download | initramfs-tools-c4163d08f4517cf0aebee2350b5e1b2c23bd7c37.tar.gz initramfs-tools-c4163d08f4517cf0aebee2350b5e1b2c23bd7c37.zip |
fix wording in initramfs.conf regarding resume option.
-rw-r--r-- | conf/initramfs.conf | 6 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/conf/initramfs.conf b/conf/initramfs.conf index 93554c1..079fe47 100644 --- a/conf/initramfs.conf +++ b/conf/initramfs.conf @@ -18,9 +18,9 @@ MODULES=most # # RESUME: [ /dev/hda2 | /dev/sdb2 ] # -# Optionaly set the swap partition to resume from. -# Above are only possible example please costumize. -# The command line of your boot loader will override this setting. +# optional - set the swap partition to resume from. +# "cat /proc/swaps | egrep ^/dev" should show possible candidates. +# The command line of your boot loader will override this setting. #RESUME= diff --git a/debian/changelog b/debian/changelog index 6a95f20..52ac5da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +initramfs-tools (0.43) unstable; urgency=low + + * initramfs.conf: Fix wording choice for resume option. (Closes: #337575) + + -- maximilian attems <maks@sternwelten.at> Mon, 5 Dec 2005 17:38:50 +0100 + initramfs-tools (0.42) unstable; urgency=low * hook-functions: The mptspi module is required for at least some machines |