From 1749530ec1a4a220f7ce42968ae937711fe3a6c7 Mon Sep 17 00:00:00 2001 From: Thomas Veerman Date: Mon, 15 Mar 2010 10:42:51 +0000 Subject: [PATCH] Fix bug item #405: missing # in front of comment --- tools/mkboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkboot b/tools/mkboot index f7daa9434..1f46e6fb1 100755 --- a/tools/mkboot +++ b/tools/mkboot @@ -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 -- 2.44.0