From 943ab0802c2d5f9cf520ceb13e072f5420ca68f8 Mon Sep 17 00:00:00 2001 From: Michiel Derhaeg Date: Thu, 18 Aug 2016 14:28:39 +0200 Subject: [PATCH] shame on me --- filesystem/systemctl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/filesystem/systemctl b/filesystem/systemctl index 42bbea3..dc18b62 100644 --- a/filesystem/systemctl +++ b/filesystem/systemctl @@ -8,9 +8,10 @@ init() { mkdir -p /dev/pts /dev/shm # TODO check if in filesystem /usr/bin/mount -t devpts devpts /dev/pts /usr/bin/mount -t tmpfs tmpfs /dev/shm + /usr/bin/mount -t tmpfs tmpfs /run if [[ -f /etc/hostname ]]; then - echo "$(cat /etc/hostname)" > /proc/sys/kernel/hostname + cat /etc/hostname > /proc/sys/kernel/hostname fi /sbin/mdev -s