Adding initramfs related defaults for wheezy.

This commit is contained in:
Daniel Baumann 2010-09-24 22:01:43 +02:00
parent c87c82326d
commit 981e9c160e
2 changed files with 13 additions and 1 deletions

View File

@ -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 esac
fi fi

View File

@ -12,3 +12,7 @@ eject file user-setup sudo
#if MODE ubuntu #if MODE ubuntu
gnupg gnupg
#endif #endif
#if DISTRIBUTION wheezy
live-config
#endif