From 5259030286c8f65892d3210098661778a5152956 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 15 Dec 2019 12:58:02 +0100 Subject: Bugfix for new second_stage.sh. --- stages/first_stage.sh | 2 +- stages/second_stage.sh | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'stages') diff --git a/stages/first_stage.sh b/stages/first_stage.sh index 7bf0f52..036443b 100644 --- a/stages/first_stage.sh +++ b/stages/first_stage.sh @@ -69,7 +69,7 @@ bash install_archinstall.sh $REPOSITORY_PATH bash write_fstab.sh -bash second_stage.sh +echo "bash second_stage.sh" | arch-chroot /mnt bash copy_archinstall_log.sh $LOG_FILE_PATH diff --git a/stages/second_stage.sh b/stages/second_stage.sh index dd8e153..4cae372 100644 --- a/stages/second_stage.sh +++ b/stages/second_stage.sh @@ -21,6 +21,12 @@ echo "Entering second_stage.sh - OK" +echo "Debug values:" +echo $PATH +echo $REPOSITORY_PATH +echo "End of debug" + + bash configure_keyboard.sh de-latin1 bash configure_locales.sh @@ -33,4 +39,4 @@ bash configure_users.sh bash install_bootloader.sh $boot_partition_path -bash configure_desktop.sh +bash configure_desktop.sh -- cgit v1.2.3-70-g09d2