mirror of
https://github.com/erenfro/systemrescue-backup.git
synced 2024-11-13 21:58:58 -05:00
Updated gitignore
This commit is contained in:
parent
0cc9efc3a8
commit
660a0f10cb
2 changed files with 16 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -10,4 +10,5 @@ profiles.toml
|
||||||
key
|
key
|
||||||
excludes
|
excludes
|
||||||
!templates/*
|
!templates/*
|
||||||
|
tmp/*
|
||||||
|
old/*
|
14
templates/sysrescue/iso_add/sysrescue.d/500-settings.yaml
Normal file
14
templates/sysrescue/iso_add/sysrescue.d/500-settings.yaml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
global:
|
||||||
|
copytoram: true
|
||||||
|
checksum: true
|
||||||
|
loadsrm: true
|
||||||
|
dostartx: true
|
||||||
|
setkmap: us
|
||||||
|
|
||||||
|
autorun:
|
||||||
|
ar_disable: false
|
||||||
|
ar_nowait: false
|
||||||
|
ar_nodel: false
|
||||||
|
ar_attempts: 3
|
||||||
|
ar_ignorefail: false
|
||||||
|
ar_suffixes: 1,2,3
|
Loading…
Reference in a new issue