File tree 3 files changed +18
-0
lines changed
3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [ Unreleased]
6
+
7
+ ### Added
8
+
9
+ ### Fixed
10
+
11
+ ### Changed
12
+
13
+ ### Removed
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ RUN sed -i 's/getty 38400 tty1/agetty --autologin root tty1 linux/' /etc/inittab
37
37
RUN echo 'ttyS0::once:/sbin/agetty --autologin root -s ttyS0 115200 vt100' >> /etc/inittab
38
38
RUN echo "root:$PASSWORD" | chpasswd
39
39
40
+ # add docs
41
+ COPY ./README.md ./CHANGELOG.md /root/
40
42
# assume env86 will add /bin/guest86
41
43
COPY ./guest86.service /etc/init.d/guest86
42
44
# there is a bug where it always crashes on first run
Original file line number Diff line number Diff line change
1
+ # apptron
2
+
3
+ https://github.com/tractordev/apptron
You can’t perform that action at this time.
0 commit comments