laurent85v / archuseriso

A set of bash script programs to create bootable Arch Linux images and to create bootable USB flash drives with a desktop environment.
GNU General Public License v3.0
223 stars 30 forks source link

add support for additional packages (`--add-pkg`) #42

Closed edupont closed 2 years ago

edupont commented 2 years ago

Commit a8ebc5908d0a0421bcabce112a594437701ea6c3 (I presume accidentally) removed support for --add-pkg argument. The array for additional packages is set but never used.

add pkg_list_additions members to the pkg_list array after reading packages from the list files.