Fix bug item #405: missing # in front of comment

This commit is contained in:
Thomas Veerman 2010-03-15 10:42:51 +00:00
parent bef0e3eb63
commit 1749530ec1

View file

@ -53,7 +53,7 @@ hdboot)
# Install a new image on the root device. # Install a new image on the root device.
if [ ! -d $rootdir/boot/image ] if [ ! -d $rootdir/boot/image ]
then then
/boot/image is not yet a directory! Fix it. # /boot/image is not yet a directory! Fix it.
su root -c \ su root -c \
"exec mv $rootdir/boot/image /M" "exec mv $rootdir/boot/image /M"
install -d $rootdir/boot/image install -d $rootdir/boot/image