Update to FreeBSD 13.2.

This commit is contained in:
Tom Alexander 2023-04-12 14:08:40 -04:00
parent 533d732059
commit ac914b7ff0
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
7 changed files with 7 additions and 4 deletions

View File

@ -18,6 +18,7 @@ users:
zfs_snapshot_datasets:
# - zroot/linux/archmain/home
- zroot/linux/archmain/be
- zroot/data/bridge/family_disks
install_graphics: true
graphics_driver: "intel"
build_user:

View File

@ -19,6 +19,7 @@
- kdiff3
- tcpdump
- moreutils # for ts [%Y-%m-%d %H:%M:%.S]
- ddrescue
state: present
- name: Set timezone

View File

@ -1 +1 @@
freebsd_version: "releng/13.1"
freebsd_version: "releng/13.2"

View File

@ -14,6 +14,7 @@
- vifm # For aurutils
- vim # For aurutils
- expect # For aurutils
- pacman-contrib # For paccache for aurutils-purge
state: present
- name: Extract aurutils aur entry

View File

@ -25,7 +25,7 @@ function by_src {
}
function by_bin {
DESTRELEASE=13.1-RELEASE
DESTRELEASE=13.2-RELEASE
DESTARCH=`uname -m`
SOURCEURL=http://ftp.freebsd.org/pub/FreeBSD/releases/$DESTARCH/$DESTRELEASE/
for component in base ports; do fetch $SOURCEURL/$component.txz -o - | tar -xf - -C "$DESTDIR" ; done

View File

@ -778,7 +778,7 @@
#Server = https://mirror.cov.ukservers.com/archlinux/$repo/os/$arch
## United States
Server = http://mirrors.acm.wpi.edu/archlinux/$repo/os/$arch
#Server = http://mirrors.acm.wpi.edu/archlinux/$repo/os/$arch
Server = http://mirrors.advancedhosters.com/archlinux/$repo/os/$arch
Server = http://mirrors.aggregate.org/archlinux/$repo/os/$arch
Server = http://il.us.mirror.archlinux-br.org/$repo/os/$arch

View File

@ -6,6 +6,6 @@ IFS=$'\n\t'
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export XDG_CURRENT_DESKTOP=sway
export WLR_RENDERER=vulkan
#export WLR_RENDERER=vulkan
exec sway -d &> $HOME/.config/swaylog