diff options
author | Patrick McDermott <pehjota> | 2017-08-06 00:09:29 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2017-08-06 00:09:29 (EDT) |
commit | 5f5496d3be4bbe2c5956092ad2c9cbf475a70b0e (patch) | |
tree | c9701049eef68cb3e7bc6166b31f4dfe1be13da4 | |
parent | 278c9d68e2f35217d6786971ea9d4ad81c8a164f (diff) |
dev/releases/1/todo: Make opkg optional
-rw-r--r-- | dev/releases/1/todo.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/releases/1/todo.mdwn b/dev/releases/1/todo.mdwn index dd32749..c5c1720 100644 --- a/dev/releases/1/todo.mdwn +++ b/dev/releases/1/todo.mdwn @@ -15,6 +15,11 @@ The following are the tasks that need to be completed for ProteanOS 1.0: + Look for `gpg` in configure. + Verify package feed index files with gpg if configured in the profile. - Build `opkg` package against `gpgme`. + * Make `opkg` optional for platforms with totally read-only root file systems: + - Drop `Essential: yes` in `opkg`. + - Add `opkg` dependency to `config-*` packages. + - Make prokit (in the ProteanOS profile) check if `opkg` gets installed and + remove `/var/lib/opkg/` if not. * Audio support: - Configure ALSA. - Finish `glib-2.0` package (unit tests are failing for |