diff options
Diffstat (limited to 'src/profile')
-rw-r--r-- | src/profile/proteanos.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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" |