Fix f-string in snapshot debug installation (#3934)

* pr1

* pr2

* pr3

* pr3-2

* pr3-3

* pr3-4

* pr4

* Revert hardware.py to original state on snapshots branch

* Revert genfstab and pacstrap command changes

* f string
This commit is contained in:
HADEON 2025-11-16 20:51:35 +01:00 committed by GitHub
parent 375d64a600
commit c3aba06a01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1006,7 +1006,7 @@ class Installer:
else: else:
raise ValueError('Unsupported snapshot type') raise ValueError('Unsupported snapshot type')
debug('Configuring grub-btrfsd service for {snapshot_type} at {snapshot_path}') debug(f'Configuring grub-btrfsd service for {snapshot_type} at {snapshot_path}')
# Works for either snapper or ts just adpating default paths above # Works for either snapper or ts just adpating default paths above
# https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html#id-1.14.3 # https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html#id-1.14.3