Fix bug item #405: missing # in front of comment
This commit is contained in:
parent
bef0e3eb63
commit
1749530ec1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user