e4e23897a1
This patch finalizes the block device refactoring. It moves the three remaining levels (filesystem creation, mount and fstab handling) into the new python module. Now it is possible to use any number of disk images, any number of partitions and used them mounted to different directories. Notes: * unmount_dir : modified to only unmount the subdirs mounted by mount_proc_sys_dev(). dib-block-device unmounts $TMP_MOUNT_PATH/mnt (see I85e01f3898d3c043071de5fad82307cb091a64a9) Change-Id: I592c0b1329409307197460cfa8fd69798013f1f8 Signed-off-by: Andreas Florath <andreas@florath.net> Closes-Bug: #1664924 |
||
---|---|---|
.. | ||
root.d | ||
element-deps | ||
package-installs.yaml | ||
README.rst |
============== zypper-minimal ============== Base element for creating minimal SUSE-based images This element is incomplete by itself so you probably want to use it along with the opensuse-minimal one. It requires 'zypper' to be installed on the host. Repositories ------------ This element expects the `ZYPPER_REPOS` variable to be exported by the operating system element. This variable contains repository mappings in the following format: `${repo_name}==>${repo_url}`. For example:: ZYPPER_REPOS="update=>http://download.opensuse.org/update/leap/42.1/oss/ " ZYPPER_REPOS+="oss=>http://download.opensuse.org/distribution/leap/42.1/repo/oss/" export ZYPPER_REPOS