Apply fix to deference links for gentoo bug #269603

cleanup-cruft
Andrew Gaffney 16 years ago
parent 37fd68a640
commit 8b3093a153

@ -2,6 +2,13 @@
# Copyright 1999-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
# Distributed under the GPL v2
12 May 2009; Andrew Gaffney <agaffney@gentoo.org> arch/x86/modules_load,
defaults/initrd.scripts:
Apply fix to deference links for gentoo bug #269603
09 May 2009; Andrew Gaffney <agaffney@gentoo.org> arch/x86/modules_load:
foo
09 May 2009; Andrew Gaffney <agaffney@gentoo.org> arch/x86/modules_load,
arch/x86_64/modules_load:
Add dm-crypt module for gentoo bug #269042

@ -1,3 +1,4 @@
# Module groups for genkernel initramfs auto-loading
# RAID

@ -858,7 +858,7 @@ rundebugshell() {
swsusp_resume() {
# determine swap resume partition
local device=$(ls -l "${REAL_RESUME}" | sed 's/\ */ /g' | cut -d \ -f 6-7 | sed 's/,\ */:/')
local device=$(ls -Ll "${REAL_RESUME}" | sed 's/\ */ /g' | cut -d \ -f 6-7 | sed 's/,\ */:/')
[ -f /sys/power/resume ] && echo "${device}" > /sys/power/resume
return 0
}

Loading…
Cancel
Save