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

version 1.6.2.7, 2013/07/31 13:17:53 version 1.6.2.8, 2013/07/31 13:31:39
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;

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


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