From fd30949efaea3d564f2a954a585d93264d671760 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 17 Mar 2020 18:57:12 +0100 Subject: Bugfix --- stages/first_stage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stages') diff --git a/stages/first_stage.sh b/stages/first_stage.sh index 204548f..ad2f6d4 100644 --- a/stages/first_stage.sh +++ b/stages/first_stage.sh @@ -97,8 +97,8 @@ fi if [ "$luks_encryption" == "no" ];then if [ "$boot_mode" == "bios" ];then - mkfs.ext4 ${disk_path}1 - e2label ${disk_path}1 "ROOT" + mkfs.ext4 ${path_to_disk}1 + e2label ${path_to_disk}1 "ROOT" elif [ "$boot_mode" == "uefi" ];then echo "Sorry, UEFI is not ready to use ..." exit 1 -- cgit v1.2.3-70-g09d2