Geoffroy Vallée
2007-05-15 20:57:54 UTC
Hi,
Two new modifications for systemimager-debian:
1/ i removed the patch 13 (r67) which is not needed any more, uclibc if not
used anymore in systemimager.
2/ update of the patch 15 (15_getimage-custom-boot-in-var.patch). The new
patch is the following and it is also available in my branch (r68)
Thanks,
--- systemimager-3.8.0/sbin/si_getimage.orig 2007-05-11
23:43:45.000000000 -0400
+++ systemimager-3.8.0/sbin/si_getimage 2007-05-11 23:44:43.000000000 -0400
@@ -482,7 +482,7 @@
if (
SystemImager::Server->copy_boot_files_from_image_to_shared_dir(
- $image, $imagedir, $rsync_stub_dir, $autoinstall_boot_dir
+ $image, $imagedir, $rsync_stub_dir, $custom_boot_dir
) == -1
) {
print "WARNING: failed to copy boot files from the image (ignore this
warning if you are not using UYOK).\n";
Two new modifications for systemimager-debian:
1/ i removed the patch 13 (r67) which is not needed any more, uclibc if not
used anymore in systemimager.
2/ update of the patch 15 (15_getimage-custom-boot-in-var.patch). The new
patch is the following and it is also available in my branch (r68)
Thanks,
--- systemimager-3.8.0/sbin/si_getimage.orig 2007-05-11
23:43:45.000000000 -0400
+++ systemimager-3.8.0/sbin/si_getimage 2007-05-11 23:44:43.000000000 -0400
@@ -482,7 +482,7 @@
if (
SystemImager::Server->copy_boot_files_from_image_to_shared_dir(
- $image, $imagedir, $rsync_stub_dir, $autoinstall_boot_dir
+ $image, $imagedir, $rsync_stub_dir, $custom_boot_dir
) == -1
) {
print "WARNING: failed to copy boot files from the image (ignore this
warning if you are not using UYOK).\n";
--
Geoffroy
Geoffroy