diff options
-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##*/} |