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?