Marcus Schäfer
266abb3f32
Bump version: 10.0.22 → 10.0.23
2024-07-04 12:57:58 +02:00
Marcus Schäfer
9c8f0b0879
Add support for arch selector on volumes
...
The optional <volume ... arch=""/> attribute allows to create
the volume only if it matches the specified host architecture.
Multiple architecture names can be specified as comma separated
list.
2024-07-04 10:58:37 +02:00
Marcus Schäfer
8162e45562
Add rd.kiwi.oem.force_resize boot option
...
Forces the disk resize process on an OEM disk image.
If set, no sanity check for unpartitioned/free space
is performed and also an eventually configured
<oem-resize-once> configuration from the image description
will not be taken into account. This Fixes bsc#1224389
2024-07-01 10:22:41 +02:00
Marcus Schäfer
eb4ef38876
Bump version: 10.0.21 → 10.0.22
2024-06-18 08:42:17 +02:00
Marcus Schäfer
cbf40d5142
Allow to customize the path of the isoscan cowfile
...
Added rd.live.cowfile.path option to specify the cowfile at
any path below the isoscan-loop-mount. This Fixes #2554
2024-06-10 16:13:37 +02:00
Neal Gompa (ニール・ゴンパ)
77972bee00
Merge pull request #2564 from OSInside/revise-concept-workflow
...
Revise concept workflow
2024-06-09 09:41:19 -04:00
Dmitri Popov
553834caa2
Revise users.rst
2024-06-06 14:24:07 +02:00
Dmitri Popov
a39960e4ec
REvise systemdeps.rst
2024-06-06 13:57:29 +02:00
Dmitri Popov
cd8306773b
Revise shell_scripts.rst
2024-06-06 13:42:57 +02:00
Marcus Schäfer
17ef9df9a8
Add initrd boot option rd.kiwi.allow_plymouth
...
By default kiwi stops plymouth if present and active in the
initrd. Setting rd.kiwi.allow_plymouth will keep plymouth
active in the initrd including all effects that might have
to the available consoles. This is related to bsc#1214824
2024-06-06 12:38:00 +02:00
Marcus Schäfer
e7a71ce943
Bump version: 10.0.20 → 10.0.21
2024-06-04 11:13:01 +02:00
Marcus Schäfer
80b94dbb62
Bump version: 10.0.19 → 10.0.20
2024-06-03 09:22:00 +02:00
Marcus Schäfer
9cd8e19aed
Add support for arch attr in repository element
...
Allow to provide different repository sections per architecture
2024-06-01 20:55:02 +02:00
Marcus Schäfer
8b72820ec2
Add --list-profiles to image info
...
Allow to list available profiles from the processed image
description
2024-05-31 12:38:04 +02:00
Marcus Schäfer
8560659b40
Bump version: 10.0.18 → 10.0.19
2024-05-30 21:55:20 +02:00
Marcus Schäfer
ce108802f9
Bump version: 10.0.17 → 10.0.18
2024-05-29 18:18:26 +02:00
Marcus Schäfer
58eb12261a
Bump version: 10.0.16 → 10.0.17
2024-05-29 15:18:38 +02:00
Marcus Schäfer
506a145126
Fixed box plugin documentation
...
The provided example was no longer correct according to
changes on the image description referenced in the example
2024-05-29 12:35:43 +02:00
Marcus Schäfer
93d1dca76d
Bump version: 10.0.15 → 10.0.16
2024-05-08 15:46:17 +02:00
Marcus Schäfer
3f3ee8c296
Bump version: 10.0.14 → 10.0.15
2024-05-07 16:18:28 +02:00
Dmitri Popov
64a74eb592
REview runtime_configuration.rst
2024-05-07 11:29:18 +02:00
Dmitri Popov
af3394be34
Review repository_setup.rst
2024-05-07 11:28:45 +02:00
Marcus Schäfer
1737219b2e
Add support for stopsignal in containerconfig
...
Allow to specify the stopsignal via the containerconfig
element as the following example shows
<type image="docker">
<containerconfig ...>
<stopsignal>SIGINT</stopsignal>
</containerconfig>
</type>
This Fixes #2543
2024-05-02 16:27:14 +02:00
Marcus Schäfer
9ab7fefe57
Bump version: 10.0.13 → 10.0.14
2024-05-02 15:24:20 +02:00
Neal Gompa
cc0e3283a4
doc: Document the bls option for the grub bootloader
2024-05-02 06:42:27 -04:00
Marcus Schäfer
0b40402119
Bump version: 10.0.12 → 10.0.13
2024-04-30 14:25:56 +02:00
Dmitri Popov
5c9af3c5bd
Revise profiles.rst
2024-04-17 16:05:42 +02:00
Dmitri Popov
dedbe7d150
Revise packages.rst
2024-04-17 15:32:04 +02:00
Dmitri Popov
86a91ed44a
Revise customize_the_boot_process.rst
2024-04-17 15:09:39 +02:00
Marcus Schäfer
134625435c
Bump version: 10.0.11 → 10.0.12
2024-04-17 12:28:35 +02:00
Marcus Schäfer
a6fdb31205
Fix typo in documentation main page
...
Superfluous format sequence
2024-04-09 14:13:08 +02:00
Marcus Schäfer
2bd0ebf6a5
Bump version: 10.0.10 → 10.0.11
2024-04-04 17:17:42 +02:00
Marcus Schäfer
3220e357d3
Add schema upgrade opportunity for old schemas
...
kiwi files using a schema version < 7.4 are no longer supported
by kiwi >= v10.x.x. Thus this commit provides the required
XSL stylesheets to upgrade older schemas to v74 such that they
can be consumed by the latest kiwi version. The needed xsltproc
instruction is placed on the main page of the documentation.
2024-04-04 16:52:25 +02:00
Marcus Schäfer
1da2886fd1
Delete kiwi compat mode
...
The compat mode allowed a kiwi v7 legacy argument translation
and is obsolete since a long time
2024-04-03 13:42:07 +02:00
Marcus Schäfer
965b33d549
Bump version: 10.0.9 → 10.0.10
2024-03-28 16:27:08 +01:00
Marcus Schäfer
d91c37c145
Bump version: 10.0.8 → 10.0.9
2024-03-27 17:44:16 +01:00
Dmitri Popov
166373f308
Revise customize_boot
2024-03-26 14:21:00 +01:00
Marcus Schäfer
12ffb896df
Bump version: 10.0.7 → 10.0.8
2024-03-23 14:15:28 +01:00
Marcus Schäfer
f0c9eff953
Bump version: 10.0.6 → 10.0.7
2024-03-20 15:11:54 +01:00
Marcus Schäfer
61da7aeade
Add support for %v in bundle format
...
Allow a placeholder for the entire version text as
provided by the <version> section
2024-03-19 17:09:39 +01:00
Marcus Schäfer
88ccd4d1e9
Allow bundle format to be set on the commandline
...
The bundle format is usually specified as part of the image
description in the bundle_format attribute. This commit also
allows to specify/overwrite the bundle format in the kiwi
result bundle command via the new --bundle-format option.
This Fixes #2509
2024-03-19 15:50:23 +01:00
Marcus Schäfer
b29c7e04fe
Bump version: 10.0.5 → 10.0.6
2024-03-19 08:48:09 +01:00
Dmitri Popov
3b3ac7cb78
Revise system_update.rst
2024-03-14 11:57:55 +01:00
Dmitri Popov
492106f0b3
Revise system_prepare.rst
2024-03-14 11:57:54 +01:00
Dmitri Popov
a50fc0a6b5
Revise system_create.rst
2024-03-14 11:57:19 +01:00
Dmitri Popov
ee5de2c89f
Revise system_build.rst
2024-03-14 11:57:17 +01:00
Dmitri Popov
7098e4c374
Temp commit
2024-03-14 11:56:12 +01:00
Dmitri Popov
21084986e1
Revise image_size, kiwi
2024-03-14 11:56:12 +01:00
Dmitri Popov
dc49dfae9a
Revise image info
2024-03-14 11:56:12 +01:00
Marcus Schäfer
eeaeeecf9f
Bump version: 10.0.4 → 10.0.5
2024-03-13 15:09:21 +01:00