From 341770570135e516af9858ced385651b030c5042 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 10 Dec 2020 06:53:59 -0500 Subject: profile/proteanos: Move init script to S00 --- (limited to 'src/profile') diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh index bec35ed..30e20f4 100644 --- a/src/profile/proteanos.sh +++ b/src/profile/proteanos.sh @@ -320,8 +320,8 @@ prof_proteanos_configure_system_foreign() shift 3 printf '%s' "${_PROF_PROTEANOS_INSTALL_SERVICE}" \ - >"${root}/etc/rc.d/S10install" - chmod -- 0755 "${root}/etc/rc.d/S10install" + >"${root}/etc/rc.d/S00install" + chmod -- 0755 "${root}/etc/rc.d/S00install" printf 'proteanos\n' >"${root}/etc/hostname" [ -e "${root}/etc/passwd" ] || printf \ 'root::0:0:root:/root:/bin/sh\n' >"${root}/etc/passwd" -- cgit v0.9.1