Compare commits
2 Commits
4926542faa
...
e4da22a815
Author | SHA1 | Date |
---|---|---|
|
e4da22a815 | |
|
481e422a26 |
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue