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
391398dc
Unverified
Commit
391398dc
authored
Nov 11, 2024
by
Кирилл Уницаев
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update help
parent
af2ffcf2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
16 deletions
+34
-16
build-distro
bin/build-distro
+23
-8
gen-apt-conf
bin/gen-apt-conf
+11
-8
No files found.
bin/build-distro
View file @
391398dc
...
...
@@ -149,16 +149,31 @@ eval set -- "$OPTS"
while
true
;
do
case
"
$1
"
in
-h
|
--help
)
printf
"
\n
"
printf
"Использование:
$0
[опции] [версия дистрибутива]
\n\n
"
printf
"Опции:
\n
"
printf
" --nvidia Собирает дистрибутив с драйверами nvidia
\n
"
printf
" --debug Включает режим отладки
\n
"
printf
" --clean Очистка перед сборкой
\n
"
printf
" --all Собрать все дистрибутивы
\n
"
printf
" --vm Собрать дистрибутив для виртуальной машины
\n
"
printf
" --gnome Собрать дистрибутив с GNOME (по умолчанию)
\n
"
printf
" --hyprland Собрать дистрибутив с Hyprland
\n
"
printf
" -h, --help Вывод этой справки
\n
"
printf
" -h | --help Вывод этой справки
\n
"
printf
" Окружения:
\n
"
printf
" --gnome Собрать дистрибутив с GNOME (по умолчанию)
\n
"
printf
" --hyprland Собрать дистрибутив с Hyprland
\n
"
printf
" --all Собрать все дистрибутивы
\n
"
printf
"
\n
"
printf
" Настройки образа:
\n
"
printf
" --nvidia Собрать дистрибутив с драйверами NVIDIA
\n
"
printf
" -r | --repos Установить используемые репозитории
\n
"
printf
" (По умолчанию: sisyphus,ximper)
\n
"
printf
" (репозитории используются тольок во время сборки)
\n
"
printf
" --net | --network Использовать сетевые репозитории
\n\n
"
printf
" Репозитории:
\n
"
printf
" - sisyphus
\n
"
printf
" - ximper
\n
"
printf
" - hasher
\n
"
printf
"
\n
"
printf
" Прочее:
\n
"
printf
" --debug Включить режим отладки
\n
"
printf
" --clean Очистить TMP перед сборкой
\n
"
printf
" --vm Собрать дистрибутив для виртуальной машины
\n
"
printf
" Перемещает готовый образ в
$VMDIR
\n
"
exit
0
;;
--nvidia
)
...
...
bin/gen-apt-conf
View file @
391398dc
...
...
@@ -17,16 +17,19 @@ eval set -- "$OPTS"
while
true
;
do
case
"
$1
"
in
-h
|
--help
)
printf
"
\n
"
printf
"Использование:
$0
[опции]
\n\n
"
printf
"Опции:
\n
"
printf
" -h, --help Вывод этой справки
\n
"
printf
" -d, --dir Путь к tmp
\n
"
printf
" -r, --repos Список репозиториев
\n
"
printf
" --net, --network Использовать сетевые репозитории
\n\n
"
printf
"Репозитории:
\n
"
printf
" sisyphus
\n
"
printf
" ximper
\n
"
printf
" hasher
\n
"
printf
" -h | --help Вывод этой справки
\n
"
printf
" -d | --dir Путь к tmp
\n
"
printf
" -r | --repos Установить используемые репозитории
\n
"
printf
" (По умолчанию: sisyphus,ximper)
\n
"
printf
" (репозитории используются тольок во время сборки)
\n
"
printf
" --net | --network Использовать сетевые репозитории
\n\n
"
printf
" Репозитории:
\n
"
printf
" - sisyphus
\n
"
printf
" - ximper
\n
"
printf
" - hasher
\n
"
exit
0
;;
-d
|
--dir
)
...
...
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