From 4e7c0017be685d30c410d5bbc0c7ffb234c05531 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 15 Mar 2013 14:48:54 -0500 Subject: [PATCH] move distro.conf Signed-off-by: Robert Nelson --- {conf => lib}/distro.conf | 0 mk_mmc.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {conf => lib}/distro.conf (100%) diff --git a/conf/distro.conf b/lib/distro.conf similarity index 100% rename from conf/distro.conf rename to lib/distro.conf diff --git a/mk_mmc.sh b/mk_mmc.sh index f3077f5..64ff7be 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -299,7 +299,7 @@ function dl_netinstall_image { ##FIXME: "network-console" support... debian_boot="netboot" - source "${DIR}"/conf/distro.conf + source "${DIR}"/lib/distro.conf if [ -f "${DIR}/dl/${DISTARCH}/${NETINSTALL}" ] ; then check_dl_netinstall