[SCM] debian-live/live-helper branch, master, updated. 1.0_a37-2-58-gc251e5f

Daniel Baumann daniel at debian.org
Sun Feb 24 12:41:55 UTC 2008


The following commit has been merged in the master branch:
commit c251e5f227e0c50d582eec101f0ae9204f675b10
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Feb 24 13:41:50 2008 +0100

    Improving etch compat warnings.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 2640d52..dd14dac 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -632,6 +632,10 @@ Check_defaults ()
 			Echo_warning "You selected LH_DISTRIBUTION='etch' and LH_INITRAMFS='live-initramfs'"
 			Echo_warning "This is a possible unsafe configuration as live-initramfs is not"
 			Echo_warning "part of the etch distribution."
+			Echo_warning "Either make sure that live-initramfs is installable (e.g. through setting up"
+			Echo_warning "etch-backports repository as third-party source or putting a valid live-initramfs"
+			Echo_warning "deb into config/chroot_local-packages) or switch change your config to etch"
+			Echo_warning "default (casper)."
 		fi
 
 		if [ "${LH_UNION_FILESYSTEM}" = "aufs" ]
@@ -639,6 +643,11 @@ Check_defaults ()
 			Echo_warning "You selected LH_DISTRIBUTION='etch' and LH_UNION_FILESYSTEM='aufs'"
 			Echo_warning "This is a possible unsafe configuration as aufs is not"
 			Echo_warning "part of the etch distribution."
+			Echo_warning "Either make sure that aufs modules for your kernel are installable (e.g. through"
+			Echo_warning "setting up etch-backports repository as third-party source or putting a valid"
+			Echo_warning "aufs-modules deb into config/chroot_local-packages) or switch change your config"
+			Echo_warning "to etch default (unionfs)."
+
 		fi
 	fi
 

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list