forked from Mirror/pmbootstrap
Feature debug-shell (#1028)
* Changed usb-shell behavior, it wait for some user action before continue booting * Rename usb-shell to debug-shell and changed port to 23 * Add `20-debug-shell.sh` script to static code analysis * Enable eth0 interface in initramfs (qemu) * Add additional script to run a shell in order to be able to kill it from a telnet session
This commit is contained in:
parent
62180dd827
commit
c0c197f57b
11 changed files with 90 additions and 49 deletions
|
@ -27,6 +27,7 @@ sh_files="
|
|||
./aports/main/postmarketos-base/firmwareload.sh
|
||||
./aports/main/postmarketos-mkinitfs/init.sh.in
|
||||
./aports/main/postmarketos-mkinitfs/init_functions.sh
|
||||
./aports/main/postmarketos-mkinitfs-hook-debug-shell/20-debug-shell.sh
|
||||
./aports/main/postmarketos-update-kernel/update-kernel.sh
|
||||
./aports/main/postmarketos-android-recovery-installer/build_zip.sh
|
||||
./aports/main/postmarketos-android-recovery-installer/pmos_chroot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue