Compare commits
No commits in common. "e4da22a815da3cc6b2ea65a03712b0b3b3a61466" and "4926542faa6f613b06ee26f11109877c47b8a3be" have entirely different histories.
e4da22a815
...
4926542faa
|
@ -248,8 +248,6 @@ COPY --from=user-libzbar . initramfs
|
|||
COPY --from=user-keyfork . initramfs
|
||||
COPY --from=user-icepick . initramfs
|
||||
COPY --from=user-guestctl . initramfs
|
||||
COPY --from=user-libevent . initramfs
|
||||
COPY --from=user-ncurses . initramfs
|
||||
COPY --from=user-tmux . initramfs
|
||||
COPY src/host/rootfs/ initramfs
|
||||
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
|
||||
|
||||
# Put a shell on serial and tmux on the console
|
||||
console::respawn:-/bin/bash /bin/tmux
|
||||
ttyS0::respawn:-/bin/bash
|
||||
console::respawn:-/bin/bash
|
||||
ttyS0::respawn:-/bin/bash /bin/tmux
|
||||
|
||||
# Stuff to do for the 3-finger salute
|
||||
::ctrlaltdel:/sbin/reboot
|
||||
|
|
Loading…
Reference in New Issue