diff --git a/src/main.rs b/src/main.rs index e4ceced..a5894a4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -355,7 +355,7 @@ fn create(command: CreateCommand) -> Result<(), Error> { ); if command.interactive { - info!("Dropping you to chroot. Do as you wish to customize the installation"); + info!("Dropping you to chroot. Do as you wish to customize the installation. Please exit by typing 'exit' instead of using Ctrl+D"); arch_chroot .execute() .arg(mount_point.path())