summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 01e7aba..57cf37c 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -142,7 +142,15 @@ Set_defaults ()
;;
*)
- LB_INITRAMFS="live-initramfs"
+ case "${LB_DISTRIBUTION}" in
+ wheezy)
+ LB_INITRAMFS="live-boot"
+ ;;
+
+ *)
+ LB_INITRAMFS="live-initramfs"
+ ;;
+ esac
;;
esac
fi