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 | |
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"
-rw-r--r-- | conf/initramfs.conf | 2 | ||||
-rwxr-xr-x | hooks/kernelextras | 1 |
2 files changed, 1 insertions, 2 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. diff --git a/hooks/kernelextras b/hooks/kernelextras index 33e6cb0..815dd25 100755 --- a/hooks/kernelextras +++ b/hooks/kernelextras @@ -20,7 +20,6 @@ esac . /usr/share/initramfs-tools/hook-functions fbcon=n -set -x for x in ${MODULESDIR}/initrd/*; do x=${x##*/} |