minor boot floppy beautifications

This commit is contained in:
Ben Gras 2005-05-12 16:07:31 +00:00
parent 873e44b41f
commit 2ed3e3d79a

View file

@ -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