From e8992b435f13b1093551e24c0355163fe39d3bf0 Mon Sep 17 00:00:00 2001
From: OSAK Buildhauer <osak@fsmpi.rwth-aachen.de>
Date: Tue, 22 Jan 2019 23:14:28 +0000
Subject: [PATCH] Integrated packages file in assable_image.sh

---
 assemble_image.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/assemble_image.sh b/assemble_image.sh
index f9dd388..5e59115 100755
--- a/assemble_image.sh
+++ b/assemble_image.sh
@@ -24,7 +24,8 @@ mv "$workspace/part_files"/grub/* "$workspace/part_files"/boot/grub/
 rm -rf "$workspace/part_files"/grub
 
 cp "$iso_file" "$workspace/part_files/kubuntu.iso"
-./create_offlinerepo.sh "$workspace/part_files/archive" "$iso_file" vim htop
+./create_offlinerepo.sh "$workspace/part_files/archive" "$kubuntu" $(sed '/^#/d' packages | cut -d'|' -f 2)
+cp packages "$workspace/part_files/packages"
 
 rm -f "$workspace/part.img"
 truncate -s "$image_size" "$workspace/part.img"
-- 
GitLab