Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Fix loading loader.conf.trueos from grub-mkconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Jun 19, 2013
1 parent e3f032f commit 93f0e87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ display_loaderopts()
touch /tmp/.lSysCtls.$$ touch /tmp/.lSysCtls.$$


# Loader files, in order of which to read them # Loader files, in order of which to read them
lFiles="${fMnt}/boot/device.hints ${fMnt}/boot/loader.conf.local ${fMnt}/boot/loader.conf ${fMnt}/boot/loader.conf.pcbsd" lFiles="${fMnt}/boot/device.hints ${fMnt}/boot/loader.conf.local ${fMnt}/boot/loader.conf ${fMnt}/boot/loader.conf.trueos ${fMnt}/boot/loader.conf.pcbsd"
for f in $lFiles for f in $lFiles
do do
if [ ! -e "$f" ] ; then continue ; fi if [ ! -e "$f" ] ; then continue ; fi
Expand Down

0 comments on commit 93f0e87

Please sign in to comment.