Browse Source

Found another nasty, where bad symlinks were being produced in --home

. .. this isn't wanted, actually I'm not sure why I changed to this
behavior to begin with, but remember that repl dirs weren't formed in
one instance, but this isn't a problem anymore.
master
freesource 22 years ago
parent
commit
aea0e0054b
  1. 4
      BootRoot/BootRoot.pm
  2. 10
      README

4
BootRoot/BootRoot.pm

@ -379,7 +379,9 @@ if ( !%option || $option{gui_mode} ) {
# /tmp
home_builder($tmp1);
if ( !( $option{help} || $option{h} ) ) {
if ( !( $option{help} || $option{h} ) &&
$home_uml_kernel !~ /user-mode-linux/ &&
!$option{home} ) {
# $HOME/.gbootroot/root_filesystem
home_builder($home_rootfs);

10
README

@ -1,4 +1,4 @@
$Id: README,v 1.23 2003/02/12 17:15:25 freesource Exp $
$Id: README,v 1.24 2003/02/12 17:18:36 freesource Exp $
Program: gBootRoot pronounced "bOOtrOOt"
License: GNU General Public License
@ -39,7 +39,9 @@ mtd-tools, m4, libreadline4-dev, libncurses5-dev, libgtk-perl (>=
found at gbootroot's site]. For instance, in Redhat libc6-dev
translates into glibc-devel and glibc-kernheaders, libreadline4-dev
translates into readline-dev, libncurses5-dev translates into
ncurses-devel, reiserfsprog translates into reiserfs-utils.
ncurses-devel, reiserfsprog translates into reiserfs-utils. Mandrake
requires glibc-static-devel along with glibc-devel, but the other
package names are more similar to Debian.
UML KERNEL CUSTOMIZATION
@ -63,7 +65,9 @@ If you build the package as a non-root user, and you don't have
permissions to write to system directories you can always run
gbootroot from the immediate source directory "./gbootroot --home ."
or "perl -I . ./gbootroot --home ." if there is already another
installed version on the system.
installed version on the system. You will want to put the
uml-utilities found under user-mode-linux/usr/bin and
user-mode-linux/usr/lib/uml in your $PATH.
To install on the system type "make install" and follow the
instructions in the "Important Configurations" section near the bottom

Loading…
Cancel
Save