summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh9
1 files changed, 9 insertions, 0 deletions
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