mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 07:15:07 -05:00
try again, fix backslash
This commit is contained in:
@@ -33,10 +33,10 @@ in
|
||||
description = "Rollback btrfs rootfs";
|
||||
wantedBy = [ "initrd.target" ];
|
||||
requires = [
|
||||
"dev-disk-by\x2dlabel-${hostname}.device"
|
||||
"dev-disk-by\\x2dlabel-${hostname}.device"
|
||||
];
|
||||
after = [
|
||||
"dev-disk-by\x2dlabel-${hostname}.device"
|
||||
"dev-disk-by\\x2dlabel-${hostname}.device"
|
||||
"systemd-cryptsetup@${hostname}.service"
|
||||
];
|
||||
before = [ "sysroot.mount" ];
|
||||
|
||||
Reference in New Issue
Block a user