helloSystem / helloSystem/Utilities

System Update utility

Open
#33 88 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
29
Forks
30
PR merge metrics
No merged PRs in 30d

Description

Write a __System Update__ utility that installs the update into a new Boot Environment.

Along the lines of

```
pkg upgrade --fetch-only -y
beadm list
beadm create c572e
beadm mount c572e /media/c572e
chroot /media/c572e
pkg upgrade -y
pkg upgrade -r FreeBSD -y
exit
beadm list
beadm umount c572e
```

Thanks @grahamperrin

We could then make the next boot go into the new Boot Environment, and ask the user there whether all subsequent boots should continue to go there. Or something like that.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.