Browse Source

fix map.jinja storage variable

Change-Id: I6fc8cdbd5d96740e45dd32ead4f5ea0263818efb
pull/118/head
Jakub Pavlik 7 years ago
parent
commit
b5cd8fb131
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      linux/map.jinja

+ 3
- 0
linux/map.jinja View File

'Arch': { 'Arch': {
'mount': {}, 'mount': {},
'swap': {}, 'swap': {},
'disk': {},
'lvm': {}, 'lvm': {},
'lvm_services': ['lvm2-lvmetad', 'lvm2-lvmpolld', 'lvm2-monitor'], 'lvm_services': ['lvm2-lvmetad', 'lvm2-lvmpolld', 'lvm2-monitor'],
'loopback': {}, 'loopback': {},
'mount': {}, 'mount': {},
'swap': {}, 'swap': {},
'lvm': {}, 'lvm': {},
'disk': {},
'lvm_services': ['lvm2-lvmetad', 'lvm2-lvmpolld', 'lvm2-monitor'], 'lvm_services': ['lvm2-lvmetad', 'lvm2-lvmpolld', 'lvm2-monitor'],
'loopback': {}, 'loopback': {},
'nfs': { 'nfs': {
'mount': {}, 'mount': {},
'swap': {}, 'swap': {},
'lvm': {}, 'lvm': {},
'disk': {},
'lvm_services': ['lvm2-lvmetad', 'lvm2-lvmpolld', 'lvm2-monitor'], 'lvm_services': ['lvm2-lvmetad', 'lvm2-lvmpolld', 'lvm2-monitor'],
'loopback': {}, 'loopback': {},
'nfs': { 'nfs': {

Loading…
Cancel
Save