Package: bootcd
Source: bootcd
Source-Version: 4.05
Tags: patch
Dear Maintainer,
I experienced on two distinct machines that bootcd2disk failed because
the /boot partition was to small. This trivial patch enlarges the
/boot partition from 50 MB to 100 MB.
Kind regards,
Kai Harries
---
Index: bootcd-4.05/bootcd2disk.lib
===================================================================
--- bootcd-4.05/bootcd2disk.lib
+++ bootcd-4.05/bootcd2disk.lib
@@ -91,9 +91,9 @@
}
check_SFDISK0()
{
- BOOTS=50
+ BOOTS=100
if [ "$SFDISK0" = "auto" ]; then
[ -b "$DISK0" ] || err \
"If you define SFDISK=auto, please define DISK as auto or <block-device>"
MEMS=`free | grep Mem | awk '{print $2}'`
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]