mirror of
/repos/baseimage-docker.git
synced 2025-12-30 08:01:31 +01:00
Move scripts into bin directory
This commit is contained in:
parent
73d900dece
commit
75902437c9
@ -4,7 +4,7 @@ source /build/buildconfig
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
## Install init process.
|
## Install init process.
|
||||||
cp /build/my_init /sbin/
|
cp /build/bin/my_init /sbin/
|
||||||
mkdir -p /etc/my_init.d
|
mkdir -p /etc/my_init.d
|
||||||
mkdir -p /etc/container_environment
|
mkdir -p /etc/container_environment
|
||||||
touch /etc/container_environment.sh
|
touch /etc/container_environment.sh
|
||||||
@ -48,7 +48,7 @@ cp /build/insecure_key.pub /etc/insecure_key.pub
|
|||||||
cp /build/insecure_key /etc/insecure_key
|
cp /build/insecure_key /etc/insecure_key
|
||||||
chmod 644 /etc/insecure_key*
|
chmod 644 /etc/insecure_key*
|
||||||
chown root:root /etc/insecure_key*
|
chown root:root /etc/insecure_key*
|
||||||
cp /build/enable_insecure_key /usr/sbin/
|
cp /build/bin/enable_insecure_key /usr/sbin/
|
||||||
|
|
||||||
## Install cron daemon.
|
## Install cron daemon.
|
||||||
$minimal_apt_get_install cron
|
$minimal_apt_get_install cron
|
||||||
|
|||||||
@ -7,4 +7,4 @@ set -x
|
|||||||
$minimal_apt_get_install curl less nano vim psmisc
|
$minimal_apt_get_install curl less nano vim psmisc
|
||||||
|
|
||||||
## This tool runs a command as another user and sets $HOME.
|
## This tool runs a command as another user and sets $HOME.
|
||||||
cp /build/setuser /sbin/setuser
|
cp /build/bin/setuser /sbin/setuser
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user