kernel-getlash: source /etc/gentoo-upgrade.conf

This commit is contained in:
Kolan Sh 2013-04-01 15:04:51 +04:00
parent 4e7689e301
commit 33d693e768
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
let FORCE_REBUILD=0
KERNEL_REBUILD_ARGS=""
[ -f /etc/gentoo-upgrade.conf ] && source /etc/gentoo-upgrade.conf
# available parameters
eval set -- "`getopt -o h,q --long help,force-rebuild,mrproper,quiet -- \"$@\"`"