- Notifications
You must be signed in to change notification settings - Fork6
cbsd/cbsd-vmprofiles
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
During the release ofCBSD, all profiles are checked and contain the correct amounts of CRC, however this situation may change over time - for example, OS authors released an update to the image on their resource.
In such cases, the attempt to get an image from the official site (and its mirrors) will result in a CRC amount error, while the official CBSD mirrors of the project will return the correct, but old copy.
In such cases, you need to update the checksums in the profiles and update the image.
The first thing you can do if you are in this situation - try to update your profiles withGitHub - then, in your situation already updated these profiles for you.
To do this, your system must have thegit utility installed. The update occurs through the Makefile script in the$workdir/etc directory. To update:
make -C ~cbsd/etc profiles-updateYou can add this operation tocrontab for automatic periodic updates. If you do this for the first time, before you update the profile, you must initialize the git repository (it is executed only once):
make -C ~cbsd/etc profiles-createIf there are no updates, you can help the project (and make the same users happy as you are) by creating aGitHub correspondingpull-request to change the CRC (or updating links and versions).
If you are at your own risk and want to take an ISO image, despite the discrepancy between the amounts of CRC, you have two options:
- Adjust thesha256sum value in a particular profile by settingsha256sum=0. Whensha256sum=0, this causesCBSD to skip the CRC check.Refer to the sectionCBSD profiles for details on how to overwrite certain parameters.
- Prevent CRC checksums globally through theBSD_ISO_SKIP_CHECKSUM=[yes|no] environment variable (or configuration file), for example: env CBSD_ISO_SKIP_CHECKSUM=yes cbsd bstart ..
To automatically update CRC amounts in profiles, you can use thefetch_iso script, which we will discuss below.
You can create your own mirror that will store old images that are no longer on the original servers, but you still need.
Check out:https://github.com/cbsd/mirrors
About
Virtual Machine Profiles for CBSD
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.