Diff for /elwix/build_romfs.sh between versions 1.6.2.7 and 1.6.2.9

version 1.6.2.7, 2013/07/31 13:17:53 version 1.6.2.9, 2013/07/31 13:41:43
Line 67  build_romfs() Line 67  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/pkg;
           install -d elwix/pkg/bin;
           install -d elwix/pkg/lib;
           install -d elwix/pkg/libexec;
           install -d elwix/pkg/libdata;
           install -d elwix/pkg/sbin;
         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 141  install_romfs() Line 147  install_romfs()
         find ${WORLD}/usr/lib/engines -type f -name \*.so -exec install {} $LIBS/engines \;          find ${WORLD}/usr/lib/engines -type f -name \*.so -exec install {} $LIBS/engines \;
   
         InstallList ${ELWIX_ROMFS} ${WORLD} ${ROMFS}          InstallList ${ELWIX_ROMFS} ${WORLD} ${ROMFS}
   
           ln ${BIN}/tcsh ${UBIN}/tcsh
   
         InstallDir ${WORLD}/usr/local/bin $UBIN          InstallDir ${WORLD}/usr/local/bin $UBIN
         InstallDir ${WORLD}/usr/local/sbin $USBIN          InstallDir ${WORLD}/usr/local/sbin $USBIN

Removed from v.1.6.2.7  
changed lines
  Added in v.1.6.2.9


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