Diff for /elwix/build_romfs.sh between versions 1.6.2.2 and 1.6.2.5

version 1.6.2.2, 2013/07/29 08:52:16 version 1.6.2.5, 2013/07/29 14:13:32
Line 56  build_romfs() Line 56  build_romfs()
         install -d boot/zfs;          install -d boot/zfs;
         install -d dev;          install -d dev;
         install -d elwix;          install -d elwix;
           install -d elwix/altroot;
           install -d elwix/altroot/var;
           install -d elwix/cf;
         install -d elwix/etc;          install -d elwix/etc;
         install -d elwix/exports;          install -d elwix/exports;
         install -d elwix/home;          install -d elwix/home;
Line 63  build_romfs() Line 66  build_romfs()
         install -d -m 0750 elwix/root/.ssh;          install -d -m 0750 elwix/root/.ssh;
         install -d elwix/system;          install -d elwix/system;
         install -d elwix/tftpboot;          install -d elwix/tftpboot;
         install -d elwix/var;  
         ln -fs /elwix/etc etc;          ln -fs /elwix/etc etc;
         ln -fs /elwix/exports exports;          ln -fs /elwix/exports exports;
         ln -fs /elwix/home home;          ln -fs /elwix/home home;
Line 128  install_romfs() Line 130  install_romfs()
         install -v ${CFGDIR}/root.skel/logout $SKEL/dot.logout;          install -v ${CFGDIR}/root.skel/logout $SKEL/dot.logout;
         install -v ${CFGDIR}/root.skel/profile $SKEL/dot.profile;          install -v ${CFGDIR}/root.skel/profile $SKEL/dot.profile;
         install -v ${CFGDIR}/root.skel/vimrc $SKEL/dot.vimrc;          install -v ${CFGDIR}/root.skel/vimrc $SKEL/dot.vimrc;
   
           find ${WORLD}/libexec -type f -name ld-elf.so\* -exec install {} $LIBEXEC \;
   
         find ${WORLD}/lib -type f -name \*.so.\* -exec install {} $LIBS \;          find ${WORLD}/lib -type f -name \*.so.\* -exec install {} $LIBS \;
         find ${WORLD}/lib -type f -name libalias_\*.so -exec install {} $LIBS \;          find ${WORLD}/lib -type f -name libalias_\*.so -exec install {} $LIBS \;

Removed from v.1.6.2.2  
changed lines
  Added in v.1.6.2.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>