summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/first_stage.sh10
1 files 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