carbon-config

config submodule of carbon-core-system
git clone https://ccx.te2000.cz/git/carbon-config
Log | Files | Refs

commit eb557869613604d8aec5504b39a91126c0491c9f
parent ce0e6493b605c0e13a61ce22de839cef7ce2d31b
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Mon, 25 Jul 2022 09:05:26 +0200

Rename root-writable to rootfs

Diffstat:
Ms6-rc.aat | 4++--
Ms6-rc.awk | 4++--
Ms6-rc.fileset | 4++--
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/s6-rc.aat b/s6-rc.aat @@ -202,7 +202,7 @@ m755 /ssh_host_ed25519_key d m755 /ssh_host_ed25519_key/dependencies CN hostname - root-writable + rootfs m644 /ssh_host_ed25519_key/type cN oneshot m644 /ssh_host_ed25519_key/up @@ -212,7 +212,7 @@ m644 /ssh_host_rsa_key d m755 /ssh_host_rsa_key/dependencies CN hostname - root-writable + rootfs m644 /ssh_host_rsa_key/type cN oneshot m644 /ssh_host_rsa_key/up diff --git a/s6-rc.awk b/s6-rc.awk @@ -202,7 +202,7 @@ printf "%s", "/sshd/type cN longrun m644\n" printf "%s", "/ssh_host_ed25519_key d m755\n" printf "%s", "/ssh_host_ed25519_key/dependencies\n" printf "%s", "CN hostname\n" -printf "%s", " root-writable\n" +printf "%s", " rootfs\n" printf "%s", "m644\n" printf "%s", "/ssh_host_ed25519_key/type cN oneshot m644\n" printf "%s", "/ssh_host_ed25519_key/up\n" @@ -212,7 +212,7 @@ printf "%s", "m644\n" printf "%s", "/ssh_host_rsa_key d m755\n" printf "%s", "/ssh_host_rsa_key/dependencies\n" printf "%s", "CN hostname\n" -printf "%s", " root-writable\n" +printf "%s", " rootfs\n" printf "%s", "m644\n" printf "%s", "/ssh_host_rsa_key/type cN oneshot m644\n" printf "%s", "/ssh_host_rsa_key/up\n" diff --git a/s6-rc.fileset b/s6-rc.fileset @@ -313,7 +313,7 @@ m755 /ssh_host_ed25519_key d m755 /ssh_host_ed25519_key/dependencies CN hostname - root-writable + rootfs m644 /ssh_host_ed25519_key/type cN oneshot m644 /ssh_host_ed25519_key/up @@ -323,7 +323,7 @@ m644 /ssh_host_rsa_key d m755 /ssh_host_rsa_key/dependencies CN hostname - root-writable + rootfs m644 /ssh_host_rsa_key/type cN oneshot m644 /ssh_host_rsa_key/up