Commit Graph

126 Commits

Author SHA1 Message Date
David Abdurachmanov f670be0513
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-07-16 10:31:40 +03:00
Neal Gompa 0c71a58fef Add patch to fix unmounting btrfs subvolumes 2020-07-11 18:28:19 -04:00
Neal Gompa c5fba160b4 Update to 010.0 release
- Drop merged patches
2020-07-10 15:05:59 -04:00
Miro Hrončok 196d352923 Rebuilt for Python 3.9 2020-05-26 02:40:39 +02:00
Fedora Release Engineering 7a7e6ac2ce - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-28 11:51:28 +00:00
Neal Gompa 4ed8614a83 Fix dependency on livecd-tools for non-Fedora 2019-12-30 10:23:44 -05:00
David Abdurachmanov d57f7e1e86
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-12-23 19:56:14 +02:00
David Abdurachmanov 04d35b2d65
Fix extlinux configuration for RISC-V (riscv64)
- Remove fdtdir entry (we ship DTB files, but DTB is built-in into
  FSBL and OpenSBI; also could be in U-Boot).
- Use addappend entry instead of append. This allows us to have a single
  disk image for QEMU virt machine and SiFive Unleashed.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-10-30 16:20:11 +02:00
Miro Hrončok 96e871e8e3 Rebuilt for Python 3.8.0rc1 (#1748018) 2019-10-03 13:50:25 +02:00
David Abdurachmanov 33bfa1e82a
Do not specify src twice for zstd
src must be spcified only once (forgot to remove it). Also add more
debug messages.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-10-03 13:36:54 +03:00
David Abdurachmanov a4dfae1286
Add support fot zstd compression instead of xz (optional)
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-10-02 13:35:04 +03:00
David Abdurachmanov 7913f0ca22
Match f31 branch
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-10-02 13:31:43 +03:00
Miro Hrončok dc1683bcdf Rebuilt for Python 3.8 2019-08-19 10:01:17 +02:00
David Abdurachmanov ee1e8e0ce1
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-08-18 14:24:09 -07:00
Fedora Release Engineering 0d1d06b741 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-24 18:13:37 +00:00
Neal Gompa 59d31a0cb0 Bump release properly 2019-07-13 13:19:46 -04:00
Neal Gompa 261475619b Backport fix to adjust offset from 1M to 4M for bigger uboot images 2019-07-13 13:16:56 -04:00
David Abdurachmanov 59da02d2e3
Ensure that ramdisk extension is not used with U-Boot images
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2019-04-01 23:20:14 +02:00
David Abdurachmanov f24b708f6e
Fix another typo in uboot riscv patch
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2019-04-01 11:51:15 +02:00
David Abdurachmanov e49ba84cdc
Fix typo in patch
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2019-04-01 06:35:19 +02:00
David Abdurachmanov 665a74ad2a
Make sure to check for uInitrd first
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2019-03-31 10:24:15 +02:00
David Abdurachmanov d1dccea49d
Changes for U-Boot RISC-V extlinux support
- Allow user to override partition layout (msdos default) via clearpart
  kickstart command.
- Check boot prefix (usually /boot) for DTB directory. If does not exist
  skip fdtdir entry in extlinux.conf
- Detect U-Boot uImage / uInitrd images for extlinux.conf

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2019-03-30 21:21:18 +01:00
David Abdurachmanov 32d524791c
Remove obsolete patch
The patch was already upstreamed.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2019-03-30 21:16:33 +01:00
David Abdurachmanov 4c476827ec
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2019-03-30 21:16:02 +01:00
Fedora Release Engineering dcdc4a9599 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-01-31 13:36:22 +00:00
Igor Gnatenko 940f1d855a Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:23:55 +01:00
Neal Gompa 0cfa03b828 Backport fix to detect swap partition type correctly 2018-11-22 11:40:23 -05:00
Neal Gompa a7ce834edb Add missing dep for python-future 2018-11-22 10:49:45 -05:00
Neal Gompa 4dfa53a20c Fix package description grammar
Fix grabbing docs on EL7
2018-11-15 08:55:59 -05:00
Neal Gompa 31a2aed757 Update to 009.0 relase
- Dropped merged patches
- Added compatibility for EL7 builds
2018-11-15 08:32:00 -05:00
Neal Gompa 63d4d461fc Port to Python 3
- Backport xz multi-threading support
- Refresh nss libs hack patch
2018-11-13 10:07:47 -05:00
Fedora Release Engineering 45bbfa257d - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-12 20:25:02 +00:00
Kevin Fenzi cc4c084844 also for now require python-unversioned-command 2018-07-05 13:40:34 -07:00
Kevin Fenzi 07b1928ed8 Add a patch to open nss libs in the chroot to avoid install_root keeping them open.
See https://bugzilla.redhat.com/show_bug.cgi?id=1591804
2018-07-05 13:15:26 -07:00
David Abdurachmanov 981a8b348a
Multi-threaded compression and user specified disk label
Allow xz to use all available cores on node. If bootloader is disabled
in kickstart then use user provided disk label.

This speeds up disk image creation for RISC-V (riscv64) and allows
having GPT instead of msdos for partition tables.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-06-15 21:54:59 +02:00
Neal Gompa 973d7dc325 Fix compatibility with pykickstart 3.9+ (#1544075)
- Bump requires of livecd-tools to minimum version with pykickstart 3.9+ compatibility
2018-02-10 09:25:31 -05:00
Fedora Release Engineering 98e6932ea8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-07 02:38:20 +00:00
Iryna Shcherbina fdedcb8d44 Update Python 2 dependency declarations to new packaging standards 2017-12-15 11:23:05 +01:00
Fedora Release Engineering 7558ee177d - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 03:06:40 +00:00
Neal Gompa 78f450b190 Use 16 MiB block size for xz compression (#984704) 2017-03-12 18:27:18 -04:00
Neal Gompa 8c8af0add5 Backport patches to make more RPi friendly (#1270606) 2017-02-28 19:27:45 -05:00
Fedora Release Engineering bb148e242e - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 06:09:20 +00:00
Neal Gompa 3c27a74c27 Dropped merged patches
Moved to pagure
Modernize spec and fix changelog entries
2017-02-04 19:17:33 -05:00
Neal Gompa b235ba4d4e Add missing Epoch for python-imgcreate dependency (#1409650) 2017-01-02 13:38:40 -05:00
Neal Gompa 10cf890866 Bump python-imgcreate dependency to ensure system deps are installed (#1409536) 2017-01-02 12:02:55 -05:00
Igor Gnatenko 428e534b3d Add missing python-urlgrabber dependency (RHBZ #1405942)
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2016-12-19 19:00:31 +01:00
Kevin Kofler f975689042 Change dep from livecd-tools to python-imgcreate, fix for v24
* Tue Dec 06 2016 Neal Gompa <ngompa13@gmail.com> 007.8-11
- Change dependency from livecd-tools to python-imgcreate
- Fix for python-imgcreate v24 compatibility
2016-12-16 17:59:33 +01:00
Peter Robinson 17a47898e2 Fix swap partition type creation, Set boot partition as bootable 2016-09-20 12:43:25 +01:00
Peter Robinson f83e619312 Allow 4 primary partitions 2016-09-18 10:59:29 +01:00
Fedora Release Engineering b4ede67791 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 06:32:32 +00:00