kiwi-el8/kiwi
Marcus Schäfer 8dbf932c05
Fixed host to image root data setup
On bind mounts check if the origin path exists on the host.
On copy check if the origin file exists on the host
2016-02-17 10:56:40 +01:00
..
boot Handle 32bit Intel arch as ix86 in boot code 2016-02-15 12:59:54 +01:00
config Don't strip ctc_configure from initrd 2016-02-15 10:08:36 +01:00
schema Recompile schema and data structures 2016-01-29 14:38:29 +01:00
xsl Refactor source code structure 2015-12-17 11:26:49 +01:00
__init__.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
app.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
archive_builder.py Added result bundler 2016-02-15 00:08:55 +01:00
archive_cpio.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
archive_tar.py Added recovery setup 2016-01-05 11:36:10 +01:00
boot_image_base.py Refactor internal boot image task 2016-02-11 11:19:57 +01:00
boot_image_kiwi.py Refactor internal boot image task 2016-02-11 11:19:57 +01:00
bootloader_config_base.py Change default ec2 root_cmdline_parameter 2016-02-11 11:19:57 +01:00
bootloader_config_grub2.py Allow building 32bit bios images 2016-02-15 12:46:07 +01:00
bootloader_config_isolinux.py Allow building 32bit bios images 2016-02-15 12:46:07 +01:00
bootloader_config_zipl.py Prevent duplicate validation of cmdline 2016-01-26 09:50:51 +01:00
bootloader_config.py Activate zipl bootloader config in factory class 2016-01-24 12:26:41 +01:00
bootloader_install_base.py Added BootLoaderInstallZipl class 2016-01-24 21:29:06 +01:00
bootloader_install_grub2.py Added BootLoaderInstallZipl class 2016-01-24 21:29:06 +01:00
bootloader_install_zipl.py Fixed zipl bootloader setup and install 2016-01-25 11:47:41 +01:00
bootloader_install.py Added BootLoaderInstallZipl class 2016-01-24 21:29:06 +01:00
bootloader_template_grub2.py Added live ISO grub2 efi template and setup 2016-01-13 12:04:09 +01:00
bootloader_template_isolinux.py Added live ISO grub2 efi template and setup 2016-01-13 12:04:09 +01:00
bootloader_template_zipl.py Added zipl bootloader template 2016-01-21 11:38:20 +01:00
checksum.py landscape: fix unused imports 2015-12-05 21:53:51 +01:00
cli_task.py Add support for alternative config file *.kiwi 2016-01-25 16:24:23 +01:00
cli.py Added git like command completion 2016-02-09 21:12:03 +01:00
command_process.py Fixed CommandIterator 2016-02-07 18:12:31 +01:00
command.py landscape: fix unused variables 2015-12-05 22:17:27 +01:00
compress.py Added install pxe archive support 2016-01-05 15:40:40 +01:00
container_builder.py Added result bundler 2016-02-15 00:08:55 +01:00
container_image_docker.py Added ContainerImage class 2016-01-19 11:53:34 +01:00
container_image.py Added ContainerImage class 2016-01-19 11:53:34 +01:00
container_setup_base.py Fixed deactivate_systemd_service 2016-02-17 10:54:58 +01:00
container_setup_docker.py Added ContainerSetup classes 2016-01-18 16:59:58 +01:00
container_setup.py Added ContainerSetup classes 2016-01-18 16:59:58 +01:00
data_sync.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
defaults.py Move default boot timeout to Defaults class 2016-01-25 12:05:18 +01:00
device_provider.py Add LuksDevice class and implementation 2015-12-22 14:13:11 +01:00
disk_builder.py Added result bundler 2016-02-15 00:08:55 +01:00
disk_format_base.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
disk_format_gce.py Fixing landscape issues 2016-01-18 17:30:38 +01:00
disk_format_qcow2.py Fixed option handling for vmdk format 2016-01-01 22:55:09 +01:00
disk_format_vhd.py Fixed option handling for vmdk format 2016-01-01 22:55:09 +01:00
disk_format_vhdfixed.py Fixing landscape issues 2016-01-18 17:30:38 +01:00
disk_format_vmdk.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
disk_format.py Fixed custom args setup for vmdk format 2016-02-09 15:43:15 +01:00
disk_setup.py Refactor Firmware class 2016-01-20 17:06:09 +01:00
disk.py Move VTOC creation into Disk class 2016-01-25 10:34:41 +01:00
exceptions.py Added result bundler 2016-02-15 00:08:55 +01:00
filesystem_base.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
filesystem_btrfs.py landscape: fix unused imports 2015-12-05 21:53:51 +01:00
filesystem_builder.py Added result bundler 2016-02-15 00:08:55 +01:00
filesystem_clicfs.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
filesystem_ext2.py landscape: fix unused imports 2015-12-05 21:53:51 +01:00
filesystem_ext3.py landscape: fix unused imports 2015-12-05 21:53:51 +01:00
filesystem_ext4.py landscape: fix unused imports 2015-12-05 21:53:51 +01:00
filesystem_fat16.py landscape: fix unused imports 2015-12-05 21:53:51 +01:00
filesystem_fat32.py landscape: fix unused imports 2015-12-05 21:53:51 +01:00
filesystem_isofs.py Added fix_boot_catalog and relocate_boot_catalog 2016-01-27 12:36:44 +01:00
filesystem_setup.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
filesystem_squashfs.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
filesystem_xfs.py landscape: fix unused imports 2015-12-05 21:53:51 +01:00
filesystem.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
firmware.py Make sure get_partition_table_type returns a value 2016-01-25 21:44:19 +01:00
help.py Man pages are below level 2 2016-02-09 17:41:52 +01:00
image_builder.py Added ImageBuilder factory 2016-01-20 10:59:43 +01:00
image_identifier.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
install_image_builder.py Put arch and version to output image file name 2016-02-10 10:33:11 +01:00
internal_boot_image_task.py Refactor internal boot image task 2016-02-11 11:19:57 +01:00
iso.py Allow building 32bit bios images 2016-02-15 12:46:07 +01:00
kernel.py Refactor boot data extraction from boot image 2015-12-06 20:43:38 +01:00
kiwi.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
live_image_builder.py Allow building 32bit bios images 2016-02-15 12:46:07 +01:00
logger.py Close progress line with CR when finished 2016-01-20 10:59:43 +01:00
loop_device.py Fixed LoopDevice class 2016-01-25 10:16:37 +01:00
luks_device.py Fixed LUKS setup for dracut 2015-12-22 19:44:49 +01:00
mapped_device.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
package_manager_base.py landscape: fix unused imports 2015-12-05 21:53:51 +01:00
package_manager_yum.py Make sure to cleanup yum requests after processing 2016-02-07 19:47:56 +01:00
package_manager_zypper.py Fixed regular expression pattern 2016-01-25 18:25:20 +01:00
package_manager.py Added support for yum package manager 2016-02-07 15:16:10 +01:00
partitioner_dasd.py Move VTOC creation into Disk class 2016-01-25 10:34:41 +01:00
partitioner_gpt.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
partitioner_msdos.py landscape: fix unused imports 2015-12-05 21:53:51 +01:00
partitioner.py Allow building 32bit bios images 2016-02-15 12:46:07 +01:00
path.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
privileges.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
profile.py Put kiwi_btrfs_root_is_snapshot to boot profile 2016-01-29 14:43:47 +01:00
pxe_builder.py Added result bundler 2016-02-15 00:08:55 +01:00
raid_device.py Add LuksDevice class and implementation 2015-12-22 14:13:11 +01:00
repository_base.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
repository_yum.py Added yum repository support 2016-02-07 14:52:12 +01:00
repository_zypper.py Fixed use of iso mounted repositories 2016-02-07 14:52:34 +01:00
repository.py Added yum repository support 2016-02-07 14:52:12 +01:00
result_bundle_task.py Added result bundler 2016-02-15 00:08:55 +01:00
result_list_task.py Use normpath to avoid double slash in output 2016-01-15 11:45:29 +01:00
result.py Added result bundler 2016-02-15 00:08:55 +01:00
root_bind.py Fixed host to image root data setup 2016-02-17 10:56:40 +01:00
root_init.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
shell.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
system_build_task.py Support building in buildservice worker 2016-02-02 15:01:02 +01:00
system_create_task.py Added ImageBuilder factory 2016-01-20 10:59:43 +01:00
system_prepare_task.py Support building in buildservice worker 2016-02-02 15:01:02 +01:00
system_setup.py Added export_modprobe_setup method to SystemSetup 2016-02-10 16:26:35 +01:00
system_size.py landscape: fix unused imports 2015-12-05 21:53:51 +01:00
system_update_task.py No need for a condition if there is no alternative 2016-01-20 11:12:18 +01:00
system.py Refactor creation of a PackageManager factory 2015-12-10 17:43:04 +01:00
uri.py Fixed use of iso mounted repositories 2016-02-07 14:52:34 +01:00
users.py Fixed user group creation 2015-12-21 11:32:11 +01:00
version.py Bump version: 8.10.0 → 8.10.1 2016-02-02 23:26:17 +01:00
volume_manager_base.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
volume_manager_btrfs.py Fixed btrfs build with snapshots 2016-01-29 21:07:03 +01:00
volume_manager_lvm.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
volume_manager.py Refactor variable name for root directory 2016-01-19 11:15:18 +01:00
xml_description.py KIWI - appliance builder next generation 2015-12-05 16:17:10 +01:00
xml_parse.py Recompile schema and data structures 2016-01-29 14:38:29 +01:00
xml_state.py Fixed stateful copy of repository section 2016-02-07 17:36:49 +01:00