Results 1 to 2 of 2
Hi folks,
FC3
LFS LiveCD
Would it be possible from LiveCD to evoke a package installed on HD ?
LFS LiveCD only has basic packages installed unable to read .pdf ...
- 07-28-2005 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
To evoke a package installed on HD
Hi folks,
FC3
LFS LiveCD
Would it be possible from LiveCD to evoke a package installed on HD ?
LFS LiveCD only has basic packages installed unable to read .pdf and .doc/.rtf files. I imagine whether I can evoke OpenOffice/Xpdf/Acrobat_Reader from the LiveCD. They are installed on FC3 HD
I performed following test without success.
OOwriter is evoked on FC3 with;
/usr/bin/oowriter
While running LFS LiveCD
On console
# su -
# mkdir /mnt/hd2
# mount /dev/hda2 /mnt/hd2
# cd /mnt/hd2
# chroot /
# /usr/bin/ could not locate "oowriter". It seemed disappeared.
Is there any method. TIA
B.R.
satimis
- 07-28-2005 #2Linux Engineer
- Join Date
- Jan 2005
- Location
- Chicago (USA)
- Posts
- 1,028
# su -
# mkdir /mnt/hd2
# mount -t auto /dev/hda2 /mnt/hd2
# cd /mnt/hd2
# /mnt/hd2/usr/bin/oowriter


Reply With Quote
