143 | | --version: set [version] (default: VineSeed) |
144 | | --arch: set [arch] (default: x86_64) |
145 | | --category: set [categories] (default: main,plus,nonfree) |
146 | | --dist-upgrade: make VineSeed bootstrap via 5.2 |
147 | | --unionfs: cover a bootstrap with unionfs |
148 | | --target: build rpms with [target] |
149 | | --with-compat32: build rpms with compat32 on bootstrap |
150 | | --rpmbuild-define: give a option --define [macro_expr] to rpmbuild |
151 | | --rpmbuild-with: give a option --with [bcond_with] to rpmbuild |
152 | | --rpmbuild-without: give a option --without [bcond_with] to rpmbuild |
153 | | --sign: sign built rpms |
154 | | --no-install: build only a source rpm - do NOT install a built rpm |
155 | | --login: login in chroot as root user |
156 | | --bootstrap-dir: set a bootstrap directory (default: /var/local/vbootstrap) |
157 | | --unionfs-dir: set a directory to store unionfs images of vbootstrap (default: /var/local/vbootstrap/unionfs) |
158 | | --cache-dir: set a directory to cache rpms (default: /var/local/vbootstrap/cache) |
159 | | --built-rpms-dir: set a directory to store built rpms in chroot (default: /root/rpm/vbuilder) |
160 | | --debug: enable debug mode |
161 | | --help: show this help |
| 144 | --profile: [profile] を設定 |
| 145 | --version: [version] を設定 (デフォルト: ) |
| 146 | --arch: [arch] を設定 (デフォルト: ) |
| 147 | --category: [categories] を設定 (デフォルト: ) |
| 148 | --fetch-url: パッケージを取得する [fetch_url] を設定 (デフォルト: ) |
| 149 | --dist-upgrade: 経由で VineSeed ブートストラップを構築する |
| 150 | --unionfs: unionfs でブートストラップをカバーする |
| 151 | --target: [target] で rpm をビルドする |
| 152 | --with-compat32: compat32 を付加して rpm をビルドする |
| 153 | --rpmbuild-define: rpmbuild に --define [macro_expr] を与える |
| 154 | --rpmbuild-with: rpmbuild に --with [bcond_with] を与える |
| 155 | --rpmbuild-without: rpmbuild に --without [bcond_with] を与える |
| 156 | --sign: ビルドされた rpm を署名する |
| 157 | --no-install: ビルドされた rpm をインストールしない |
| 158 | --login: root として chroot にログインする |
| 159 | --bootstrap-dir: ブートストラップディレクトリを設定 (デフォルト: ) |
| 160 | --unionfs-dir: unionfs イメージを格納するディレクトリを設定 (デフォルト: ) |
| 161 | --cache-dir: rpm のキャッシュディレクトリを設定 (デフォルト: ) |
| 162 | --built-rpms-dir: chroot でビルドされた rpm を格納するディレクトリを設定 (デフォルト: ) |
| 163 | --debug: デバッグモードを有効 |
| 164 | --help: このヘルプを表示します |
| 165 | |
164 | | clean: clean the bootstrap of [version] |
165 | | build: build a bootstrap of [version] |
166 | | build-rpm: build [src.rpm] on a bootstrap |
167 | | install-rpm: install [arch.rpm|package] on a bootstrap |
168 | | remove-rpm: remove [package] on a bootstrap |
169 | | show-info: show basic informations and logs in chroot |
170 | | |
171 | | For example, |
172 | | * make a clean/plain build environment on the current archtecture: |
| 168 | clean: [version] のブートストラップを削除する |
| 169 | build: [version] のブートストラップを構築する |
| 170 | build-rpm: ブートストラップ上で [src.rpm] をビルドする |
| 171 | install-rpm: ブートストラップ上に [arch.rpm|package] をインストールする |
| 172 | remove-rpm: ブートストラップ上から [package] を削除する |
| 173 | |
| 174 | |
| 175 | Examples: |
| 176 | * 手元と同一バージョン、同一アーキテクチャのビルド環境を構築する: |