summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/ubuntu/functions-default
diff options
context:
space:
mode:
authorFelix Endres2007-03-26 00:17:23 +0200
committerFelix Endres2007-03-26 00:17:23 +0200
commit2a0a336f50a867be63eec63035d1d874cde6624b (patch)
tree68ac365733e8313c0d7f6e4d662fee090810066b /initramfs/distro-specs/ubuntu/functions-default
parent* fixed some minor problems with respect to meta-packager (diff)
downloadcore-2a0a336f50a867be63eec63035d1d874cde6624b.tar.gz
core-2a0a336f50a867be63eec63035d1d874cde6624b.tar.xz
core-2a0a336f50a867be63eec63035d1d874cde6624b.zip
Rearranging start scripts
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@820 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/ubuntu/functions-default')
-rw-r--r--initramfs/distro-specs/ubuntu/functions-default5
1 files changed, 3 insertions, 2 deletions
diff --git a/initramfs/distro-specs/ubuntu/functions-default b/initramfs/distro-specs/ubuntu/functions-default
index b07b9634..52b2c6c7 100644
--- a/initramfs/distro-specs/ubuntu/functions-default
+++ b/initramfs/distro-specs/ubuntu/functions-default
@@ -86,7 +86,7 @@ for i in rc2.d/K$stop$script rc3.d/K$stop$script \
break
else
ln -sf ../init.d/$script /mnt/etc/$i
- echo "Linked $script"
+ [ "$DEBUGLEVEL" == 5 ] && echo "Linked $script"
fi
done
}
@@ -200,7 +200,8 @@ echo -e "setfont ${CONSOLE_FONT} >${LOGFILE} 2>&1" \
# acpi and powersave
config_acpi () {
rllinker "acpid" "10" "19"
- rllinker "acpi-support" "99" "02"
+ #Commented out since battery checking is only useful for Notebooks
+ #rllinker "acpi-support" "99" "02"
# nur hier weil udev_hotplug zu früh aufgerufen wird.
rllinker "udev" "11" "25"