commit 95c37dcd8f9f5be9fd8dfd7ab185dfeb8e884923
parent aad4ca3b0f8a94a827200ef19f3bc57d2c2e8369
Author: Cem Keylan <cem@ckyln.com>
Date: Mon, 18 May 2020 12:48:46 +0300
config: set default MNTDIR to the current working directory
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
@@ -1,2 +1,3 @@
config
+rootfs
*.tar.xz
diff --git a/config.def b/config.def
@@ -4,7 +4,7 @@
# Root directory
# This is where the rootfs will be installed.
-MNTDIR="/mnt"
+MNTDIR="$PWD/rootfs"
# List of packages to be installed
# Most of those are already dependencies