#3027: error in /etc/rc.d/init.d/mountfs script.
----------------------+-----------------------------------------------------
Reporter: scriptyz | Owner: lfs-book@…
Type: task | Status: new
Priority: normal | Milestone: 7.2
Component: Book | Version: SVN
Severity: normal | Keywords:
----------------------+-----------------------------------------------------
on line 69 from /etc/rc.d/init.d/mountfs :
if [ -x /sbin/vgchange -a]; then /sbin/vgchange -an; fi
gives an error and should be:
if [ -x /sbin/vgchange -ay]; then /sbin/vgchange -an; fi
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3027>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page