feat: add support for Apex
This commit is contained in:
parent
359e9ade50
commit
7ff1e6d196
2 changed files with 128 additions and 1 deletions
|
@ -16,6 +16,9 @@ run_latehook() {
|
|||
|
||||
# Copy package list
|
||||
mv /new_root/mnt/iso-update/squashfs-root/.custom_pkg_list /new_root
|
||||
if [[ -f /new_root/mnt/iso-update/squashfs-root/.base_packages ]]; then
|
||||
mv /new_root/mnt/iso-update/squashfs-root/.base_packages /new_root
|
||||
fi
|
||||
|
||||
# Update /usr/lib/modules for current kernel version.
|
||||
for kversion in /new_root/.old.usr/lib/modules/*; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue