% pkg -vv | grep ': {' | sort
FreeBSD-base: {
FreeBSD-ports: {
local-poudriere: {
%
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@fourteen-pkgbase:~ # bectl list -c creation | |
BE Active Mountpoint Space Created | |
original - - 346M 2024-07-10 02:29 | |
fourteen-pkgbase NR / 13.5G 2024-07-10 02:46 | |
kde6 - - 7.25G 2024-07-21 15:45 | |
14.2-BETA2 - - 3.08G 2024-11-10 01:34 | |
14.1-RELEASE-p6_2024-11-10_042257 - - 2.22M 2024-11-10 04:22 | |
14.2-BETA2_2024-11-10_044031 - - 2.56M 2024-11-10 04:40 | |
root@fourteen-pkgbase:~ # bectl destroy 14.2-BETA2_2024-11-10_044031 | |
root@fourteen-pkgbase:~ # bectl destroy 14.1-RELEASE-p6_2024-11-10_042257 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#header { | |
position:relative; | |
background:-moz-linear-gradient(top,#660000 0px,#8F0000 96px,#F7F7F7 97px,#DFDFDF 125px); | |
background:-webkit-linear-gradient(top,#660000 0px,#8F0000 96px,#F7F7F7 97px,#DFDFDF 125px); | |
background:-ms-linear-gradient(top,#660000 0px,#8F0000 96px,#F7F7F7 97px,#DFDFDF 125px); | |
background:linear-gradient(top,#660000 0px,#8F0000 96px,#F7F7F7 97px,#DFDFDF 125px); | |
z-index:99; | |
height:125px; | |
border-bottom:1px solid #B4B4B4; | |
} |
% git -C /usr/doc log --reverse --oneline --no-expand-tabs --extended-regexp --grep='Sponsored by:[[:cntrl:] ]{1,}iXsystems'
04e0947e28 Add some description about how to failover between wired and wireless interface, and how to do it with rc.conf, which is quite useful for laptop users.
ad3d4a1849 Add an ipv6 subpage to be filled with life on Monday.
614de01128 Fill with initial content about IPv6 in FreeBSD these days, IPv6 only snapshots and FreeSBD and world IPv6 day. Can be extended and improved as needed.
5d4f0bd201 Add the Foundation press release on IPv6-only testing images and add World IPv6 Day to upcoming events.
1753bf8237 Add a news entry about the new snapshots and be more explicit about the wiki page.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BE Created Version (abbreviated) | |
n264998-d9fee1d02178-a 2023-08-24 21:07 main-n264998-d9fee1d02178 | |
n264998-d9fee1d02178-b 2023-08-25 15:31 main-n264998-d9fee1d02178 | |
n265053-315ee00fa961-a 2023-08-28 11:13 main-n265053-315ee00fa961 | |
n265053-315ee00fa961-c 2023-08-31 16:36 main-n265053-315ee00fa961 | |
n266415-257b04454818-e 2023-12-03 06:11 main-n266415-257b04454818 | |
n266992-604de40a024c-b 2023-12-19 10:28 main-n266992-604de40a024c | |
n266992-604de40a024c-c 2023-12-22 14:46 main-n266992-604de40a024c | |
n266992-604de40a024c-d 2023-12-25 08:36 main-n266992-604de40a024c | |
n266992-604de40a024c-f 2023-12-31 01:56 main-n266992-604de40a024c |
The themes below are not (or less) troublesome.
- 1.0
The themes below are troublesome.
Notes to self.
I have no idea what might have led to conflicts involving files such as /usr/src/UPDATING
…
% git -C /usr/src stash
% gh repo sync grahamperrin/freebsd-src && git -C /usr/src pull --ff-only && git -C /usr/src pull --ff-only freebsd main
✓ Synced the "grahamperrin:main" branch from "freebsd:main"
Already up to date.
From https://git.freebsd.org/src
Prior to https://github.com/freebsd/freebsd-doc/commit/6ea7740b027363bbf5ed106ab414953f5c2da15e.
Context: freebsd/freebsd-doc#134 (comment)
git -C /usr/doc pull --rebase upstream main
NewerOlder