From 125194750fa6590c48644fd9d4006af3ec9262dd Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 27 Feb 2013 19:11:53 +0100 Subject: tihi --- mltk | 2 +- profiles/default.profile | 10 ---------- remote/profiles/default.profile | 10 ++++++++++ 3 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 profiles/default.profile create mode 100644 remote/profiles/default.profile diff --git a/mltk b/mltk index cb4a74cc..06bf788c 100755 --- a/mltk +++ b/mltk @@ -127,7 +127,7 @@ read_params() { -p) [ "$#" -lt "1" ] && perror "Missing argument to -p" [ "$MODE" != "TOOLS" ] && perror "-p can only be used for target tools" - . "profiles/${1}.profile" || perror "Profile '$1' not found in profiles/" + . "remote/profiles/${1}.profile" || perror "Profile '$1' not found in remote/profiles/" TOOLS_BUILD="1" TOOLS_LIST_BUILD="$TOOLS_LIST_BUILD $MODULES" unset MODULES diff --git a/profiles/default.profile b/profiles/default.profile deleted file mode 100644 index 8bda62c5..00000000 --- a/profiles/default.profile +++ /dev/null @@ -1,10 +0,0 @@ -# All modules that should be included in this profile -MODULES=" - base - busybox - dbus - systemd - ldm - ldm-gtk-greeter -" - diff --git a/remote/profiles/default.profile b/remote/profiles/default.profile new file mode 100644 index 00000000..8bda62c5 --- /dev/null +++ b/remote/profiles/default.profile @@ -0,0 +1,10 @@ +# All modules that should be included in this profile +MODULES=" + base + busybox + dbus + systemd + ldm + ldm-gtk-greeter +" + -- cgit v1.2.3-55-g7522