Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Virtual Machine Profiles for CBSD

NotificationsYou must be signed in to change notification settings

cbsd/cbsd-vmprofiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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-update

You 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-create

If 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.

CBSD Mirrors project

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp