Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (e169c10e03d4c2dab863535b269b56e4cf04f22c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (e169c10e03d4c2dab863535b269b56e4cf04f22c)
  • Date: Wed, 6 Feb 2008 14:02:47 +0100

On Wednesday 06 of February 2008 13:01:49 Justin Boffemmyer wrote:
> --- /dev/null
> +++ b/iso/usr/share/doc/smgl.install/steps/lilo
> @@ -0,0 +1,17 @@
> +lilo instructions:
> +Edit /mnt/root/etc/lilo.conf
> +
> +Chroot into the target platform:
> +mount --bind /dev /mnt/root/dev
> +mount --bind /dev/pts /mnt/root/dev/pts
> +mount --bind /proc /mnt/root/proc
> +chroot /mnt/root /bin/bash
> +
> +/sbin/lilo
> +
> +Exit the chroot:
> +exit
> +
> +Unless you got an error message when you were installing the boot loader,
> +you should be done with this step. Type next to go to the next
> +step.
I think this can be done much simpler. You can pass the target partition
with -b and the config file with -C. Maybe grub can do it too.

btw, lilo can chroot itself too - see -r.

--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page