1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2025-12-15 11:22:43 +03:00

some more cleanups

This commit is contained in:
Jake Buchholz Göktürk 2022-01-24 20:02:03 -08:00
parent 5313799ae3
commit 761e986afb
6 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2017-2021 Jake Buchholz Göktürk, Michael Crute
Copyright (c) 2017-2022 Jake Buchholz Göktürk, Michael Crute
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in

View File

@ -11,8 +11,6 @@ depend() {
start() {
source /lib/tiny-cloud/init-main
# TODO: background tiny-cloud network watcher?
is_bootstrapped && return 0
ebegin "Setting Instance Hostname"

View File

@ -1,6 +1,8 @@
# Tiny Cloud - Common Initialization
# vim:set ts=4 et ft=sh:
source /etc/conf.d/tiny-cloud
# set defaults
CLOUD_USER=${CLOUD_USER:-alpine}
CLOUD_USERDATA=${CLOUD_USERDATA:-user-data}

View File

@ -1,7 +1,6 @@
# Tiny Cloud - Early Phase Functions
# vim:set ts=4 et ft=sh:
source /etc/conf.d/tiny-cloud
source /lib/tiny-cloud/init-common
expand_root() {

View File

@ -1,7 +1,6 @@
# Tiny Cloud - Final Phase Functions
# vim:set ts=4 et ft=sh:
source /etc/conf.d/tiny-cloud
source /lib/tiny-cloud/init-common
save_userdata() {

View File

@ -1,7 +1,6 @@
# Tiny Cloud - Main Phase Functions
# vim:set ts=4 et ft=sh:
source /etc/conf.d/tiny-cloud
source /lib/tiny-cloud/init-common
# ensure existence of output directories