Diff for /elwix/build_romfs.sh between versions 1.6.2.3 and 1.6.2.6

version 1.6.2.3, 2013/07/29 09:03:57 version 1.6.2.6, 2013/07/29 15:06:59
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 -o 883 -g 883 elwix/etc/mqtt;
         install -d elwix/exports;          install -d elwix/exports;
         install -d elwix/home;          install -d elwix/home;
         install -d -m 0750 elwix/root;          install -d -m 0750 elwix/root;
         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 73  build_romfs() Line 76  build_romfs()
         install -d mnt;          install -d mnt;
         install -d -m 0555 proc;          install -d -m 0555 proc;
         install -d sbin;          install -d sbin;
        install -d -m 1777 tmp;        ln -fs /var/tmp tmp;
         install -d usr;          install -d usr;
         install -d usr/bin;          install -d usr/bin;
         install -d usr/lib;          install -d usr/lib;

Removed from v.1.6.2.3  
changed lines
  Added in v.1.6.2.6


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