diff options
author | maximilian attems <maks@debian.org> | 2005-12-12 11:39:11 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2005-12-12 11:39:11 +0100 |
commit | 0734f56e32c5711ef4a046146c40efcabdfdda00 (patch) | |
tree | 18364868cb298a8696caff628e98c9c2b23aad2c /conf | |
parent | e548ec35a740acc4d5359bfb42e962c5b2c24ba5 (diff) | |
download | initramfs-tools-0734f56e32c5711ef4a046146c40efcabdfdda00.tar.gz initramfs-tools-0734f56e32c5711ef4a046146c40efcabdfdda00.zip |
get ready for the release:
remove traling whitespace in the conffile
remove debugging "set -x"
Diffstat (limited to 'conf')
-rw-r--r-- | conf/initramfs.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/initramfs.conf b/conf/initramfs.conf index 079fe47..38a0594 100644 --- a/conf/initramfs.conf +++ b/conf/initramfs.conf @@ -18,7 +18,7 @@ MODULES=most # # RESUME: [ /dev/hda2 | /dev/sdb2 ] # -# optional - set the swap partition to resume from. +# 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. |