1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-25 09:53:22 -05:00

Added $Id$

This commit is contained in:
freesource 2001-11-08 05:56:42 +00:00
parent c9d4b99c3b
commit e2bae597d0
11 changed files with 31 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# $Id$
# make_debian replacement
# DEVICE MOUNTPOINT TYPE OPTIONS DUMP FSCKORDER # DEVICE MOUNTPOINT TYPE OPTIONS DUMP FSCKORDER
#---------------------------------------------------------------- #----------------------------------------------------------------
## Choose an appropriate root mount. ## Choose an appropriate root mount.

View File

@ -1 +1,4 @@
# $Id$
# make_debian replacement
bootroot bootroot

View File

@ -1,3 +1,6 @@
# $Id$
# make_debian replacement
27.0.0.1 localhost 27.0.0.1 localhost
#192.168.1.2 bootroot.domain.com bootroot #192.168.1.2 bootroot.domain.com bootroot

View File

@ -1,5 +1,6 @@
# /etc/inittab: init(8) configuration. # /etc/inittab: init(8) configuration.
# $Id: inittab.debian,v 1.3 2001/08/12 21:30:56 freesource Exp - make_debian replacement $ # $Id: inittab.debian,v 1.4 2001/11/08 03:19:36 freesource Exp $
# make_debian replacement
# The default runlevel. # The default runlevel.
id:2:initdefault: id:2:initdefault:

View File

@ -1,3 +1,4 @@
$Id$
Linux bootroot Linux bootroot
Most of the programs included with the Debian GNU/Linux system are Most of the programs included with the Debian GNU/Linux system are

View File

@ -1,4 +1,7 @@
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
#
# $Id$
# make_debian replacement
# The loopback interface # The loopback interface
auto lo auto lo

View File

@ -1,2 +1,6 @@
# Edit this to requirements # Edit this to requirements
#
# $Id$
# make_debian replacement
localnet 192.168.1.0 localnet 192.168.1.0

View File

@ -1,5 +1,8 @@
# /etc/securetty: list of terminals on which root is allowed to login. # /etc/securetty: list of terminals on which root is allowed to login.
# See securetty(5) and login(1). # See securetty(5) and login(1).
#
# $Id$
# make_debian replacement
ttys/0 ttys/0
ttys/1 ttys/1
ttys/2 ttys/2

View File

@ -1,4 +1,7 @@
# ~/.bashrc: executed by bash(1) for non-login shells. # ~/.bashrc: executed by bash(1) for non-login shells.
#
# $Id$
# make_debian replacement
export PS1='\h:\w\$ ' export PS1='\h:\w\$ '
umask 022 umask 022

View File

@ -1,4 +1,7 @@
# ~/.profile: executed by Bourne-compatible login shells. # ~/.profile: executed by Bourne-compatible login shells.
#
# $Id$
# make_debian replacement
if [ -f ~/.bashrc ]; then if [ -f ~/.bashrc ]; then
. ~/.bashrc . ~/.bashrc

View File

@ -1,2 +1,5 @@
# $Id$
# make_debian replacement
Edit /etc/network/interfaces to the requirements of your network Edit /etc/network/interfaces to the requirements of your network
to bring up your interfaces. to bring up your interfaces.