diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-25 22:09:19 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-25 22:09:19 (EDT) |
commit | f0536bed01107ccce6eb8e6473ad3dfc312a083f (patch) | |
tree | c68bb8b114c83de4e8d53ae581fa29bbb6298dbb /lib | |
parent | b1ade39936b543c1c38a6937904b44cfeeffef7c (diff) |
install: Add a TODO comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cmd/install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh index 984d4af..8c41b0f 100644 --- a/lib/cmd/install.sh +++ b/lib/cmd/install.sh @@ -49,6 +49,8 @@ cmd_install_main() exit 1 fi + # TODO: Consider making suite optional, getting a default suite from the + # profile. suite="${1}" chroot="${2}" |