Skip to content
Snippets Groups Projects
Commit e8992b43 authored by OSAK Buildhauer's avatar OSAK Buildhauer
Browse files

Integrated packages file in assable_image.sh

parent c84925b4
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment