diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2013-08-17 08:10:14 +0300 |
---|---|---|
committer | Fathi Boudra <fathi.boudra@linaro.org> | 2013-08-17 08:10:14 +0300 |
commit | 47a68988c7c6042cb373402355fa16663b0c62f1 (patch) | |
tree | b7ad8fcbe669d2c7678300b261828cd2877d7e1a /linaro_image_tools/media_create/chroot_utils.py | |
parent | e66296ece4e18d3137f5af96138f3461e3fc48f4 (diff) | |
parent | 51605ba19ca3a77c5e52b5e078f804ce78d790e1 (diff) | |
download | linaro-image-tools-47a68988c7c6042cb373402355fa16663b0c62f1.tar.gz |
Add initial support for Fedora rootfs
Diffstat (limited to 'linaro_image_tools/media_create/chroot_utils.py')
-rw-r--r-- | linaro_image_tools/media_create/chroot_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linaro_image_tools/media_create/chroot_utils.py b/linaro_image_tools/media_create/chroot_utils.py index 83b0f6d..6776c4c 100644 --- a/linaro_image_tools/media_create/chroot_utils.py +++ b/linaro_image_tools/media_create/chroot_utils.py @@ -105,7 +105,7 @@ def install_hwpack(rootfs_dir, hwpack_file, extract_kpkgs, hwpack_force_yes): print "Installing (linaro-hwpack-install) %s in target rootfs." % ( hwpack_basename) - # Get infromation required by linaro-hwpack-install + # Get information required by linaro-hwpack-install with HardwarepackHandler([hwpack_file]) as hwpack: version, _ = hwpack.get_field("version") architecture, _ = hwpack.get_field("architecture") |