]> Zhao Yanbai Git Server - minix.git/commitdiff
minor boot floppy beautifications
authorBen Gras <ben@minix3.org>
Thu, 12 May 2005 16:07:31 +0000 (16:07 +0000)
committerBen Gras <ben@minix3.org>
Thu, 12 May 2005 16:07:31 +0000 (16:07 +0000)
tools/mkboot

index 76fe3aa48cbc11359d08524cf68a9621ba93fabc..562739fc8e3aa1c39d7df5683b041fc0edf6ef26 100755 (executable)
@@ -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