aboutsummaryrefslogtreecommitdiff
path: root/files/etc
diff options
context:
space:
mode:
authorPasha <pasha@member.fsf.org>2024-02-29 19:30:30 +0000
committerPasha <pasha@member.fsf.org>2024-02-29 19:30:30 +0000
commit84d199451cf33734003c00c043a1480920f5563b (patch)
tree4655f03b3637184bfb363b4e86d376756e85c9e3 /files/etc
downloadcross-hurd-84d199451cf33734003c00c043a1480920f5563b.tar.gz
cross-hurd-84d199451cf33734003c00c043a1480920f5563b.tar.bz2
initial commit
Diffstat (limited to 'files/etc')
-rw-r--r--files/etc/fstab1
-rw-r--r--files/etc/group2
-rw-r--r--files/etc/hostname1
-rw-r--r--files/etc/mtab4
-rw-r--r--files/etc/passwd1
-rw-r--r--files/etc/resolv.conf0
-rw-r--r--files/etc/shadow1
7 files changed, 10 insertions, 0 deletions
diff --git a/files/etc/fstab b/files/etc/fstab
new file mode 100644
index 0000000..a1df882
--- /dev/null
+++ b/files/etc/fstab
@@ -0,0 +1 @@
+/dev/wd0s1 / ext2 defaults 0 1
diff --git a/files/etc/group b/files/etc/group
new file mode 100644
index 0000000..fcfc2a1
--- /dev/null
+++ b/files/etc/group
@@ -0,0 +1,2 @@
+root:x:0:
+daemon:x:1:
diff --git a/files/etc/hostname b/files/etc/hostname
new file mode 100644
index 0000000..16b8348
--- /dev/null
+++ b/files/etc/hostname
@@ -0,0 +1 @@
+hurd
diff --git a/files/etc/mtab b/files/etc/mtab
new file mode 100644
index 0000000..4140ff7
--- /dev/null
+++ b/files/etc/mtab
@@ -0,0 +1,4 @@
+/dev/wd0s1 / ext2fs writable,no-inherit-dir-group,store-type=typed 0 0
+none /run /hurd/tmpfs writable,no-suid,no-exec,no-inherit-dir-group,no-sync,size=187152K 0 0
+none /run/lock /hurd/tmpfs writable,no-suid,no-exec,no-inherit-dir-group,no-sync,size=5M 0 0
+none /run/shm /hurd/tmpfs writable,no-suid,no-exec,no-inherit-dir-group,no-sync,size=415520K 0 0
diff --git a/files/etc/passwd b/files/etc/passwd
new file mode 100644
index 0000000..5e5956e
--- /dev/null
+++ b/files/etc/passwd
@@ -0,0 +1 @@
+root::0:0:root:/root:/bin/bash
diff --git a/files/etc/resolv.conf b/files/etc/resolv.conf
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/files/etc/resolv.conf
diff --git a/files/etc/shadow b/files/etc/shadow
new file mode 100644
index 0000000..6081749
--- /dev/null
+++ b/files/etc/shadow
@@ -0,0 +1 @@
+root:*:0:0:99999:7:::