diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-05 19:13:08 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-05 19:13:08 +0100 |
commit | b854e8abb7e1ff0b43c9f99e9b641895e4d6c148 (patch) | |
tree | ab8061666835221d155cfb259559752353c8a2e9 /rootfs/etc/init.d/rcS | |
parent | 2a218ea1205c8dd547b742931290058def5de85f (diff) |
WIP busybox
Diffstat (limited to 'rootfs/etc/init.d/rcS')
-rwxr-xr-x | rootfs/etc/init.d/rcS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootfs/etc/init.d/rcS b/rootfs/etc/init.d/rcS new file mode 100755 index 0000000..fc699e4 --- /dev/null +++ b/rootfs/etc/init.d/rcS @@ -0,0 +1,2 @@ +#!/bin/sh +/bin/mount -a |