fixed lts message and hwdetect module blacklisting

This commit is contained in:
Tobias Powalowski 2009-12-17 18:38:51 +01:00
parent 2c15cbd03e
commit af77f560f3
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ run_hook ()
msg "--------------------------------------"
if [ -s /tmp/.ide-blacklist ]; then
for i in $(sort -u /tmp/.ide-blacklist); do
msg -n "$i\"
echo -n "$i "
done
msg ""
msg "If you need them, please use 'ide-legacy' boot option or load them by hand!"

View file

@ -19,7 +19,7 @@ run_hook ()
msg "--------------------------------------"
if [ -s /tmp/.ide-blacklist ]; then
for i in $(sort -u /tmp/.ide-blacklist); do
msg -n "$i\"
echo -n "$i "
done
msg ""
msg "If you need them, please use 'ide-legacy' boot option or load them by hand!"

View file

@ -62,7 +62,7 @@ fi
# set defaults, if nothing given
[ "${KERNEL}" = "" ] && KERNEL=$(uname -r)
[ "${KERNEL_LTS}" = "" ] && KERNEL_LTS="2.6.27-lts"
[ "${LTS_KERNEL}" = "" ] && LTS_KERNEL="2.6.27-lts"
[ "${RELEASENAME}" = "" ] && RELEASENAME="2k10-R1"
[ "${IMAGENAME}" = "" ] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)"