Skip to content

Commit

Permalink
add docs to image
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Sep 16, 2024
1 parent f8c7c44 commit 1c26916
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions vm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

### Fixed

### Changed

### Removed
2 changes: 2 additions & 0 deletions vm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ RUN sed -i 's/getty 38400 tty1/agetty --autologin root tty1 linux/' /etc/inittab
RUN echo 'ttyS0::once:/sbin/agetty --autologin root -s ttyS0 115200 vt100' >> /etc/inittab
RUN echo "root:$PASSWORD" | chpasswd

# add docs
COPY ./README.md ./CHANGELOG.md /root/
# assume env86 will add /bin/guest86
COPY ./guest86.service /etc/init.d/guest86
# there is a bug where it always crashes on first run
Expand Down
3 changes: 3 additions & 0 deletions vm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# apptron

https://github.com/tractordev/apptron

0 comments on commit 1c26916

Please sign in to comment.