Fix bug item #405: missing # in front of comment
This commit is contained in:
parent
bef0e3eb63
commit
1749530ec1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ hdboot)
|
|||
# Install a new image on the root device.
|
||||
if [ ! -d $rootdir/boot/image ]
|
||||
then
|
||||
/boot/image is not yet a directory! Fix it.
|
||||
# /boot/image is not yet a directory! Fix it.
|
||||
su root -c \
|
||||
"exec mv $rootdir/boot/image /M"
|
||||
install -d $rootdir/boot/image
|
||||
|
|
Loading…
Reference in a new issue