Update to FreeBSD 13.2.
This commit is contained in:
parent
533d732059
commit
ac914b7ff0
@ -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:
|
||||
|
@ -19,6 +19,7 @@
|
||||
- kdiff3
|
||||
- tcpdump
|
||||
- moreutils # for ts [%Y-%m-%d %H:%M:%.S]
|
||||
- ddrescue
|
||||
state: present
|
||||
|
||||
- name: Set timezone
|
||||
|
@ -1 +1 @@
|
||||
freebsd_version: "releng/13.1"
|
||||
freebsd_version: "releng/13.2"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user