From dbc9e82857241b76050b6a15e89be7e1b29297f9 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 12 Nov 2019 21:18:20 +0100 Subject: Fixed too early copy of repository. --- bin/first_stage.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/first_stage.sh b/bin/first_stage.sh index 15db09c..0970049 100644 --- a/bin/first_stage.sh +++ b/bin/first_stage.sh @@ -154,11 +154,6 @@ sleep $DELAY echo "" -# Copy repository from live image to root partition - -cp -r $REPOSITORY_PATH /mnt$REPOSITORY_PATH - - # Install basic Packages echo "Going to install basic packages ..." @@ -171,6 +166,11 @@ sleep $DELAY echo "" +# Copy repository from live image to root partition + +cp -r $REPOSITORY_PATH /mnt$REPOSITORY_PATH + + # Generate /etc/fstab file genfstab -U /mnt >> /mnt/etc/fstab -- cgit v1.2.3-70-g09d2