From 0e8364398a94f815c8d4fe4c97b7bb10f76cf8e5 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 14 Jan 2012 00:44:24 -0500 Subject: Set the setuid bit on ${BBL}/bin/busybox. --- diff --git a/temporary-bootstrap-builder-setup.txt b/temporary-bootstrap-builder-setup.txt index e0abb4c..838f144 100644 --- a/temporary-bootstrap-builder-setup.txt +++ b/temporary-bootstrap-builder-setup.txt @@ -386,5 +386,6 @@ TODO: Provide a default configuration. $ make oldconfig $ make CROSS_COMPILE=${BBL_TARGET}- $ make CROSS_COMPILE=${BBL_TARGET}- CONFIG_PREFIX=${BBL} install + $ chmod u+s ${BBL}/bin/busybox $ cd .. $ rm -Rf busybox-1.19.3 -- cgit v0.9.1