Browse Source

Updated the replacements and text.

master
freesource 24 years ago
parent
commit
5c23d2b080
  1. 21
      add-ons/yard/make-debian-X11/make_debian-X11

21
add-ons/yard/make-debian-X11/make_debian-X11

@ -54,7 +54,8 @@ klogd netbase tcpd net-tools portmap netkit-ping netkit-inetd ifupdown less
perl perl-modules libwrap0 ipchains whiptail libnewt0 libpopt0 debconf-utils perl perl-modules libwrap0 ipchains whiptail libnewt0 libpopt0 debconf-utils
binutils bzip2 file libbz2-1.0 libfreetype6 libglib1.2 libgtk-perl binutils bzip2 file libbz2-1.0 libfreetype6 libglib1.2 libgtk-perl
libgtk1.2 make xfonts-base xfree86-common xlibmesa3 xlibs libgtk1.2 make xfonts-base xfree86-common xlibmesa3 xlibs
xserver-common xterm xutils zlib1g libgdbmg1 libxaw7 gbootroot); xserver-common xterm xutils zlib1g libgdbmg1 libxaw7 gbootroot
flwm libfltk1 xnest);
# -------------------------------------------------------------------- # --------------------------------------------------------------------
# DIRECTIONS # DIRECTIONS
@ -125,13 +126,13 @@ my $stuff = << "STUFF";
# Generated by make_debian-X11. # Generated by make_debian-X11.
# This template creates a complete Debian system which is more streamlined # This template creates a complete Debian system which is more streamlined
# than the base.tgz used for normal installations. Once everything is made, # than the base.tgz used for normal installations with the addition of X11.
# you can use user-mode-linux and apt to tweak the system. # Once everything is made, you can use user-mode-linux and apt to tweak the
# Make-debian generates all the information you need. You will need swim and # system. Make-debian generates all the information you need. You will need
# file-rc installed, and you will have to be running a Debian system to make # swim and file-rc installed, and you will have to be running a Debian
# this template. Make_debian ditches info, man, and doc files by default # system to make this template. Make_debian ditches info, man, and doc files
# and timezone info not found on the host system, but gives you the choice # by default and timezone info not found on the host system, but gives you
# to decide otherwise. # the choice to decide otherwise.
# Characteristics: user: root passwd: root # Characteristics: user: root passwd: root
# user: user passwd: user # user: user passwd: user
@ -165,7 +166,7 @@ my $stuff = << "STUFF";
/root/.profile <= Replacements/root/.profile.debian /root/.profile <= Replacements/root/.profile.debian
/home/user/.bashrc <= Replacements/home/user/.bashrc.debian /home/user/.bashrc <= Replacements/home/user/.bashrc.debian
/home/user/.bash_profile <= Replacements/home/user/.bash_profile.debian /home/user/.bash_profile <= Replacements/home/user/.bash_profile.debian
/home/user/README <= Replacements/home/user/README # permissions issue #/home/user/README <= Replacements/home/user/README # permissions issue
/etc/hostname <= Replacements/etc/hostname /etc/hostname <= Replacements/etc/hostname
/etc/motd <= Replacements/etc/motd /etc/motd <= Replacements/etc/motd
@ -251,7 +252,7 @@ my $stuff = << "STUFF";
/etc/X11/xkb/xkbcomp -> /usr/X11R6/bin/xkbcomp /etc/X11/xkb/xkbcomp -> /usr/X11R6/bin/xkbcomp
/usr/X11R6/bin/xkbcomp /usr/X11R6/bin/xkbcomp
# administrative stuff # Administrative stuff
/root/make_swapfile <= Replacements/root/make_swapfile /root/make_swapfile <= Replacements/root/make_swapfile
/root/setup <= Replacements/root/setup-debian-X11 /root/setup <= Replacements/root/setup-debian-X11
/root/README <= Replacements/root/README-debian-X11 /root/README <= Replacements/root/README-debian-X11

Loading…
Cancel
Save