SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for tik-module-mig-1.2.3-61.1.noarch.rpm :

* Wed Jul 31 2024 rbrownAATTsuse.com- Update to version 1.2.3:
* encrypt: recoverykey is now always slot #2
* Wed Jul 31 2024 rbrownAATTsuse.com- Update to version 1.2.2:
* encrypt: create passphrase before recoverykey to keep key slot alignment with Default Mode
* Wed Jul 31 2024 rbrownAATTsuse.com- Update to version 1.2.1:
* mig: Actually check if /AATT/home mount fails (boo#1227714)
* encrypt: Fix boo#1228416 by doing enrolment in correct order
* Wed Jul 24 2024 rbrownAATTsuse.com- Update to version 1.2:
* Introduce systemd-repart modes, including image and self installation
* Introduce encryption module
* Wed Jul 03 2024 rbrownAATTsuse.com- Update to version 1.1.10:
* mig: Handle failure of mounting /AATT/home subvolume [boo#1227339]
* Update readme for upcoming v1.2 features
* Make probe_partitions a core tik-function
* Wed Jun 19 2024 rbrownAATTsuse.com- Update to version 1.1.9:
* Fix indentations
* Add support for migrating fprint fingerprints
* Mon Jun 17 2024 rbrownAATTsuse.com- Update to version 1.1.8:
* Error message UEFI instead of EFI
* Refined error message. Tested with UEFI system with inverted check.
* initial implementation. Not tested yet.
* Moved log message so it won\'t display multiple times.
* Edited log message to reflect upower output
* Fixed code indenting
* Get rid of unneeded global variable and moved it locally.
* Changed all tab indents to 4 spaces because it started to look strange on gitlab
* Converted code to use upower instead of straight bash.
* Bug in the previous Pull request would cause an infinite loop because the BAT
* wildcard would follow symlinks recursively. This change would fix that bug using grep -r which would skip recursive symlinks.
* Revert \"Added condition to check batteries for charging state\"
* Sat Jun 15 2024 rbrownAATTsuse.com- Update to version 1.1.7:
* crypt: tidy up unmounts
* Sat Jun 15 2024 rbrownAATTsuse.com- Update to version 1.1.6:
* crypt: resize partitions before encrypting them. minor bugfixes
* Sat Jun 15 2024 rbrownAATTsuse.com- Update to version 1.1.5:
* crypt: mount /var
* Sat Jun 15 2024 rbrownAATTsuse.com- Update to version 1.1.4:
* crypt: fix btrfs repair after resize
* Sat Jun 15 2024 rbrownAATTsuse.com- Update to version 1.1.3:
* crypt: bugfixes and workflow tuneups
* Sat Jun 15 2024 rbrownAATTsuse.com- Update to version 1.1.2:
* encrypt: prototype crypt module, force encrypts using a recovery key only, not for production use
* mig: Backup openvpn config
* Cleanup bluetooth backup
* Fri Jun 14 2024 rbrownAATTsuse.com- Update to version 1.1.1:
* Make disk selection window a little larger to be comfortable with extra info
* Fri Jun 14 2024 rbrownAATTsuse.com- Update to version 1.0.991:
* Revert \"Added condition to check batteries for charging state\"
* Fri Jun 14 2024 rbrownAATTsuse.com- Update to version 1.0.99:
* Unify /etc and /usr copies of config
* Fix display error in selection dialog if disk has no partitions.
* Added condition to check batteries for charging state which would indicate they are connected to power, and removed the hard block so it would only warn the user if they are about to install via battery
* Filters USB devices to not be listed in disk selection dialog. Add a config value to allow USB devices to show in selection dialog. Fixes installation on USB devices.
* Change how partition info is displayed
* Fri Jun 14 2024 Richard Brown - Tune up _service for easier automation
* Mon Jun 10 2024 rbrownAATTsuse.com- Update to version 1.0.7:
* mig: always unmount the probed partition before mounting another (boo#1226120)
* mig: wait for the encrypted device to appear, and relax luksClose requirement on cleanup (boo#1225882)
* Fri May 31 2024 rbrownAATTsuse.com- Update to version 1.0.6:
* Migrate bluetooth configuration also
* Wed May 29 2024 rbrownAATTsuse.com- Update to version 1.0.5:
* fix(functions): fallback to unix device path, when by-id does not exist
* Mon May 27 2024 rbrownAATTsuse.com- Update to version 1.0.4:
* module-mig: filter out empty SD card readers from install target list
* Fri May 24 2024 rbrownAATTsuse.com- Update to version 1.0.3:
* module-mig: make /etc umount optional - doesn\'t mount on Leap/TW sources
* Fri May 24 2024 rbrownAATTsuse.com- Update to version 1.0.2:
* Put autostart .desktop in migrated homedirs
* Wed May 22 2024 rbrownAATTsuse.com- Update to version 1.0.1:
* Force all migrated users to have default shell of /bin/bash
* module-mig: Cleanup incomplete snapshot
* migration: probe for existing LUKS devices, and ask the user to unlock them
* Correct copyright attribution
* Thu May 16 2024 rbrownAATTsuse.com- Update to version 0.9.5:
* module-welcome: change echo to log
* Set boot target after all modules
* If restoring btrfs containers, set container storage driver to btrfs
* Moved AC power detection function after the welcome message
* Apply suggestions from code review
* Update 10-welcome
* Added code to detect laptop is connected to AC power before proceeding to copy home files to flash drive and starting upgrade
* Wed May 15 2024 rbrownAATTsuse.com- Update to version 0.9.4:
* module-mig: backup nested btrfs subvolumes and groups also
* module-mig: Also backup/restore subgid/subuid
* Tue May 14 2024 rbrownAATTsuse.com- Update to version 0.9.3:
* module-mig: chmod copy of AccountsService/users so it can be properly copied and cleaned up
* Mon May 13 2024 rbrownAATTsuse.com- Update to version 0.9.2:
* Consider AccountsService info as optional
* Support migrating existing user local & system time settings
* Mon May 13 2024 rbrownAATTsuse.com- Update to version 0.9.1:
* module-mig: Legacy Aeon: look for a file that will actually be on legacy Aeon installs
* Mon May 13 2024 rbrownAATTsuse.com- Update to version 0.9.0:
* Don\'t auto-close errors, gives the user time to debug
* Introduce prun-opt function, make all other prun calls mandatory to exit cleanly
* Wed May 08 2024 rbrownAATTsuse.com- Update to version 0.2.2:
* tik-functions: restore wiping the bootorder, be more cautious about other bootentries
* Wed May 08 2024 rbrownAATTsuse.com- Update to version 0.2.1:
* module-mig: Correct nm config restore location
* Tue May 07 2024 rbrownAATTsuse.com- Update to version 0.2.0:
* module-mig: improve prun calls
* module-mig: change eval parameter ordering
* module-mig: bugfix - find existing backup if mig_dir is not empty
* module-mig: bugfix - create mig_dir if doesn\'t exist, not if it does
* Tue May 07 2024 rbrownAATTsuse.com- Update to version 0.1.7:
* New Migration Module
* module-pre-10-welcome: initial welcome module
* Mon May 06 2024 rbrownAATTsuse.com- Update to version 0.1.6:
* Correct efibootmgr path
* Mon May 06 2024 rbrownAATTsuse.com- Update to version 0.1.5:
* set_boot_target: Set (and log) the boot target for the newly installed image
* Remove unused variable: image_basename
* Mon May 06 2024 Richard Brown - Require efibootmgr
* Thu May 02 2024 rbrownAATTsuse.com- Update to version 0.1.4:
* Tidy up exit trap and zenity dialogs using spanning
* Log module behaviour more cleanly
* reassign the right disk_id type when restoring the device path
* improve disk dialog, show only disk ID without path
* Thu May 02 2024 rbrownAATTsuse.com- Update to version 0.1.3:
* Improve layout of disk selection window
* Thu May 02 2024 Richard Brown - Create and own modules directories
* Thu May 02 2024 rbrownAATTsuse.com- Update to version 0.1.2:
* Improve all dialogs, inspired by https://gitlab.gnome.org/Teams/Design/os-mockups/-/raw/master/installer/os-installer.png
* Correctly log when using predefined device/image
* Indentation cleanups & logging improvement
* zenity: also log returned value, good to debug what menu option was picked
* exit messages shouldn\'t trap non-zero codes as errors, also no need to log
* Tidy up and make logs more consistent
* Thu May 02 2024 Richard Brown - pv required for progress info
* Wed May 01 2024 Richard Brown - Rework spec for version 0.1.0
* Wed May 01 2024 rbrownAATTsuse.com- Update to version 0.1.0:
* prun: use full paths for pkexec
* tik-gui: First commit, core functionality working
* Thu Apr 25 2024 rbrownAATTsuse.com- Update to version 0.0.10:
* Reboot when finished
* Make some boxes bigger
* Thu Apr 25 2024 rbrownAATTsuse.com- Update to version 0.0.9:
* Avoid scaling message boxes, looks ugly
* Thu Apr 25 2024 rbrownAATTsuse.com- Update to version 0.0.8:
* Scale boxes that need to scale
* Wed Apr 24 2024 rbrownAATTsuse.com- Update to version 0.0.7:
* Standardise on scaling height where it makes sense
* Wed Apr 24 2024 rbrownAATTsuse.com- Update to version 0.0.6:
* Correct dd output
* Wed Apr 24 2024 rbrownAATTsuse.com- Update to version 0.0.5:
* Standardise on 80 character wide boxes
* Properly sync the image- Remove pv again, breaks more than it helps
* Mon Apr 22 2024 Richard Brown - Added pv back - useful for modules
* Sun Apr 21 2024 Richard Brown - No longer use pv (not used by 0.0.4)
* Sat Apr 20 2024 rbrownAATTsuse.com- Update to version 0.0.4:
* Better find images and show more robust progress
* Thu Apr 04 2024 Richard Brown - Add systemd service
* Thu Apr 04 2024 rbrownAATTsuse.com- Update to version 0.0.3:
* Fix Issue #1 - correct error reporting, and properly use xz
* Tue Mar 26 2024 rbrownAATTsuse.com- Update to version 0.0.2:
* Add systemd unit
* Normalise /etc and /usr configs
* Mon Mar 25 2024 sfalkenAATTopensuse.org- Specfile cleanup, clearing rpmlint warnings/errors
* Mon Mar 25 2024 rbrownAATTsuse.com- Version 0.0.1: Initial package
 
ICM