跳至內容

Libreboot/簡介

來自華夏公益教科書,開放世界的開放書籍
Libreboot 標誌。

Libreboot 是一個 coreboot 發行版(distro),去除了專有軟體,旨在成為您的計算機的 自由(libre)“BIOS”替代方案。該專案的目標是使用者,試圖使 coreboot 儘可能易於使用。 瞭解有關 libreboot 的更多資訊.

在這種情況下,“自由”指的是自由(自由);閱讀完整的 自由軟體定義.

這是一個非官方維基,記錄了 libreboot。其目的是幫助人們在他們的計算機上安裝 libreboot。有關 libreboot 的資訊可以在 libreboot 專案主頁 上找到。

穩定版本

[編輯 | 編輯原始碼]

http://libreboot.org/docs/release.html

安裝說明: http://libreboot.org/docs/install/index.html

最新版本

[編輯 | 編輯原始碼]

以下是您如何在 Trisquel 7 中從 git 構建 libreboot 的方法(強烈建議使用 x86_64)

sudo apt-get install git
git clone http://libreboot.org/libreboot.git
cd libreboot/
sudo ./resources/scripts/dependencies/trisquel7dependencies
./download all
./build module all
./build roms withgrub

ROM 影像將在 bin/ 下。

就這樣。可選(在完成上述步驟後)

./build release archives

檔案將在 release/ 下。

在 x86_64 上構建:libreboot_util.tar.xz 檔案將不包含用於 bucts/flashrom 的靜態 ARM 或 i686 二進位制檔案。release/tobuild.tar.xz 包含您在這些系統上構建的原始碼。

在 i686 上構建:libreboot_util.tar.xz 檔案將不包含任何實用程式的 x86_64 二進位制檔案,也不包含用於 flashrom 的靜態 ARM 二進位制檔案。release/tobuild.tar.xz 包含您在這些系統上構建的原始碼。

Libreboot 將在以後支援交叉編譯這些實用程式。

Libreboot 專案還提供了從上述步驟構建的快照(定期更新)。這些可以在 libreboot 專案主頁 上找到連結。

以上說明基於 http://libreboot.org/gitdocs/git/index.html

安裝說明可以在 http://libreboot.org/gitdocs/install/index.html 中找到

華夏公益教科書