diff --git a/postmarketos-mkinitfs-hook-usb-shell/20-usb-shell.sh b/postmarketos-mkinitfs-hook-usb-shell/20-usb-shell.sh index 7fc09df62..ff7172b21 100644 --- a/postmarketos-mkinitfs-hook-usb-shell/20-usb-shell.sh +++ b/postmarketos-mkinitfs-hook-usb-shell/20-usb-shell.sh @@ -1,5 +1,5 @@ #!/bin/sh -IP=192.168.2.15 +IP=172.16.42.1 TELNET_PORT=24 telnetd -b "${IP}:${TELNET_PORT}" -l /bin/sh diff --git a/postmarketos-mkinitfs/10-usb-unlock.sh b/postmarketos-mkinitfs/10-usb-unlock.sh index 28ef730b3..c67993f0f 100644 --- a/postmarketos-mkinitfs/10-usb-unlock.sh +++ b/postmarketos-mkinitfs/10-usb-unlock.sh @@ -1,5 +1,5 @@ #!/bin/sh -IP=192.168.2.15 +IP=172.16.42.1 TELNET_PORT=23 usb_setup_android() { @@ -23,8 +23,8 @@ dhcpcd_start() # create /etc/udhcpd.conf { - echo "start 192.168.2.20" - echo "end 192.168.2.90" + echo "start 172.16.42.2" + echo "end 172.16.42.254" echo "lease_file /var/udhcpd.leases" echo "interface $INTERFACE" echo "option subnet 255.255.255.0" diff --git a/postmarketos-mkinitfs/splash1.ppm.gz b/postmarketos-mkinitfs/splash1.ppm.gz index 5b7c2a1bb..abafc354e 100644 Binary files a/postmarketos-mkinitfs/splash1.ppm.gz and b/postmarketos-mkinitfs/splash1.ppm.gz differ