diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | config.def | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ config +rootfs *.tar.xz @@ -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 |