mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-05 06:15:14 +00:00
Rename default yaml config files
This commit is contained in:
parent
816268320e
commit
13723f10b0
2 changed files with 2 additions and 2 deletions
|
|
@ -676,7 +676,7 @@ run_recipe()
|
|||
### STEP 4: create SRM
|
||||
if [[ -d "${RECIPE_DIR}/build_into_srm" ]]; then
|
||||
create_srm "${RECIPE_DIR}/build_into_srm" "${WORK_DIR}/sysresccd/customize.srm"
|
||||
set_loadsrm_option "${WORK_DIR}/sysrescue.d/02-loadsrm.yaml"
|
||||
set_loadsrm_option "${WORK_DIR}/sysrescue.d/200-customize.yaml"
|
||||
fi
|
||||
|
||||
return
|
||||
|
|
@ -695,7 +695,7 @@ elif [[ "$MODE" == "rebuild" ]] ; then
|
|||
|
||||
if [[ ! -z "$SRM_DIR" ]]; then
|
||||
create_srm "$SRM_DIR" "${SOURCE}/filesystem/sysresccd/customize.srm"
|
||||
set_loadsrm_option "${SOURCE}/filesystem/sysrescue.d/02-loadsrm.yaml"
|
||||
set_loadsrm_option "${SOURCE}/filesystem/sysrescue.d/200-customize.yaml"
|
||||
fi
|
||||
|
||||
write_iso "$SOURCE" "$DEST"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue