From 2ed3e3d79ad156b09eca8bd5bf96a91df33a4ba1 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 12 May 2005 16:07:31 +0000 Subject: [PATCH] minor boot floppy beautifications --- tools/mkboot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/mkboot b/tools/mkboot index 76fe3aa48..562739fc8 100755 --- a/tools/mkboot +++ b/tools/mkboot @@ -130,8 +130,7 @@ fdboot) # Install /dev, /boot/boot and /boot/image. mount $dev /mnt || exit - mkdir /mnt/boot || exit - mkdir /mnt/image || exit + mkdir -p /mnt/boot/image || exit cpdir /dev /mnt/dev || exit cp -p $mdec/boot /mnt/boot/boot || exit cp -p image /mnt/boot/image/ || exit -- 2.44.0