1
0
mirror of https://github.com/rancher/os.git synced 2025-09-12 13:17:17 +00:00

dind-less, make-based build system

This commit is contained in:
Ivan Mikushin
2015-07-23 18:53:01 +05:00
parent 7f1016059f
commit 6022f78edd
18 changed files with 200 additions and 392 deletions

View File

@@ -18,6 +18,14 @@ INITRD_CURRENT=${BUILD}/initrd-current
INITRD_TEST=${BUILD}/initrd.test
USER_DATA=cloud-init/openstack/latest/user_data
# PREREQ: brew install coreutils
path() {
local UNAME=$(uname)
if [ "$UNAME" == "Darwin" ]; then greadlink -f "$1"
elif [ "$UNAME" == "Linux" ]; then readlink -f "$1";
fi
}
while [ "$#" -gt 0 ]; do
case $1 in
--append)