Skip to content

Commit

Permalink
Remove extra linuxkit files
Browse files Browse the repository at this point in the history
  • Loading branch information
gjabell committed Jun 12, 2019
1 parent 6b706ab commit b2f1747
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 106 deletions.
1 change: 0 additions & 1 deletion images/alpine3.8-simple/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ RUN rm -rf /var/cache/apk/*
COPY files/init /init
COPY files/bin /bin/
COPY files/etc/ /etc/
COPY files/usr/ /usr/

# Set an ssh key
RUN mkdir -p /etc/ssh /root/.ssh && chmod 0700 /root/.ssh
Expand Down
14 changes: 0 additions & 14 deletions images/alpine3.8-simple/files/etc/init.d/000-issue

This file was deleted.

10 changes: 0 additions & 10 deletions images/alpine3.8-simple/files/etc/init.d/001-random

This file was deleted.

3 changes: 0 additions & 3 deletions images/alpine3.8-simple/files/etc/init.d/002-getty

This file was deleted.

4 changes: 0 additions & 4 deletions images/alpine3.8-simple/files/etc/init.d/003-openrc

This file was deleted.

3 changes: 3 additions & 0 deletions images/alpine3.8-simple/files/etc/inittab
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# /etc/inittab

::sysinit:/bin/rc.init
::wait:/sbin/openrc default

ttyS0::respawn:/sbin/agetty -a root -L ttyS0 115200 vt100

::ctrlaltdel:/bin/rc.shutdown reboot

Expand Down
74 changes: 0 additions & 74 deletions images/alpine3.8-simple/files/usr/bin/rungetty.sh

This file was deleted.

0 comments on commit b2f1747

Please sign in to comment.