etc: base configs
authorNikita Shubin <maquefel@gmail.com>
Sat, 27 Jul 2019 11:38:24 +0000 (14:38 +0300)
committerNikita Shubin <maquefel@gmail.com>
Thu, 1 Aug 2019 12:53:54 +0000 (15:53 +0300)
etc/group [new file with mode: 0644]
etc/inittab [new file with mode: 0644]
etc/passwd [new file with mode: 0644]

diff --git a/etc/group b/etc/group
new file mode 100644 (file)
index 0000000..1dbf901
--- /dev/null
+++ b/etc/group
@@ -0,0 +1 @@
+root:x:0:
diff --git a/etc/inittab b/etc/inittab
new file mode 100644 (file)
index 0000000..d3bd427
--- /dev/null
@@ -0,0 +1,15 @@
+::sysinit:/bin/touch /var/log/messages
+::sysinit:/bin/touch /var/log/lastlog
+
+::respawn:/sbin/getty -n -L -l /loginroot 115200 ttyS0 vt100
+::respawn:/sbin/syslogd -n -m 0
+::respawn:/sbin/klogd -n
+
+::ctrlaltdel:/sbin/reboot
+
+::shutdown:/bin/sync
+::shutdown:/usr/bin/killall klogd
+::shutdown:/usr/bin/killall syslogd
+::shutdown:/bin/umount -a -r
+
+::restart:/sbin/init
diff --git a/etc/passwd b/etc/passwd
new file mode 100644 (file)
index 0000000..bcaab64
--- /dev/null
@@ -0,0 +1 @@
+root::0:0:root:/root:/bin/sh