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

@ -141,10 +141,18 @@ Set_defaults ()
LB_INITRAMFS="casper" LB_INITRAMFS="casper"
;; ;;
*)
case "${LB_DISTRIBUTION}" in
wheezy)
LB_INITRAMFS="live-boot"
;;
*) *)
LB_INITRAMFS="live-initramfs" LB_INITRAMFS="live-initramfs"
;; ;;
esac esac
;;
esac
fi fi
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