Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move /var/run and /var/lock back to the layout target | Mike Gilbert | 2023-01-27 | 1 | -5/+3 |
| | | | | | | | | | We need to ensure packages do not install things here and come up with a better migration plan. Bug: https://bugs.gentoo.org/648880 Bug: https://bugs.gentoo.org/892267 Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | version 2.11baselayout-2.11 | William Hubbs | 2023-01-27 | 1 | -1/+1 |
| | | | | Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | drop /usr/tmp from makefile | William Hubbs | 2023-01-27 | 1 | -1/+0 |
| | | | | Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | update version to 2.10 | William Hubbs | 2023-01-27 | 1 | -1/+1 |
| | | | | Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | install the fhs compatible symlinks in the Makefile | William Hubbs | 2023-01-25 | 1 | -0/+6 |
| | | | | Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | drop fhs compatibility symlinks from the makefile | William Hubbs | 2023-01-25 | 1 | -5/+0 |
| | | | | | | | | This is necessary since we want baselayout to own these links. To do that, we need to create them in the ebuild. Bug: https://bugs.gentoo.org/648880 Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | drop .keep files in layout target | William Hubbs | 2023-01-25 | 1 | -2/+0 |
| | | | | | Bug: https://bugs.gentoo.org/888807 Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | drop OS specific support | William Hubbs | 2023-01-03 | 1 | -37/+13 |
| | | | | | | This is no longer needed since we have dropped support for *BSD. Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | version 2.9baselayout-2.9 | William Hubbs | 2022-09-18 | 1 | -1/+1 |
| | | | | Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | silence message about ignoring the touch failure | William Hubbs | 2022-09-17 | 1 | -1/+1 |
| | | | | Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | Relax checks on KEEPDIR when directories are mounted fs | Paymon | 2022-09-17 | 1 | -1/+1 |
| | | | | | | | | | My use case for this is in containers (mkosi with systemd-nspawn in my case) Closes: https://github.com/gentoo/baselayout/pull/2 Signed-off-by: Paymon <darwinskernel@gmail.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | Makefile: simplify /sbin symlink for usrmerge | Mike Gilbert | 2022-09-17 | 1 | -1/+1 |
| | | | | | | This matches the layout produced by sys-apps/merge-usr. Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | version 2.8baselayout-2.8 | William Hubbs | 2021-09-27 | 1 | -1/+1 |
| | | | | Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | typo fix | William Hubbs | 2021-09-27 | 1 | -1/+1 |
| | | | | Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | clean up makefile | William Hubbs | 2021-09-27 | 1 | -2/+5 |
| | | | | Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | drop lib directory installation from Makefile | William Hubbs | 2021-09-27 | 1 | -2/+0 |
| | | | | Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | move 00protected-links.conf to /usr/lib/sysctl.d | William Hubbs | 2021-09-25 | 1 | -1/+2 |
| | | | | | Bug: https://bugs.gentoo.org/814664 Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | generate /usr/lib/os-release dynamically | William Hubbs | 2021-09-24 | 1 | -0/+3 |
| | | | | | | | | This allows the os name and version to be dynamic. Bug: https://bugs.gentoo.org/788190 Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | create /etc/gentoo-release here instead of in the ebuild | William Hubbs | 2021-09-24 | 1 | -0/+1 |
| | | | | Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | create bin and sbin directories | William Hubbs | 2021-05-11 | 1 | -1/+8 |
| | | | | Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | update version to 2.7 | William Hubbs | 2020-02-09 | 1 | -1/+1 |
| | | | | Signed-off-by: William Hubbs <williamh@gentoo.org> | ||||
* | bump version to 2.6 | William Hubbs | 2018-05-28 | 1 | -1/+1 |
| | |||||
* | Makefile: do not touch .keep file if it already exists | William Hubbs | 2018-05-26 | 1 | -0/+1 |
| | |||||
* | makefile: ignore touch failures for .keep files | William Hubbs | 2018-05-26 | 1 | -1/+1 |
| | | | | | emerging with this being fatal worked for me, but not others, so ignoring it. | ||||
* | Fix installation of .keep files | William Hubbs | 2018-02-22 | 1 | -0/+4 |
| | | | | | This partially reverts commit c4887e88316e2176dc99c173ccc6af825c10f745. We need these .keep files. | ||||
* | Makefile: layout-usrmerge should do nothing on non-Linux systems | William Hubbs | 2018-02-07 | 1 | -0/+2 |
| | |||||
* | Do not install .keep files | William Hubbs | 2018-02-06 | 1 | -5/+0 |
| | |||||
* | add layout-usrmerge to optionally support the /usr merge | William Hubbs | 2017-11-17 | 1 | -0/+5 |
| | |||||
* | version 2.5 | William Hubbs | 2017-10-03 | 1 | -1/+1 |
| | |||||
* | makefile: do not set DESTDIR | William Hubbs | 2017-08-20 | 1 | -2/+0 |
| | |||||
* | version 2.4.1 | William Hubbs | 2017-06-09 | 1 | -1/+1 |
| | |||||
* | version 2.4 | William Hubbs | 2017-06-08 | 1 | -1/+1 |
| | |||||
* | Makefile: add changelog target | William Hubbs | 2016-09-01 | 1 | -1/+5 |
| | |||||
* | Makefile: Add /etc/mtab symbolic link to layout-Linux | William Hubbs | 2014-08-13 | 1 | -0/+1 |
| | | | | | | | | Add a symbolic link from /etc/mtab to /proc/self/mounts to the layout-Linux target so that it will be built in the stages. X-Gentoo-Bug: 477498 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=477498 | ||||
* | Begin updating Makefile to work with git | William Hubbs | 2014-08-06 | 1 | -27/+12 |
| | | | | | | | | | | | Make live is used to make a tarball of the repository with all local changes. make release is used to make a release once it is tagged. make snapshot is a work in progress; it is supposed to make a tarball of the commit passed to it via GITREF=<commit>. The part that is missing is I haven't decided how to name that tarball. | ||||
* | Set version in Makefile | William Hubbs | 2014-08-06 | 1 | -1/+1 |
| | | | | | The PV variable in Makefile now holds the version number directly instead of reading it from an external file. | ||||
* | restore /var/lock and /var/run for BSD, and move /run and /run/lock into ↵ | Mike Frysinger | 2011-10-04 | 1 | -3/+14 |
| | | | | | | Linux-specific logic svn path=/trunk/; revision=3201 | ||||
* | symlink /var/run to /run and /var/lock to /run/lock | Mike Frysinger | 2011-09-30 | 1 | -4/+2 |
| | | | | svn path=/trunk/; revision=3200 | ||||
* | drop unused LIB var | Mike Frysinger | 2011-09-29 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=3198 | ||||
* | make sure /var/lock is g+w #377251 by Malte Starostik | Mike Frysinger | 2011-09-28 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3197 | ||||
* | drop unused BASE_DIRS logic | Mike Frysinger | 2011-06-27 | 1 | -6/+0 |
| | | | | svn path=/trunk/; revision=3195 | ||||
* | Install the /run directory for bug #361349. | William Hubbs | 2011-06-21 | 1 | -0/+1 |
| | | | | | | This is needed for at least dracut, systemd and udev. svn path=/trunk/; revision=3194 | ||||
* | install more skel dirs as required by fhs and our general usage | Mike Frysinger | 2011-06-18 | 1 | -3/+10 |
| | | | | svn path=/trunk/; revision=3191 | ||||
* | drop /usr/local/share/{doc,man} ... if packages use these dirs, they can ↵ | Mike Frysinger | 2011-06-18 | 1 | -2/+0 |
| | | | | | | create as they install, otherwise not much point to having empty ones svn path=/trunk/; revision=3190 | ||||
* | remove useless "|| exit" logic -- make itself will automatically exit upon ↵ | Mike Frysinger | 2011-06-18 | 1 | -8/+8 |
| | | | | | | failure svn path=/trunk/; revision=3189 | ||||
* | flatten dir list to make reading easier | Mike Frysinger | 2011-06-18 | 1 | -4/+16 |
| | | | | svn path=/trunk/; revision=3188 | ||||
* | auto generate ChangeLog | Mike Frysinger | 2011-03-18 | 1 | -2/+9 |
| | | | | svn path=/trunk/; revision=3186 | ||||
* | ignore touch failures when doing layout on live fs #232823 | Mike Frysinger | 2010-02-06 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=3172 | ||||
* | tweak ChangeLog sed statement to only grab first ver | Mike Frysinger | 2009-05-24 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3139 | ||||
* | export to local tree for distsvn | Mike Frysinger | 2009-05-24 | 1 | -5/+5 |
| | | | | svn path=/trunk/; revision=3137 |