Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
remove debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt C committed Dec 5, 2021
1 parent f41b890 commit 477fc5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions as_root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/.

Expand Down
6 changes: 0 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down Expand Up @@ -212,9 +209,6 @@ image() {
echo "w"
) | fdisk ikeda

pwd
echo "press enter"
read
sudo ./as_root.sh

}
Expand Down

0 comments on commit 477fc5f

Please sign in to comment.