From b02e98ad03bfdf37cb17b56034168d4ad8638823 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 7 Feb 2024 18:41:32 +0100 Subject: fix init system --- rootfs/etc/init.d/00_mounts | 3 --- rootfs/etc/init.d/10_hostname | 3 --- rootfs/etc/init.d/10_network | 3 --- 3 files changed, 9 deletions(-) delete mode 100644 rootfs/etc/init.d/00_mounts delete mode 100644 rootfs/etc/init.d/10_hostname delete mode 100644 rootfs/etc/init.d/10_network (limited to 'rootfs/etc/init.d') diff --git a/rootfs/etc/init.d/00_mounts b/rootfs/etc/init.d/00_mounts deleted file mode 100644 index 804880c..0000000 --- a/rootfs/etc/init.d/00_mounts +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# mount all drives in /etc/fstab -mount -a diff --git a/rootfs/etc/init.d/10_hostname b/rootfs/etc/init.d/10_hostname deleted file mode 100644 index 064cea2..0000000 --- a/rootfs/etc/init.d/10_hostname +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# update hostname -hostname -F /etc/hostname diff --git a/rootfs/etc/init.d/10_network b/rootfs/etc/init.d/10_network deleted file mode 100644 index 03dc3f8..0000000 --- a/rootfs/etc/init.d/10_network +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# up all network interfaces -ifup -a -f -- cgit v1.2.3