Compare commits

...

2 Commits

2 changed files with 4 additions and 2 deletions

View File

@ -248,6 +248,8 @@ COPY --from=user-libzbar . initramfs
COPY --from=user-keyfork . initramfs COPY --from=user-keyfork . initramfs
COPY --from=user-icepick . initramfs COPY --from=user-icepick . initramfs
COPY --from=user-guestctl . initramfs COPY --from=user-guestctl . initramfs
COPY --from=user-libevent . initramfs
COPY --from=user-ncurses . initramfs
COPY --from=user-tmux . initramfs COPY --from=user-tmux . initramfs
COPY src/host/rootfs/ initramfs COPY src/host/rootfs/ initramfs
COPY <<-EOF initramfs/etc/environment COPY <<-EOF initramfs/etc/environment

View File

@ -22,8 +22,8 @@ null::sysinit:/bin/ln -sf /proc/self/fd/2 /dev/stderr
::sysinit:/etc/init.d/rcS ::sysinit:/etc/init.d/rcS
# Put a shell on serial and tmux on the console # Put a shell on serial and tmux on the console
console::respawn:-/bin/bash console::respawn:-/bin/bash /bin/tmux
ttyS0::respawn:-/bin/bash /bin/tmux ttyS0::respawn:-/bin/bash
# Stuff to do for the 3-finger salute # Stuff to do for the 3-finger salute
::ctrlaltdel:/sbin/reboot ::ctrlaltdel:/sbin/reboot