mirror of
https://github.com/philmmanjaro/alma.git
synced 2025-07-26 23:19:30 +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 {
|
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())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user