diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-07-31 09:30:21 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-07-31 09:30:21 -0500 |
commit | 8a5b0a0c7f5a08e75decfb255c9f43dc55304042 (patch) | |
tree | 60f3a0fd22b172781716d137525d4c46a5e5fde0 | |
parent | portage/isos/package.use: add USE=jit to libpcre2 for git (diff) | |
download | releng-8a5b0a0c.tar.gz releng-8a5b0a0c.tar.bz2 releng-8a5b0a0c.zip |
portage/isos/package.use: enable savedconfig on linux-firmware
By adding savedconfig on linux-firwmare, we can save a few dozen
megabytes by trimming firmwares that are not generally useful on
livecds. This flag activates the savedconfig file which was recently
added to portage/isos/savedconfig/.
-rw-r--r-- | releases/weekly/portage/isos/package.use/linux-firmware | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/releases/weekly/portage/isos/package.use/linux-firmware b/releases/weekly/portage/isos/package.use/linux-firmware new file mode 100644 index 00000000..de6347d0 --- /dev/null +++ b/releases/weekly/portage/isos/package.use/linux-firmware @@ -0,0 +1 @@ +sys-kernel/linux-firmware savedconfig |