aboutsummaryrefslogtreecommitdiff
path: root/share.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-14 13:34:42 +0000
committerRoy Marples <roy@marples.name>2007-11-14 13:34:42 +0000
commitb439703b4d3198f0d1c2568b3f97576d39ed914f (patch)
tree9a09d801d9be87b585b786d94b3b0bb5dd9be659 /share.Linux
parent0874acb08c6ab7502bf1e50d8d8cc9adc17b1f10 (diff)
These files belong with baselayout
Diffstat (limited to 'share.Linux')
-rw-r--r--share.Linux/Makefile6
-rw-r--r--share.Linux/fstab25
-rw-r--r--share.Linux/group26
-rw-r--r--share.Linux/issue.devfix21
-rw-r--r--share.Linux/passwd13
-rw-r--r--share.Linux/shadow16
6 files changed, 0 insertions, 107 deletions
diff --git a/share.Linux/Makefile b/share.Linux/Makefile
deleted file mode 100644
index 9f04fea2..00000000
--- a/share.Linux/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-DIR = /usr/share/baselayout
-FILES = fstab issue.devfix group passwd
-FILES_SECURE = shadow
-
-TOPDIR = ..
-include $(TOPDIR)/default.mk
diff --git a/share.Linux/fstab b/share.Linux/fstab
deleted file mode 100644
index ff43ca1f..00000000
--- a/share.Linux/fstab
+++ /dev/null
@@ -1,25 +0,0 @@
-# /etc/fstab: static file system information.
-#
-# noatime turns off atimes for increased performance (atimes normally aren't
-# needed; notail increases performance of ReiserFS (at the expense of storage
-# efficiency). It's safe to drop the noatime options if you want and to
-# switch between notail / tail freely.
-#
-# The root filesystem should have a pass number of either 0 or 1.
-# All other filesystems should have a pass number of 0 or greater than 1.
-#
-# See the manpage fstab(5) for more information.
-#
-# Keep in mind that the boot scripts will ignore many of the core mounts
-# (like /proc or /dev or /dev/shm) unless you set RC_USE_FSTAB in your
-# /etc/conf.d/rc file appropriately.
-#
-
-# <fs> <mountpoint> <type> <opts> <dump/pass>
-
-# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
-/dev/BOOT /boot ext2 noauto,noatime 1 2
-/dev/ROOT / ext3 noatime 0 1
-/dev/SWAP none swap sw 0 0
-/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
-/dev/fd0 /mnt/floppy auto noauto 0 0
diff --git a/share.Linux/group b/share.Linux/group
deleted file mode 100644
index 508257aa..00000000
--- a/share.Linux/group
+++ /dev/null
@@ -1,26 +0,0 @@
-root::0:root
-bin::1:root,bin,daemon
-daemon::2:root,bin,daemon
-sys::3:root,bin,adm
-adm::4:root,adm,daemon
-tty::5:
-disk::6:root,adm
-lp::7:lp
-mem::8:
-kmem::9:
-wheel::10:root
-floppy::11:root
-news::13:news
-uucp::14:uucp
-console::17:
-audio::18:
-cdrom::19:
-tape::26:root
-video::27:root
-cdrw::80:
-usb::85:
-users::100:games
-portage::250:portage
-utmp:x:406:
-nogroup::65533:
-nobody::65534:
diff --git a/share.Linux/issue.devfix b/share.Linux/issue.devfix
deleted file mode 100644
index 6ca71242..00000000
--- a/share.Linux/issue.devfix
+++ /dev/null
@@ -1,21 +0,0 @@
------------------------------------------------------
-Your system seems to be missing critical device files
-in /dev ! Although you may be running udev or devfs,
-the root partition is missing these required files !
-
-To rectify this situation, please do the following:
-mkdir /mnt/fixit
-mount --bind / /mnt/fixit
-cp -a --remove-destination /dev/* /mnt/fixit/dev/
-umount /mnt/fixit
-rmdir /mnt/fixit
-
-You may refer to these instructions at /etc/issue.
-If you previously had an issue file, it has been
-backed up at /etc/issue.devfix. Once you've fixed
-your system, you will have to restore your old issue
-file in order to get rid of this warning.
-
-Thanks for using Gentoo ! :)
-http://bugs.gentoo.org/show_bug.cgi?id=40987
------------------------------------------------------
diff --git a/share.Linux/passwd b/share.Linux/passwd
deleted file mode 100644
index b964d8e3..00000000
--- a/share.Linux/passwd
+++ /dev/null
@@ -1,13 +0,0 @@
-root:x:0:0:root:/root:/bin/bash
-bin:x:1:1:bin:/bin:/bin/false
-daemon:x:2:2:daemon:/sbin:/bin/false
-adm:x:3:4:adm:/var/adm:/bin/false
-lp:x:4:7:lp:/var/spool/lpd:/bin/false
-sync:x:5:0:sync:/sbin:/bin/sync
-shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown
-halt:x:7:0:halt:/sbin:/sbin/halt
-news:x:9:13:news:/var/spool/news:/bin/false
-uucp:x:10:14:uucp:/var/spool/uucp:/bin/false
-operator:x:11:0:operator:/root:/bin/bash
-portage:x:250:250:portage:/var/tmp/portage:/bin/false
-nobody:x:65534:65534:nobody:/:/bin/false
diff --git a/share.Linux/shadow b/share.Linux/shadow
deleted file mode 100644
index 99d5ecce..00000000
--- a/share.Linux/shadow
+++ /dev/null
@@ -1,16 +0,0 @@
-root:*:10770:0:::::
-halt:*:9797:0:::::
-operator:*:9797:0:::::
-shutdown:*:9797:0:::::
-sync:*:9797:0:::::
-bin:*:9797:0:::::
-daemon:*:9797:0:::::
-adm:*:9797:0:::::
-lp:*:9797:0:::::
-mail:*:9797:0:::::
-postmaster:*:9797:0:::::
-news:*:9797:0:::::
-uucp:*:9797:0:::::
-games:*:9797:0:::::
-guest:*:9797:0:::::
-nobody:*:9797:0:::::