Mikhail Novosyolov
b86b6d84a1
patch: hack: use bash -x for %%post scripts
2019-09-11 00:33:49 +03:00
Mikhail Novosyolov
eabce12216
Revert "patch: perform selinux labelling inside chroot"
...
This reverts commit a722374987
.
2019-09-07 15:46:38 +03:00
Mikhail Novosyolov
a722374987
patch: perform selinux labelling inside chroot
2019-09-07 15:18:15 +03:00
Mikhail Novosyolov
b205628235
patch: Debug SELinux relabling: print arguements of setfiles
2019-09-07 01:58:42 +03:00
Mikhail Novosyolov
3291cbb5b1
Patch: get system architecture by /bin/sh executable instead of parsing not standartized /etc/system-release
...
There is no standard for /etc/system-release, and old code did not understand that "OS ROSA Nickel 64" is a 64-bit system.
2019-08-24 21:36:50 +03:00
Mikhail Novosyolov
188d61a93d
backport: run setfiles (selinux) after chroot
2019-08-23 23:55:18 +03:00
4169113662
MassBuild#1715: Increase release tag
2019-07-06 18:08:44 +00:00
Mikhail N
e4dc206668
BuildList#3035679: Increase release tag
2019-06-25 22:08:46 +00:00
Mikhail N
094d7b6023
BuildList#3035680: Increase release tag
2019-06-25 22:08:04 +00:00
Andrey Bondrov
fc2917dce1
MassBuild#1671: Increase release tag
2019-04-14 01:33:35 +00:00
Mikhail Novosyolov
2235c87e7d
Verify that all packages have been installed
2019-03-14 19:29:43 +03:00
Mikhail Novosyolov
913b27a6d1
First try to bootstrap without forcing and exit 0 if it was done successfully
2019-03-10 15:26:14 +03:00
Mikhail Novosyolov
df2fe85a3d
Force installing cached RPMs
2019-03-09 19:19:14 +03:00
Mikhail Novosyolov
bd59cfb08f
TRy installing cached RPMs by urpmi (RPM can't resolve dependencies)
2019-03-09 16:10:17 +03:00
Mikhail Novosyolov
29195674e0
Try installing RPMs from cache directly, without perl-URPM
2019-03-09 14:18:42 +03:00
Mikhail Novosyolov
a662819225
Fix listing failed packages
2019-03-09 13:56:54 +03:00
Mikhail Novosyolov
b936f1cb6b
Make list of failed packages
2019-03-09 12:29:26 +03:00
Mikhail Novosyolov
e7f06d7a8f
--no-verify-rpm
2019-03-09 03:07:32 +03:00
Mikhail Novosyolov
6a655f5f4b
Fix sorting packages
2019-03-09 02:57:31 +03:00
Mikhail Novosyolov
f81ab0cccc
Install packages one-by-one if installing all of them fails
2019-03-09 02:24:51 +03:00
Mikhail Novosyolov
2329e6734a
Fix validating list of packages
2019-03-09 00:54:23 +03:00
Mikhail Novosyolov
e6f0939a8a
Print list of not existing packages and fail if there are any
2019-03-09 00:23:41 +03:00
Mikhail Novosyolov
39a01d1082
set -x in urpmi-bootstrapper.sh
2019-03-08 23:10:52 +03:00
Mikhail Novosyolov
bad215ec5d
Try larger max transaction length (how many packages can be installed at once, default is 50)
2019-03-08 21:07:22 +03:00
Mikhail Novosyolov
0c027d116e
Better debug
2019-03-08 20:11:12 +03:00
Mikhail Novosyolov
79d79f2fe9
convert list to string
2019-03-08 18:00:39 +03:00
Mikhail Novosyolov
2a864a20b0
Workaround failing dependency resolution when bootstrapping chroot
...
It's a bad way of solving problems, but currently we don't have enought time to debug and solve them properly.
2019-03-08 17:24:41 +03:00
Andrey Bondrov
96a9f914e8
Force genisoimage instead of mkisofs
2017-10-25 12:06:21 +10:00
Evgenii Shatokhin
e115e9c2b8
Do not use vga=xxx boot options
...
They might confuse syslinux 6+ and the system may start asking the user
what to do with that at boot time.
2017-02-11 17:26:19 +03:00
Andrey Bondrov
1687e0e673
MassBuild#1230: Increase release tag
2017-02-04 18:21:16 +03:00
Andrey Bondrov
c508ecebcf
Spec cleanup
2017-01-21 21:39:51 +10:00
Evgenii Shatokhin
b7c8c0e6d4
Do not override the default set of drivers in the dracut configuration
...
Before this commit, livecd-tools used "drivers+=" in the dracut
configuration file which can be used when creating the initrd for the
Live images. As a result, the default set of drivers dracut knows about
was not included into the initrd, only the specified ones were.
Broken ISO images are a likely result of that.
livecd-tools was patched to use "add_drivers+=" instead.
Note that not all (if any) build scripts for the rosa2016.1 ISOs use the
dracut config generated by livecd-tools, so this fix is not that
important. Still, worth applying to simplify future maintenance.
2016-12-05 13:02:22 +03:00
Andrey Bondrov
b5281e6895
MassBuild#1169: Increase release tag
2016-10-14 20:58:30 +04:00
Konstantin Vlasov
e4b7e3f709
Verify RPM signatures when building ISO
2016-02-01 15:56:47 +03:00
Konstantin Vlasov
1b096dd261
Minor: Fixed typo in isolinux boot menu
2015-07-16 18:24:25 +03:00
Eugene Shatokhin
fc0bfa9629
Release up
2015-07-07 21:31:33 +03:00
Eugene Shatokhin
3acfa8b1ed
Do not hard-code kernel-nrj-desktop
...
The builds may need other kernel flavours instead.
2015-07-07 21:29:13 +03:00
Konstantin Vlasov
7e98928e25
Support EFI32 for 32-bit images
2015-05-28 16:44:41 +03:00
Dmitry Fedorov
e73310ecf9
BuildList#2501564: Increase release tag
2015-05-18 13:53:48 +04:00
Denis Silakov
df3e78a518
BuildList#2501564: Increase release tag
2015-05-15 14:28:24 +04:00
Dmitry Fedorov
447cf1eb54
BuildList#2501564: Increase release tag
2015-05-15 14:03:59 +04:00
Dmitry Fedorov
c54fa310e1
BuildList#2501564: Increase release tag
2015-05-15 13:45:30 +04:00
Konstantin Vlasov
f967c5201b
Fixed: Boot menu OS name taken from build chroot instead of target system
2015-03-19 15:01:22 +03:00
Konstantin Vlasov
2b779c2088
Display kernel/initrd loading message on EFI boot
2015-03-04 14:37:52 +03:00
Konstantin Vlasov
323669622e
Exit if adding media or package installation fails
2015-03-02 21:16:21 +03:00
Alexander Lakhin
0d0555478a
MassBuild#656: Increase release tag
2015-02-22 18:15:40 +04:00
Andrey Bondrov
39c478253d
Drop Buildroot tag
2015-02-05 20:28:40 +10:00
Konstantin Vlasov
f3df2caa79
Support unsigned kernels for SecureBoot
...
1. In SecureBoot grub2 allows to exit secure mode and boot unsigned kernel - making use of this feature in iso grub config.
2014-12-20 17:19:54 +03:00
Konstantin Vlasov
ce0b6ce402
EFI: shim file renamed
2014-11-20 21:13:28 +03:00
Konstantin Vlasov
2e5f36e3c0
Fixed basic graphics mode parameters
2014-10-08 14:16:09 +04:00