mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-25 09:53:22 -05:00
Added $Id$
This commit is contained in:
parent
c9d4b99c3b
commit
e2bae597d0
@ -1,3 +1,6 @@
|
||||
# $Id$
|
||||
# make_debian replacement
|
||||
|
||||
# DEVICE MOUNTPOINT TYPE OPTIONS DUMP FSCKORDER
|
||||
#----------------------------------------------------------------
|
||||
## Choose an appropriate root mount.
|
||||
|
@ -1 +1,4 @@
|
||||
# $Id$
|
||||
# make_debian replacement
|
||||
|
||||
bootroot
|
||||
|
@ -1,3 +1,6 @@
|
||||
# $Id$
|
||||
# make_debian replacement
|
||||
|
||||
27.0.0.1 localhost
|
||||
#192.168.1.2 bootroot.domain.com bootroot
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
# /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.
|
||||
id:2:initdefault:
|
||||
|
@ -1,3 +1,4 @@
|
||||
$Id$
|
||||
Linux bootroot
|
||||
|
||||
Most of the programs included with the Debian GNU/Linux system are
|
||||
|
@ -1,4 +1,7 @@
|
||||
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
|
||||
#
|
||||
# $Id$
|
||||
# make_debian replacement
|
||||
|
||||
# The loopback interface
|
||||
auto lo
|
||||
|
@ -1,2 +1,6 @@
|
||||
# Edit this to requirements
|
||||
#
|
||||
# $Id$
|
||||
# make_debian replacement
|
||||
|
||||
localnet 192.168.1.0
|
||||
|
@ -1,5 +1,8 @@
|
||||
# /etc/securetty: list of terminals on which root is allowed to login.
|
||||
# See securetty(5) and login(1).
|
||||
#
|
||||
# $Id$
|
||||
# make_debian replacement
|
||||
ttys/0
|
||||
ttys/1
|
||||
ttys/2
|
||||
|
@ -1,4 +1,7 @@
|
||||
# ~/.bashrc: executed by bash(1) for non-login shells.
|
||||
#
|
||||
# $Id$
|
||||
# make_debian replacement
|
||||
|
||||
export PS1='\h:\w\$ '
|
||||
umask 022
|
||||
|
@ -1,4 +1,7 @@
|
||||
# ~/.profile: executed by Bourne-compatible login shells.
|
||||
#
|
||||
# $Id$
|
||||
# make_debian replacement
|
||||
|
||||
if [ -f ~/.bashrc ]; then
|
||||
. ~/.bashrc
|
||||
|
@ -1,2 +1,5 @@
|
||||
# $Id$
|
||||
# make_debian replacement
|
||||
|
||||
Edit /etc/network/interfaces to the requirements of your network
|
||||
to bring up your interfaces.
|
||||
|
Loading…
x
Reference in New Issue
Block a user