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:
parent
375d64a600
commit
c3aba06a01
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue