While experimenting with LTSP on Fedora18, I realized that I would have to have a supported environment in order to be able to understand the failure on Fedora. I had an iso file of Scientific Linux 6.3 and decided to use that.
Since ltsp-build-client installs an OS in a chroot environment while the system is operational, I decided to see if I could use a LTSP script to install the Scientific Linux on a free partition.
A python program, chroot-creator, seemed a likely prospect.
After the installation:
This process should work with any distribution which is compatible with yum on Fedora.
Note: the experimental version of LTSP scripts now uses mock and chroot-creator program is not included.
Since ltsp-build-client installs an OS in a chroot environment while the system is operational, I decided to see if I could use a LTSP script to install the Scientific Linux on a free partition.
A python program, chroot-creator, seemed a likely prospect.
- Commented a few lines in chroot-creator meant specifically for LTSP clients.
- Chose a suitable kickstart file
- Loop mounted the iso image and used it as the yum repository
- Started installation on on the free partition which failed.
After the installation:
- In Install:
# mv * .. - Modify fstab file for Scientific Linux
- Run grub2-mkconfig. It should find and include the Scientific Linux partition.
- Chroot to the SL partition
- Change password for root. Create additional users if needed.
This process should work with any distribution which is compatible with yum on Fedora.
Note: the experimental version of LTSP scripts now uses mock and chroot-creator program is not included.
No comments:
Post a Comment