[rear-devel] [rear/rear] 0bafca: RAWDISK: Add local rescue partition installation c...
gdha
noreply at github.com
Tue Jan 26 14:40:31 CET 2021
Branch: refs/heads/master
Home: https://github.com/rear/rear
Commit: 0bafca6ba637e3eba59e2a6eef7b4195066e244a
https://github.com/rear/rear/commit/0bafca6ba637e3eba59e2a6eef7b4195066e244a
Author: Oliver Okrongli <oliver.okrongli at infix.de>
Date: 2020-12-10 (Thu, 10 Dec 2020)
Changed paths:
M usr/share/rear/conf/default.conf
M usr/share/rear/output/RAWDISK/Linux-i386/280_create_bootable_disk_image.sh
Log Message:
-----------
RAWDISK: Add local rescue partition installation capability
Introduce a configuration variable 'RAWDISK_INSTALL_GPT_PARTITION_NAME',
which is unset by default. When set, the rescue system will be installed
to local disk partitions having the corresponding name.
Commit: 1efc314986c6b6e137ef10b453a113839521b10d
https://github.com/rear/rear/commit/1efc314986c6b6e137ef10b453a113839521b10d
Author: Oliver Okrongli <oliver.okrongli at infix.de>
Date: 2020-12-11 (Fri, 11 Dec 2020)
Changed paths:
M usr/share/rear/output/RAWDISK/Linux-i386/280_create_bootable_disk_image.sh
Log Message:
-----------
RAWDISK: add 'lsblk' error checks for local rescue partition installs
Commit: 5aceaa5ac55c261620b31ca457a3ddd4337371ee
https://github.com/rear/rear/commit/5aceaa5ac55c261620b31ca457a3ddd4337371ee
Author: Oliver Okrongli <oliver.okrongli at infix.de>
Date: 2020-12-11 (Fri, 11 Dec 2020)
Changed paths:
M usr/share/rear/output/RAWDISK/Linux-i386/280_create_bootable_disk_image.sh
Log Message:
-----------
RAWDISK: fix local rescue partition installs (close loop device later)
Commit: 58c78843f04f4cde71bd84ef282a16593b2bf9dc
https://github.com/rear/rear/commit/58c78843f04f4cde71bd84ef282a16593b2bf9dc
Author: Oliver Okrongli <oliver.okrongli at infix.de>
Date: 2020-12-11 (Fri, 11 Dec 2020)
Changed paths:
M usr/share/rear/output/RAWDISK/Linux-i386/280_create_bootable_disk_image.sh
Log Message:
-----------
RAWDISK: fix local rescue partition installs (remove error simulation)
Commit: e2982963344d76f292c1b71eacba27cbf3bc629b
https://github.com/rear/rear/commit/e2982963344d76f292c1b71eacba27cbf3bc629b
Author: Oliver Okrongli <oliver.okrongli at infix.de>
Date: 2020-12-11 (Fri, 11 Dec 2020)
Changed paths:
M usr/share/rear/output/RAWDISK/Linux-i386/280_create_bootable_disk_image.sh
Log Message:
-----------
RAWDISK: fix local rescue partition installs (avoid misleading message)
This avoids a log message like this:
Cannot install the EFI rescue system to partition '/dev/loop6p1'
as it is currently mounted at '/tmp/rear.DFYkZhPUvbTH68X/tmp/boot'
Commit: 5acac81080d0688956e2a46d5e3b058cffb5ecb9
https://github.com/rear/rear/commit/5acac81080d0688956e2a46d5e3b058cffb5ecb9
Author: Oliver Okrongli <oliver.okrongli at infix.de>
Date: 2020-12-11 (Fri, 11 Dec 2020)
Changed paths:
M usr/share/rear/output/RAWDISK/Linux-i386/280_create_bootable_disk_image.sh
Log Message:
-----------
RAWDISK: fix local rescue partition installs (unmount before copying)
While the recently created EFI boot partition is still mounted, its
file system might not be fully synced. Unmounting ensures that the
underlying loop block device is up to date before possibly being
copied to local disk partitions.
Commit: 3fcb65204a081d00163434d6168db4e81e735db6
https://github.com/rear/rear/commit/3fcb65204a081d00163434d6168db4e81e735db6
Author: Oliver Okrongli <oliver.okrongli at infix.de>
Date: 2020-12-11 (Fri, 11 Dec 2020)
Changed paths:
M usr/share/rear/output/RAWDISK/Linux-i386/280_create_bootable_disk_image.sh
Log Message:
-----------
RAWDISK: direct more error messages to the log
Commit: e7338e54426493d48b626f297f4d301fb759d10f
https://github.com/rear/rear/commit/e7338e54426493d48b626f297f4d301fb759d10f
Author: Oliver Okrongli <oliver.okrongli at infix.de>
Date: 2020-12-20 (Sun, 20 Dec 2020)
Changed paths:
M usr/share/rear/prep/OPALPBA/Linux-i386/001_configure_workflow.sh
Log Message:
-----------
RAWDISK/OPALPBA: Never install a PBA in a rescue system partition
Commit: 6466012947e933ca3cb821cba225517fff2d961e
https://github.com/rear/rear/commit/6466012947e933ca3cb821cba225517fff2d961e
Author: Gratien D'haese <gratien.dhaese at gmail.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)
Changed paths:
M usr/share/rear/conf/default.conf
M usr/share/rear/output/RAWDISK/Linux-i386/280_create_bootable_disk_image.sh
M usr/share/rear/prep/OPALPBA/Linux-i386/001_configure_workflow.sh
Log Message:
-----------
Merge pull request #2538 from OliverO2/feature_rawdisk_local_partition_installation
RAWDISK: Add local rescue partition installation capability
Compare: https://github.com/rear/rear/compare/983b75c0b432...6466012947e9
More information about the rear-devel
mailing list