diff options
author | jnqnfe <jnqnfe@gmail.com> | 2014-11-24 19:40:30 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-12-10 08:44:05 +0100 |
commit | 31dbf95d865503f7d3c67ed3ded6cb9926dfc3b4 (patch) | |
tree | 7d5a327b8fc7b474c0ce4799b21dafd6dd9c7bb0 /functions | |
parent | 9d5639e9a058ea7cfb13500ed71dd97447135069 (diff) | |
download | vyos-live-build-31dbf95d865503f7d3c67ed3ded6cb9926dfc3b4.tar.gz vyos-live-build-31dbf95d865503f7d3c67ed3ded6cb9926dfc3b4.zip |
Address "should check that we're building on debian through e.g. a 'derivative-is-based-on' variable or somesuch" fixme.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 095a7a20e..0e9bf3700 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -127,6 +127,7 @@ Set_defaults () progress-linux) LB_DISTRIBUTION="${LB_DISTRIBUTION:-baureo}" LB_DERIVATIVE="true" + LB_DERIVATIVE_IS_BASED_ON="debian" ;; ubuntu) |