[SCM] live-build branch, debian-next, updated. debian/2.0_a29-1-15-g981e9c1
Daniel Baumann
daniel at debian.org
Fri Sep 24 20:01:59 UTC 2010
The following commit has been merged in the debian-next branch:
commit 981e9c160eb32c020badf6366c23e9232ee6f624
Author: Daniel Baumann <daniel at debian.org>
Date: Fri Sep 24 22:01:43 2010 +0200
Adding initramfs related defaults for wheezy.
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
diff --git a/lists/minimal b/lists/minimal
index cdaa258..6a48fa4 100644
--- a/lists/minimal
+++ b/lists/minimal
@@ -12,3 +12,7 @@ eject file user-setup sudo
#if MODE ubuntu
gnupg
#endif
+
+#if DISTRIBUTION wheezy
+live-config
+#endif
--
live-build
More information about the debian-live-changes
mailing list