Age | Commit message (Expand) | Author |
2013-02-15 | gnu: linux-libre: Choose a config without debugging features....* gnu/packages/linux.scm (linux-libre): Choose "defconfig" instead of
"allmodconfig" since the latter enables all debugging features. Add
`CONFIG_CIFS=m'.
| Ludovic Courtès |
2013-02-12 | gnu: Add Linux-Libre....* gnu/packages/linux.scm (linux-libre): New variable.
| Ludovic Courtès |
2013-02-12 | gnu: Add Linux module-init-tools....* gnu/packages/linux.scm (module-init-tools): New variable.
| Ludovic Courtès |
2013-02-10 | gnu: Add e2fsprogs....* gnu/packages/linux.scm (e2fsprogs): New variable.
| Ludovic Courtès |
2013-02-01 | gnu: Fix invalid `license' fields....* gnu/packages/acl.scm (acl): Change `license' field to refer to the
`license' objects.
* gnu/packages/attr.scm (attr): Likewise.
* gnu/packages/compression.scm (xz): Likewise.
* gnu/packages/global.scm (global): Likewise.
* gnu/packages/linux.scm (linux-libre-headers): Likewise.
| Ludovic Courtès |
2013-01-18 | distro: Rename (distro) to (gnu packages)....* distro.scm: Rename to...
* gnu/packages.scm: ... this. Update all users accordingly.
* Makefile.am (MODULES): Adjust accordingly.
* po/POTFILES.in: Likewise.
| Ludovic Courtès |
2013-01-18 | distro: Change the module name space to (gnu ...)....* distro: Rename to...
* gnu: ... this. Update module names accordingly.
* Makefile.am: Adjust accordingly.
* po/POTFILES.in: Likewise.
* distro.scm: Search for files under /gnu/packages instead of
/distro/packages.
* gnu/packages/base.scm (ld-wrapper-boot3): Likewise.
| Ludovic Courtès |