From cf2ff3074561e2ca6faf46daa3456994b842b19f Mon Sep 17 00:00:00 2001
From: "Pietsch, Martin" <martin.pietsch@tu-dresden.de>
Date: Wed, 2 Oct 2019 14:45:00 +0200
Subject: [PATCH] added linux files

---
 files/bootlocal.sh | 5 +++++
 files/profile      | 3 +++
 2 files changed, 8 insertions(+)
 create mode 100644 files/bootlocal.sh
 create mode 100644 files/profile

diff --git a/files/bootlocal.sh b/files/bootlocal.sh
new file mode 100644
index 0000000..548918c
--- /dev/null
+++ b/files/bootlocal.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+useradd -m -s /bin/sh user
+echo -n "\n123456\n123456" /tmp/pw
+passwd user </tmp/pw
diff --git a/files/profile b/files/profile
new file mode 100644
index 0000000..211e1ab
--- /dev/null
+++ b/files/profile
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+/bin/sh
-- 
GitLab