diff options
Diffstat (limited to 'recipes/initrdscripts/devimage')
-rw-r--r-- | recipes/initrdscripts/devimage/devimage.sh | 17 | ||||
-rw-r--r-- | recipes/initrdscripts/devimage/dropbear_rsa_host_key | bin | 0 -> 426 bytes | |||
-rw-r--r-- | recipes/initrdscripts/devimage/passwd | 1 |
3 files changed, 18 insertions, 0 deletions
diff --git a/recipes/initrdscripts/devimage/devimage.sh b/recipes/initrdscripts/devimage/devimage.sh new file mode 100644 index 0000000000..8a264ed33d --- /dev/null +++ b/recipes/initrdscripts/devimage/devimage.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +mkdir /proc +mount -t proc proc /proc +mkdir /sys +mount -t sysfs sysfs /sys +mkdir -p /dev/pts +mount -t devpts devpts /dev/pts + +modprobe g_ether +ifconfig usb0 192.168.2.202 + +export PATH=$PATH:/usr/sbin + +/usr/sbin/dropbear -E + +/bin/sh diff --git a/recipes/initrdscripts/devimage/dropbear_rsa_host_key b/recipes/initrdscripts/devimage/dropbear_rsa_host_key Binary files differnew file mode 100644 index 0000000000..18d832332e --- /dev/null +++ b/recipes/initrdscripts/devimage/dropbear_rsa_host_key diff --git a/recipes/initrdscripts/devimage/passwd b/recipes/initrdscripts/devimage/passwd new file mode 100644 index 0000000000..233d68fae1 --- /dev/null +++ b/recipes/initrdscripts/devimage/passwd @@ -0,0 +1 @@ +root::0:0:root:/:/bin/sh |