chiark / gitweb /
stage 2 & 3 inits.
[debdroid] / for-debian-chroot / etc / stage3init.sh
diff --git a/for-debian-chroot/etc/stage3init.sh b/for-debian-chroot/etc/stage3init.sh
new file mode 100644 (file)
index 0000000..4ce1230
--- /dev/null
@@ -0,0 +1,7 @@
+#!/sbin/busybox sh
+
+# Start services here.
+service hostname.sh start
+service ssh start
+
+exit 0