aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2006-07-11 11:33:09 +0000
committerTim Yamin <plasmaroo@gentoo.org>2006-07-11 11:33:09 +0000
commit2376b1874252d365f913fcf369c9d63f85497275 (patch)
treec096244ea97d3f3d6ad11c47aa72bce2e3f9fb25 /gen_funcs.sh
parentTweak the sgimips section for rootfs mounting to use squashfs instead of ext2. (diff)
downloadgenkernel-2376b1874252d365f913fcf369c9d63f85497275.tar.gz
genkernel-2376b1874252d365f913fcf369c9d63f85497275.tar.bz2
genkernel-2376b1874252d365f913fcf369c9d63f85497275.zip
Commit patch for bug #139866 by Martin Parm.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@417 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'gen_funcs.sh')
-rwxr-xr-xgen_funcs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_funcs.sh b/gen_funcs.sh
index 7977339..7143bef 100755
--- a/gen_funcs.sh
+++ b/gen_funcs.sh
@@ -252,7 +252,7 @@ has_loop() {
isBootRO()
{
- for mo in `grep ' /boot ' /proc/mounts | cut -d ' ' -f 4 | sed -e 's/,/ /'`
+ for mo in `grep ' ${BOOTDIR} ' /proc/mounts | cut -d ' ' -f 4 | sed -e 's/,/ /'`
do
if [ "x${mo}x" == "xrox" ]
then