Merge pull request #688 from archlinux/torxed-fix-93
Fixed quotation marks
This commit is contained in:
commit
31a7a85e04
|
|
@ -49,10 +49,10 @@ def suggest_single_disk_layout(block_device, default_filesystem=None):
|
|||
# https://github.com/classy-giraffe/easy-arch/blob/main/easy-arch.sh
|
||||
layout[block_device.path]['partitions'][1]['btrfs'] = {
|
||||
"subvolumes" : {
|
||||
'@home' : '/home',
|
||||
'@log' : '/var/log',
|
||||
'@pkgs' : '/var/cache/pacman/pkg',
|
||||
'@.snapshots' : '/.snapshots'
|
||||
"@home" : "/home",
|
||||
"@log" : "/var/log",
|
||||
"@pkgs" : "/var/cache/pacman/pkg",
|
||||
"@.snapshots" : "/.snapshots"
|
||||
}
|
||||
}
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue