mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-12-06 19:39:20 +01:00
Ask the user to exit with exit
This commit is contained in:
@@ -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())
|
||||||
|
|||||||
Reference in New Issue
Block a user