Diff for /elwix/build_base.sh between versions 1.4.2.13 and 1.5

version 1.4.2.13, 2018/01/02 01:38:18 version 1.5, 2021/03/11 13:59:50
Line 49  build_basefs() Line 49  build_basefs()
         install -d boot/defaults;          install -d boot/defaults;
         install -d boot/firmware;          install -d boot/firmware;
         install -d boot/kernel;          install -d boot/kernel;
           install -d boot/lua;
         install -d boot/modules;          install -d boot/modules;
         install -d boot/zfs;          install -d boot/zfs;
         install -d dev;          install -d dev;
Line 94  build_basefs() Line 95  build_basefs()
         ln -fs /elwix/local usr/local;          ln -fs /elwix/local usr/local;
         ln -fs /elwix/pkg usr/pkg;          ln -fs /elwix/pkg usr/pkg;
         install -d usr/sbin;          install -d usr/sbin;
           ln -fs /usr/pkg/sbin/mini_sendmail usr/sbin/sendmail
         install -d usr/share;          install -d usr/share;
         install -d usr/share/misc;          install -d usr/share/misc;
         install -d usr/share/skel;          install -d usr/share/skel;
Line 171  create_etc_fstab() Line 173  create_etc_fstab()
         cat >$1/etc/fstab <<_EOF          cat >$1/etc/fstab <<_EOF
 # Automatic generated fstab for ELWIX $2 at ${BUILD_DATE}  # Automatic generated fstab for ELWIX $2 at ${BUILD_DATE}
 #  #
   /dev/ufs/elwix          /       ufs     ro                      0       1
 tmpfs                   /tmp    tmpfs   rw                      0       0  tmpfs                   /tmp    tmpfs   rw                      0       0
 md2                     /var    mfs     rw,-s16m,-S,-n          0       0  md2                     /var    mfs     rw,-s16m,-S,-n          0       0
 _EOF  _EOF

Removed from v.1.4.2.13  
changed lines
  Added in v.1.5


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