diff options
author | P. J. McDermott <pjm@nac.net> | 2012-01-14 00:44:24 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-01-14 00:44:24 (EST) |
commit | 0e8364398a94f815c8d4fe4c97b7bb10f76cf8e5 (patch) | |
tree | a9a233b9ea8adcc3e4883aa28ffd29de128a0a52 | |
parent | 669ea861d95bcdcc1e29637d47a42be5ce87bc39 (diff) |
Set the setuid bit on ${BBL}/bin/busybox.
-rw-r--r-- | temporary-bootstrap-builder-setup.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |