Diff for /elwix/config/rc.subr between versions 1.9.2.2 and 1.9.2.3

version 1.9.2.2, 2016/11/21 17:09:35 version 1.9.2.3, 2016/11/23 14:32:45
Line 195  MakeFS_boot() Line 195  MakeFS_boot()
   
         case ${TARGET} in          case ${TARGET} in
                 i386)                  i386)
                        install -m 444 ${CFGDIR}/boot/beastie.4th $1/boot;                        install -m 444 ${CFGDIR}/boot/logo-elwix.4th $1/boot;
                        install -m 444 ${CFGDIR}/boot/brand.4th $1/boot;                        install -m 444 ${CFGDIR}/boot/brand-elwix.4th $1/boot;
                         install -m 444 ${CFGDIR}/boot/menu.4th $1/boot;                          install -m 444 ${CFGDIR}/boot/menu.4th $1/boot;
                         ;;                          ;;
                 *)                  *)

Removed from v.1.9.2.2  
changed lines
  Added in v.1.9.2.3


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