summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-12-06 17:06:20 (EST)
committer P. J. McDermott <pj@pehjota.net>2014-12-06 17:06:20 (EST)
commit395c5eae26e82987b3dacffa1e9ff67dea700776 (patch)
treee2376319ebb6ebc23bc3e324880a100fcff7cd1c
parenta637bd29ee72969326a02e1bbfb7b52cc7cc759d (diff)
bootstrap-prepare.sh: Copy inittab platconf file
-rwxr-xr-xbootstrap-prepare.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh
index 928d2e0..7592a11 100755
--- a/bootstrap-prepare.sh
+++ b/bootstrap-prepare.sh
@@ -255,6 +255,8 @@ prepare_file_system()
pkg/busybox/changelog)"
sudo cp -p "pkg/config-${PLAT}/src/build/busybox/${bb_ver}/busybox.config" \
"/usr/local/share/platconf/${PLAT}/busybox/busybox.config"
+ sudo cp -p "pkg/config-${PLAT}/src/build/busybox/${bb_ver}/inittab" \
+ "/usr/local/share/platconf/${PLAT}/busybox/inittab"
}
main "${@}"