From 477fc5f62aa97d732dee9b19fc43ace2f89bc233 Mon Sep 17 00:00:00 2001 From: Matt C Date: Sat, 4 Dec 2021 20:53:06 -0500 Subject: [PATCH] remove debug stuff --- as_root.sh | 3 --- build.sh | 6 ------ 2 files changed, 9 deletions(-) diff --git a/as_root.sh b/as_root.sh index dbb5a72..79afe12 100755 --- a/as_root.sh +++ b/as_root.sh @@ -34,9 +34,6 @@ for util in $(./usr/bin/busybox --list-full); do echo "linked busybox to $util" done -echo "press enter" -read - mkdir -p usr/share/udhcpc cp -rv ../busybox-${busybox_version}/examples/udhcp/* usr/share/udhcpc/. diff --git a/build.sh b/build.sh index 3764328..ee2d13d 100755 --- a/build.sh +++ b/build.sh @@ -98,9 +98,6 @@ buildbusybox() { cp bb-config busybox-${busybox_version}/.config pushd busybox-${busybox_version} && make CC=musl-gcc && cp .config ../bb-config && popd - echo "done w/ busybox" - echo "press enter" - read else echo "Not building BusyBox (program exists)" echo "Delete busybox-${busybox_version}/busybox to force a rebuild." @@ -212,9 +209,6 @@ image() { echo "w" ) | fdisk ikeda - pwd - echo "press enter" - read sudo ./as_root.sh }