Skip to content
Snippets Groups Projects
  • Mirko Vogt's avatar
    4cca5cd4
    hot-fix nameclash in sysupgrade: rename pivot() to supivot() in sysupgrade · 4cca5cd4
    Mirko Vogt authored
    Sysupgrade defines its very own pivot() function.
    Prior merging boot.sh and functions.sh sysupgrade just included boot.sh,
    now it includes functions.sh which defines pivot() as well, however
    slightly different which causes sysupgrade to fail.
    
    This is a hot-fix to unbreak sysupgrade, however those two pivot()
    functions should actually get merged.
    
    SVN-Revision: 34815
    4cca5cd4
    History
    hot-fix nameclash in sysupgrade: rename pivot() to supivot() in sysupgrade
    Mirko Vogt authored
    Sysupgrade defines its very own pivot() function.
    Prior merging boot.sh and functions.sh sysupgrade just included boot.sh,
    now it includes functions.sh which defines pivot() as well, however
    slightly different which causes sysupgrade to fail.
    
    This is a hot-fix to unbreak sysupgrade, however those two pivot()
    functions should actually get merged.
    
    SVN-Revision: 34815