plan.md
· 500 B · Markdown
Raw
# updating 15.0-CURRENT from ~ 3 weeks ago to 15.0-AlPHA1
The overall plan is:
1. upgrade only the GENERIC kernel package
1. update the EFI boot loader /boot/efi/EFI/FreeBSD/current.efi in my case
1. reboot
1. upgrade all the remaining base system packages
1. re-bootstrap pkg for the new userland
1. delete all non-base system packages
1. install my minimal useful package list
1. reboot again
1. install all the toys
1. celebrate
In practice I didn't quite follow this recipe, but close enough.
updating 15.0-CURRENT from ~ 3 weeks ago to 15.0-AlPHA1
The overall plan is:
- upgrade only the GENERIC kernel package
- update the EFI boot loader /boot/efi/EFI/FreeBSD/current.efi in my case
- reboot
- upgrade all the remaining base system packages
- re-bootstrap pkg for the new userland
- delete all non-base system packages
- install my minimal useful package list
- reboot again
- install all the toys
- celebrate
In practice I didn't quite follow this recipe, but close enough.
upgrade.md
· 836 B · Markdown
Raw
# upgrade just the kernel first, and reboot
```
pkg upgrade -r pkg-base FreeBSD-kernel-generic
Updating pkg-base repository catalogue...
pkg-base repository is up to date.
pkg-base is up to date.
The following 1 package(s) will be affected (of 0 checked):
Installed packages to be UPGRADED:
FreeBSD-kernel-generic: 15.snap20250610163850 -> 15.0.1.20250906130029 [pkg-base]
Number of packages to be upgraded: 1
The operation will free 5 MiB.
45 MiB to be downloaded.
Proceed with this action? [y/N]: y
[1/1] Fetching FreeBSD-kernel-generic-15.0.1.20250906130029.pkg: 100% 45 MiB 9.4MB/s 00:05
Checking integrity... done (0 conflicting)
[1/1] Upgrading FreeBSD-kernel-generic from 15.snap20250610163850 to 15.0.1.20250906130029...
[1/1] Extracting FreeBSD-kernel-generic-15.0.1.20250906130029: 100%
```
## reboot ok
upgrade just the kernel first, and reboot
pkg upgrade -r pkg-base FreeBSD-kernel-generic
Updating pkg-base repository catalogue...
pkg-base repository is up to date.
pkg-base is up to date.
The following 1 package(s) will be affected (of 0 checked):
Installed packages to be UPGRADED:
FreeBSD-kernel-generic: 15.snap20250610163850 -> 15.0.1.20250906130029 [pkg-base]
Number of packages to be upgraded: 1
The operation will free 5 MiB.
45 MiB to be downloaded.
Proceed with this action? [y/N]: y
[1/1] Fetching FreeBSD-kernel-generic-15.0.1.20250906130029.pkg: 100% 45 MiB 9.4MB/s 00:05
Checking integrity... done (0 conflicting)
[1/1] Upgrading FreeBSD-kernel-generic from 15.snap20250610163850 to 15.0.1.20250906130029...
[1/1] Extracting FreeBSD-kernel-generic-15.0.1.20250906130029: 100%