summaryrefslogtreecommitdiffstats
path: root/initrd
diff options
context:
space:
mode:
authorFelix Endres2006-04-21 11:50:10 +0200
committerFelix Endres2006-04-21 11:50:10 +0200
commit0f0c73f586857e5729756728b0ba4ff2afc963ba (patch)
tree53e303811cec325fef58629f8f2329e517278f57 /initrd
parentMaking halt and reboot work (diff)
downloadcore-0f0c73f586857e5729756728b0ba4ff2afc963ba.tar.gz
core-0f0c73f586857e5729756728b0ba4ff2afc963ba.tar.xz
core-0f0c73f586857e5729756728b0ba4ff2afc963ba.zip
Bugfix concerning the processing of the dhcp option hw_monitor
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@192 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd')
-rwxr-xr-xinitrd/initrd-stuff/bin/hwautocfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/initrd/initrd-stuff/bin/hwautocfg b/initrd/initrd-stuff/bin/hwautocfg
index a17c5b9d..75470349 100755
--- a/initrd/initrd-stuff/bin/hwautocfg
+++ b/initrd/initrd-stuff/bin/hwautocfg
@@ -97,7 +97,7 @@ if [ -n "$hw_monitor" ] ; then
VS=${hw_monitor%Hz*}
[ "${hw_monitor}" == "$VS" ] && VS=${hw_monitor%hz*}
VS=${VS##* }
- SCR_MODES=${hw_monitor##* }
+ SCR_MODES="\"${hw_monitor##* }\""
else
# Gather information about the Monitor capabilities
screenres > /tmp/screenres