diff options
-rwxr-xr-x | mkrootfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkrootfs.sh b/mkrootfs.sh index 1474651..d141380 100755 --- a/mkrootfs.sh +++ b/mkrootfs.sh @@ -39,7 +39,7 @@ out \ "Repository and package options" \ "" \ "REPO = $REPO" \ -"REPOSITORY PATH = $REPO_PATH" \ +"REPOSITORY PATH = $HOST_REPO_PATH" \ "PKGS = $PKGS" |