Dumb Linux question: chroot and lilo - TechRepublic
Question
October 28, 2008 at 12:36 PM
charliespencer

Dumb Linux question: chroot and lilo

by charliespencer . Updated 17 years, 8 months ago

Dumb question about the following commands, which will be entered in the sequence shown. /dev/sda1 is a flash media card.

NAME:~# mount -t ext3 /dev/sda1 /mnt/sda1
NAME:~# chroot /mnt/sda1
NAME:/# lilo ?v 3 ?C etc/lilo.config

In the lilo command, does etc/lilo.config refer to a file on in the /etc directory on the /mnt/sda1 root or back on the original root /dev/hda1 partition?

This discussion is locked

All Comments