diff options
-rw-r--r-- | lib/cmd/shell.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cmd/shell.sh b/lib/cmd/shell.sh index 58b0e6b..45835a3 100644 --- a/lib/cmd/shell.sh +++ b/lib/cmd/shell.sh @@ -31,7 +31,7 @@ cmd_shell_main() root="${1}" - # TODO: This should be recorded in the chroot. + # FIXME: This should be recorded in the chroot. profile_set 'proteanos' chroot_mount "${root}" |