LFScript documentation does not explain how to install a system

Bug #682152 reported by Marcel van den Boer
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LFScript
Fix Released
High
Marcel van den Boer

Bug Description

The manual page mentions "lfsinstaller", but that application has not been built yet. In the mean time, LFScript should provide a document similar to "livecd.htm" that explains how to install a system built with LFScript.

Changed in lfscript:
assignee: nobody → Marcel van den Boer (synthehol)
importance: Undecided → High
status: New → In Progress
summary: - LFScript documentation does explain how to install a system
+ LFScript documentation does not explain how to install a system
Changed in lfscript:
status: In Progress → Fix Released
Revision history for this message
freethinker (pratikmsinha) wrote :

In your install document

'''
chroot ./rootfs

Then set up Grub:

grub-install /dev/<primary_disk>

grub-mkconfig -o /boot/grub/grub.cfg
'''

This should be changed to:
chroot ./rootfs grub-install /dev/<primary_disk>
chroot ./rootfs grub-mkconfig -o /boot/grub/grub.cfg

That way it can be dumped into a script, and no manual intervention is required.

Revision history for this message
Marcel van den Boer (synthehol) wrote :

True. I'll modify it.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.