From b8d8cd7c746d341dbb4b706021323656a1cc4c7e Mon Sep 17 00:00:00 2001 From: vegnuli Date: Sat, 28 May 2022 06:32:04 -0500 Subject: [PATCH] fix custom sripts that not run, aming scheme --- .../{customize-airootfs-pre.sh => airootfs_pre.sh} | 0 .../{customize-airootfs.sh => airootfs_run.sh} | 0 alpine-venenux-edge-x64/profile.yaml | 4 ++-- .../{customize-airootfs-pre.sh => airootfs_pre.sh} | 0 .../{customize-airootfs.sh => airootfs_run.sh} | 0 alpine-venenux-edge-x86/profile.yaml | 4 ++-- 6 files changed, 4 insertions(+), 4 deletions(-) rename alpine-venenux-edge-x64/{customize-airootfs-pre.sh => airootfs_pre.sh} (100%) rename alpine-venenux-edge-x64/{customize-airootfs.sh => airootfs_run.sh} (100%) rename alpine-venenux-edge-x86/{customize-airootfs-pre.sh => airootfs_pre.sh} (100%) rename alpine-venenux-edge-x86/{customize-airootfs.sh => airootfs_run.sh} (100%) diff --git a/alpine-venenux-edge-x64/customize-airootfs-pre.sh b/alpine-venenux-edge-x64/airootfs_pre.sh similarity index 100% rename from alpine-venenux-edge-x64/customize-airootfs-pre.sh rename to alpine-venenux-edge-x64/airootfs_pre.sh diff --git a/alpine-venenux-edge-x64/customize-airootfs.sh b/alpine-venenux-edge-x64/airootfs_run.sh similarity index 100% rename from alpine-venenux-edge-x64/customize-airootfs.sh rename to alpine-venenux-edge-x64/airootfs_run.sh diff --git a/alpine-venenux-edge-x64/profile.yaml b/alpine-venenux-edge-x64/profile.yaml index 3664123..d1e8f4d 100755 --- a/alpine-venenux-edge-x64/profile.yaml +++ b/alpine-venenux-edge-x64/profile.yaml @@ -13,9 +13,9 @@ packages: file_permissions: - /etc/shadow|0:0:400 customize_airootfs: - - customize-airootfs.sh + - airootfs_run.sh customize_airootfs_pre: - - customize-airootfs_pre.sh + - airootfs_pre.sh airootfs_directory_pre: airootfs_pre airootfs_directory: airootfs_dir diff --git a/alpine-venenux-edge-x86/customize-airootfs-pre.sh b/alpine-venenux-edge-x86/airootfs_pre.sh similarity index 100% rename from alpine-venenux-edge-x86/customize-airootfs-pre.sh rename to alpine-venenux-edge-x86/airootfs_pre.sh diff --git a/alpine-venenux-edge-x86/customize-airootfs.sh b/alpine-venenux-edge-x86/airootfs_run.sh similarity index 100% rename from alpine-venenux-edge-x86/customize-airootfs.sh rename to alpine-venenux-edge-x86/airootfs_run.sh diff --git a/alpine-venenux-edge-x86/profile.yaml b/alpine-venenux-edge-x86/profile.yaml index 920831f..400ccfa 100755 --- a/alpine-venenux-edge-x86/profile.yaml +++ b/alpine-venenux-edge-x86/profile.yaml @@ -13,9 +13,9 @@ packages: file_permissions: - /etc/shadow|0:0:400 customize_airootfs: - - customize-airootfs.sh + - airootfs_run.sh customize_airootfs_pre: - - customize-airootfs_pre.sh + - airootfs_pre.sh airootfs_directory_pre: airootfs_pre airootfs_directory: airootfs_dir