You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/apa.sh
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ function custom_apt_repo__add_apa() {
11
11
12
12
# this variable is a temporary hack, remove as soon as it's not needed
13
13
declare -g apa_additional_packages="libpam-systemd dbus-user-session curl iw less locales"
14
-
functionpost_debootstrap_install_additional_packages__install_from_apa_stage1() { #FIXME: we need a better hook that fits into the extensions system
14
+
functionpost_debootstrap_install_additional_packages__install_from_apa_stage1() { #FIXME: we need a better hook name that fits into the extensions system
15
15
[[ $APA_IS_ACTIVE ]] ||return 0
16
16
17
17
# do not install armbian recommends for minimal images
@@ -29,6 +29,29 @@ function post_debootstrap_install_additional_packages__install_from_apa_stage1()
29
29
esac
30
30
}
31
31
32
+
#FIXME: still need a better name, this implies it is possible to delete pkgs
33
+
# NOTE: this is only used for hashing, so it probably isn't that important
34
+
# to delete pkgs from any lists as much as indicate they won't be present.
35
+
# NOTE: /tmp/rootfs_customize_package_list.txt is a special file that all
36
+
# callers of this hook need to append to, as there is no mechanism for
0 commit comments