X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=e0c6cc572695faf455b649bb37f4943d70a55c88;hp=f6d99b3aeef504202802dc2b9644bfaf9688946c;hb=8c0c2938f3f2fd50eae0bd14602036c3194a6e96;hpb=7be505423c9afac71defd632a970340160c17959;ds=inline diff --git a/autoconfig.functions b/autoconfig.functions index f6d99b3..e0c6cc5 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1287,6 +1287,7 @@ fi # {{{ Check for persistent homedir option and eventually mount /home from there, or use a loopback file. config_homedir(){ +if checkbootparam home ; then HOMEDIR="$(getbootparam home)" MYHOMEDEVICE="" MYHOMEMOUNTPOINT="" @@ -1360,6 +1361,7 @@ $(cat /proc/mounts) EOT fi fi +fi # checkbootparam home } # }}}