Added sysrescue config
This commit is contained in:
parent
7c2360c5b9
commit
a967445005
3 changed files with 25 additions and 0 deletions
0
config/sysrescue/.keep
Normal file
0
config/sysrescue/.keep
Normal file
10
config/sysrescue/build_into_srm/.squashfs-pseudo
Normal file
10
config/sysrescue/build_into_srm/.squashfs-pseudo
Normal file
|
@ -0,0 +1,10 @@
|
|||
/root m 700 root root
|
||||
/root/.ssh m 700 root root
|
||||
/root/.ssh/authorized_keys m 600 root root
|
||||
/root/.config m 755 root root
|
||||
/root/.config/resticprofile m 700 root root
|
||||
/root/.config/resticprofile/key m 600 root root
|
||||
/root/.config/resticprofile/profiles.toml m 500 root root
|
||||
/root/.config/resticprofile/excludes m 600 root root
|
||||
/root/.config/resticprofile/root-excludes m 600 root root-excludes
|
||||
|
15
config/sysrescue/iso_add/sysrescue.d/500-settings.yaml
Normal file
15
config/sysrescue/iso_add/sysrescue.d/500-settings.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
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