Closed ericbsd closed 3 months ago
Command to switch OS packages with pkgbase using bectl.
sudo bectl create basepkg-test sudo bectl mount basepkg-test /mnt/ sudo pkg-static -r /mnt delete -g 'os-generic-*' sudo pkg-static -r /mnt install -r GhostBSD-base -g 'GhostBSD-*' sudo cp /etc/passwd /mnt/etc/passwd sudo cp /etc/master.passwd /mnt/etc/master.passwd sudo cp /etc/group /mnt/etc/group sudo cp /etc/sysctl.conf /mnt/etc/sysctl.conf sudo chroot /mnt pwd_mkdb -p /etc/master.passwd sudo bectl umount basepkg-test
Update Station will need to detect that it is time to delete.
While working on ghostbsd-build, I was reminded that /proc is now missing when moving to pkgbase.
Completed the update was pushed.
Command to switch OS packages with pkgbase using bectl.
Update Station will need to detect that it is time to delete.