[Fai-commit] r3113 - trunk/bin
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Mon Nov 28 00:08:45 UTC 2005
Author: lange
Date: 2005-11-28 00:08:39 +0000 (Mon, 28 Nov 2005)
New Revision: 3113
Modified:
trunk/bin/make-fai-bootfloppy
Log:
create more space on boot floppy (closes: #294593)
Modified: trunk/bin/make-fai-bootfloppy
===================================================================
--- trunk/bin/make-fai-bootfloppy 2005-11-27 01:15:30 UTC (rev 3112)
+++ trunk/bin/make-fai-bootfloppy 2005-11-28 00:08:39 UTC (rev 3113)
@@ -27,7 +27,7 @@
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#*********************************************************************
-version="Version 2.6, 23-november-2005"
+version="Version 2.6.1, 27-november-2005"
set -e
timeout=15
mkimage=0
@@ -153,7 +153,6 @@
echo "Creating the boot floppy with lilo."
mkdir $mountpoint/boot $mountpoint/etc
- rmdir $mountpoint/lost+found
[ "$verbose" ] && echo "Copying the kernel $NFSROOT/boot/$kernel to the floppy."
cd $NFSROOT && cp -dp boot/vmlinuz-$KERNELVERSION $mountpoint/boot
@@ -347,6 +346,7 @@
mpcreated=1 # we created the mountpoint
fi
mount $mountopts $floppydev $mountpoint || die "Can't mount floppy $floppydev"
+rmdir $mountpoint/lost+found
[ $lilo ] && lilo_floppy
[ $grub ] && grub_floppy
More information about the Fai-commit
mailing list