mrrl-system-config

system configuration on top of MRRL
git clone https://ccx.te2000.cz/git/mrrl-system-config
Log | Files | Refs

commit 13d257c0a8eacfb19427ff92a2d4cf115c0c156b
parent 20db90ae56c1b9dfdcab9d9136ea8f9a5ff295dd
Author: ccx <ccx@te2000.cz>
Date:   Mon,  4 Mar 2024 20:12:49 +0000

Change configuration directory

Diffstat:
MMakefile | 4++--
Retc/cgconfig.conf -> config/cgconfig.conf | 0
Rstatic/etc/fstab -> config/etc/fstab | 0
Aconfig/etc/hostname | 1+
Rstatic/etc/mkinitfs/mkinitfs.conf -> config/etc/mkinitfs/mkinitfs.conf | 0
Rstatic/etc/profile.d/slashcommand.sh -> config/etc/profile.d/slashcommand.sh | 0
Rstatic/etc/ssh/sshd_config -> config/etc/ssh/sshd_config | 0
Rstatic/etc/update-extlinux.conf -> config/etc/update-extlinux.conf | 0
Rstatic/etc/zsh/zshrc.d/90_warn_deploy_ssh_key.zsh -> config/etc/zsh/zshrc.d/90_warn_deploy_ssh_key.zsh | 0
Retc/mdevd.conf -> config/mdevd.conf | 0
Dstatic/etc/hostname | 1-
11 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,6 @@ .PHONY: all clean -ALL_TARGETS:= s6-rc.fileset postinstall.fileset postinstall.rsfilter static/etc/fstab +ALL_TARGETS:= s6-rc.fileset postinstall.fileset postinstall.rsfilter config/etc/fstab AWK:=awk SED:=sed #FILESET_BIN_DIR:=$(dir $(realpath $(shell which fileset.awk))) @@ -36,7 +36,7 @@ s6-rc.fileset: build/s6-rc.qawk build/s6-rc-mount.awk fs build/config $(AWK) -v sort_tmpfile="./build/s6-rc.qawk.tmp_sort" -f build/s6-rc.qawk build/config >>"$@.new" mv "$@.new" "$@" -static/etc/fstab: build/fstab.awk fs +config/etc/fstab: build/fstab.awk fs $(AWK) -f build/fstab.awk fs >"$@.new" mv "$@.new" "$@" diff --git a/etc/cgconfig.conf b/config/cgconfig.conf diff --git a/static/etc/fstab b/config/etc/fstab diff --git a/config/etc/hostname b/config/etc/hostname @@ -0,0 +1 @@ +P14s-gen2 diff --git a/static/etc/mkinitfs/mkinitfs.conf b/config/etc/mkinitfs/mkinitfs.conf diff --git a/static/etc/profile.d/slashcommand.sh b/config/etc/profile.d/slashcommand.sh diff --git a/static/etc/ssh/sshd_config b/config/etc/ssh/sshd_config diff --git a/static/etc/update-extlinux.conf b/config/etc/update-extlinux.conf diff --git a/static/etc/zsh/zshrc.d/90_warn_deploy_ssh_key.zsh b/config/etc/zsh/zshrc.d/90_warn_deploy_ssh_key.zsh diff --git a/etc/mdevd.conf b/config/mdevd.conf diff --git a/static/etc/hostname b/static/etc/hostname @@ -1 +0,0 @@ -carbon