summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-03 13:15:51 +0000
committerSuper user <root@baserock.(none)>2012-09-17 13:11:36 +0000
commitf28874d526681208cc686c56939db4d38d73ebf6 (patch)
tree79e78c7eb78bde450a64e1392faa5304202f81fb
parentaabc05d620df603757c4a0bd4b4471cd0f60d533 (diff)
downloadbusybox-f28874d526681208cc686c56939db4d38d73ebf6.tar.gz
budybox-devel.morph: add cttyhack and getty symlinks
-rw-r--r--busybox-devel.morph4
1 files changed, 3 insertions, 1 deletions
diff --git a/busybox-devel.morph b/busybox-devel.morph
index 8eb71316f..4fe5b1817 100644
--- a/busybox-devel.morph
+++ b/busybox-devel.morph
@@ -24,6 +24,8 @@
"install-commands": [
"make CONFIG_PREFIX=\"$DESTDIR\" install",
"install -d \"$DESTDIR\"/sbin",
- "ln -s ../bin/busybox \"$DESTDIR\"/sbin/init"
+ "ln -s ../bin/busybox \"$DESTDIR\"/sbin/init",
+ "ln -s ../bin/busybox \"$DESTDIR\"/sbin/getty",
+ "ln -s ../bin/busybox \"$DESTDIR\"/sbin/cttyhack"
]
}