Skip to Content.
Sympa Menu

baslinux - Re: [BL] loadlin with vmlinuz

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: sindi keesan <keesan AT sdf.lonestar.org>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] loadlin with vmlinuz
  • Date: Fri, 3 Jun 2005 00:20:12 +0000 (UTC)


I think this worked perfectly.

On Wed, 1 Jun 2005, David Moberg wrote:

----- Original Message -----
From: "sindi keesan" <keesan AT sdf.lonestar.org>

BL2 is simpler since it has login. (I have not tested this one yet).

chrootBL2 (run from BL3)

#!/bin/sh
mount /dev/hdb2 /hd
chroot /hd /bin/bash
login

(Login should run the rcs and profiles).

But this will try to run login in BL3. You need to do:

mount /dev/hdb2 /hd
chroot /hd /bin/login

(Is that where login is on BL2?)

David

--
_______________________________________________
NEW! Lycos Dating Search. The only place to search multiple dating sites at
once.
http://datingsearch.lycos.com

_______________________________________________
BasLinux mailing list
BasLinux AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/baslinux



keesan AT sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org




Archive powered by MHonArc 2.6.24.

Top of Page