Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-builder
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-builder
Commits
f5d4a405
Verified
Commit
f5d4a405
authored
Feb 20, 2026
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: update README.md
parent
e8b89a16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
17 deletions
+16
-17
README.md
README.md
+16
-17
No files found.
README.md
View file @
f5d4a405
...
@@ -16,34 +16,26 @@ git clone git@gitlab.eterfund.ru:ximperlinux/mkimage-profiles.git
...
@@ -16,34 +16,26 @@ git clone git@gitlab.eterfund.ru:ximperlinux/mkimage-profiles.git
./bin/build-distro [версия] [опции]
./bin/build-distro [версия] [опции]
```
```
Пример:
Пример
ы
:
```
```
./bin/build-distro devel --repos deferred,ximper-additives,hasher --hyprland
./bin/build-distro devel --de=hyprland --repos deferred,ximper-additives,hasher
./bin/build-distro devel --de=gnome,kde --nvidia --clean
./bin/build-distro 25.1 --all --network
```
```
При сборке вне builde64 используйте
`--network`
При сборке вне builde64 используйте
`--network`
###
Дополнительные о
пции
###
О
пции
#### Окружения
#### Окружения
`--gnome`
- Собрать дистрибутив с GNOME (по умолчанию)
`--de=ОКРУЖЕНИЯ`
- Рабочие окружения через запятую (по умолчанию: gnome). Пример:
`--de=gnome,kde`
`--kde`
- Собрать дистрибутив с KDE
`--hyprland`
- Собрать дистрибутив с Hyprland
#### Настройки сборки
#### Настройки сборки
`--nvidia`
- Собрать дистрибутив с драйверами NVIDIA
`--nvidia`
- Собрать дистрибутив с драйверами NVIDIA
`--all`
- Собрать все
дистрибутив
ы (default + nvidia)
`--all`
- Собрать все
вариант
ы (default + nvidia)
`-r`
|
`--repos`
- Установить используемые во время сборки репозитории (По умолчанию: sisyphus,ximper)
`-r`
|
`--repos`
- Репозитории через запятую (по умолчанию: deferred,ximper-additives). Пример:
`--repos deferred,ximper-additives,hasher`
##### Репозитории:
-
deferred
-
ximper-additives
-
ximper-additives-devel
-
hasher
`--net`
|
`--network`
- Использовать сетевые репозитории
`--net`
|
`--network`
- Использовать сетевые репозитории
...
@@ -58,13 +50,20 @@ git clone git@gitlab.eterfund.ru:ximperlinux/mkimage-profiles.git
...
@@ -58,13 +50,20 @@ git clone git@gitlab.eterfund.ru:ximperlinux/mkimage-profiles.git
./bin/deploy [версия] [опции]
./bin/deploy [версия] [опции]
```
```
###
Дополнительные о
пции
###
О
пции
`--debug`
- Включить режим отладки
`--debug`
- Включить режим отладки
`--commit`
- Переместить образ из Devel в Current
`--commit`
- Переместить образ из Devel в Current
`--devel`
- Включить режим devel
`--devel`
- Включить режим devel
## Очистка
```
./bin/cleartmp # Очистить артефакты сборки
./bin/cleartmp -i # Также удалить ISO файлы
```
## License
## License
GPL-3.0 License
GPL-3.0 License
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment