mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-25 17:53:22 -05:00
Added $Id$
This commit is contained in:
parent
4b2f957f1c
commit
7973e6cfdf
@ -1,3 +1,6 @@
|
||||
$Id$
|
||||
make_debian-X11 replacement
|
||||
|
||||
Setting up the root filesystem
|
||||
-----------------------------
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,8 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
# $Id$
|
||||
# make_debian-X11 replacement
|
||||
|
||||
print "Please enter your Hosts ip: ";
|
||||
my $answer = <STDIN>;
|
||||
chomp $answer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user