1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

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.
This commit is contained in:
freesource 2003-02-13 19:35:34 +00:00
parent a755253bcc
commit aea0e0054b
2 changed files with 10 additions and 4 deletions

View File

@ -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
View File

@ -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