該項目是Fedora Remix,旨在為本地化支持提供完整的多功能使用系統。您可以下載實時圖像並嘗試該軟件,然後如果需要,然後將其安裝在PC中。您還可以從可用腳本開始自定義圖像。
此混音的主要目標是:
請參閱有關如何構建實時媒體的詳細說明。
筆記
如果selinux打開,請在構建過程中禁用它:
$ sudo setenforce 0將項目克隆到您的<source-path>獲取來源:
$ git clone https://github.com/mbugni/fedora-remix.git / < source-path >選擇或創建一個<target-path>文件夾放置結果。
安裝Podman:
$ sudo dnf --assumeyes install podman為構建環境創建容器:
$ sudo podman build --file=/ < source-path > /Containerfile --tag=livebuild:fc39通過運行交互式外殼來初始化容器:
$ sudo podman run --privileged --network=host -it --volume=/dev:/dev:ro
--volume=/ < source-path > :/live/source:ro --volume=/ < target-path > :/live/target
--name=livebuild-fc39 --hostname=livebuild-fc39 livebuild:fc39 /usr/bin/bash容器可以多次重複使用和升級。有關更多詳細信息,請參見Podman文檔。
再次進入構建容器:
$ sudo podman start -ia livebuild-fc39首先,如果不運行,請啟動構建容器:
$ sudo podman start livebuild-fc39選擇一個對應於配置文件(例如: Workstation-it_IT )的變體(例如:具有意大利支持的KDE工作站)。
可用的配置文件/變體是:
Minimal (僅控制台,主要用於測試)Desktop (帶基本工具的最小KDE環境)Workstation (KDE環境具有更多功能,例如打印和掃描支持)對於每個變體,您可以附加-it_IT獲取意大利本地化(例如: Desktop-it_IT )。
通過運行kiwi-ng命令來構建.iso映像:
$ sudo podman exec livebuild-fc39 kiwi-ng --profile=Workstation-it_IT --type=iso
--shared-cache-dir=/live/target/cache system build
--description=/live/source/kiwi-descriptions --target-dir=/live/target構建可能需要一段時間(30分鐘或更長時間),這取決於您的機器性能。
在不再需要的時候刪除未使用的資源:
$ sudo podman container rm --force livebuild-fc39
$ sudo podman image rm livebuild:fc39您可以使用Ventoy之類的工具來構建Multiboot USB設備,或者只需使用dd命令將圖像傳輸到單個USB棒上:
$ sudo dd if=/ < target-path > /Fedora-Remix.x86_64- < version > .iso of=/dev/ < stick-device > 安裝後,刪除實時系統資源以通過運行來節省空間:
$ source /usr/local/libexec/remix/livesys-cleanupQuestoèun remix di fedora con Il supporto in Italiano lingua e Tastiera。 Nell'immagine .iso Che si Ottiene sonogiàinstallati i pacchetti e pacchetti e le conformurazioni per Il Il funzionamento在意大利裔delle varie applipazioni中(來了l'Absiente grafico,i Repo Extra et efect)。
il remix ha obiettivi校長:
該項目的所有值得注意的更改將記錄在CHANGELOG.md文件中。
該格式基於保留更改的格式。