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 }