mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-26 06:59:28 +02:00
Ask the user to exit with exit
This commit is contained in:
parent
bf7d882de0
commit
156c4d35e6
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user