[BACK]Return to install.sub CVS log [TXT][DIR] Up to [local] / src / distrib / miniroot

Diff for /src/distrib/miniroot/install.sub between version 1.653 and 1.654

version 1.653, 2011/10/18 19:02:44 version 1.654, 2011/11/08 19:55:52
Line 1650 
Line 1650 
 }  }
   
 update_firmware() {  update_firmware() {
         local _get=Install          echo "/usr/sbin/fw_update -v" >> /mnt/etc/rc.firsttime
         [[ $MODE == upgrade ]] && _get=Update  
         ask_yn "$_get non-free firmware files on first boot?" no  
         [[ $resp == y ]] && \  
                 echo "/usr/sbin/fw_update -v" >> /mnt/etc/rc.firsttime  
 }  }
   
 # Create a skeletal but useful /etc/fstab from /tmp/fstab by stripping all  # Create a skeletal but useful /etc/fstab from /tmp/fstab by stripping all

Legend:
Removed from v.1.653  
changed lines
  Added in v.1.654