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

Added $Id$

This commit is contained in:
freesource 2001-11-08 06:17:04 +00:00
parent 4b2f957f1c
commit 7973e6cfdf
4 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,6 @@
$Id$
make_debian-X11 replacement
Setting up the root filesystem
-----------------------------

View File

@ -1,5 +1,8 @@
#!/bin/bash
# $Id$
# make_debian-X11 replacement
dd if=/dev/zero of=/swapfile bs=1024 count=32768
mkswap /swapfile
swapon /swapfile

View File

@ -1,5 +1,8 @@
#!/bin/bash
# $Id$
# make_debian-X11 replacement
# This is usually enough for a minimalistic system
dpkg-reconfigure xfree86-common
dpkg-reconfigure xserver-common

View File

@ -1,5 +1,8 @@
#!/usr/bin/perl
# $Id$
# make_debian-X11 replacement
print "Please enter your Hosts ip: ";
my $answer = <STDIN>;
chomp $answer;