Ask the user to exit with exit

This commit is contained in:
Roey Darwish Dror 2019-08-01 13:45:52 +03:00
parent bf7d882de0
commit 156c4d35e6

View File

@ -355,7 +355,7 @@ fn create(command: CreateCommand) -> Result<(), Error> {
); );
if command.interactive { 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 arch_chroot
.execute() .execute()
.arg(mount_point.path()) .arg(mount_point.path())