| version 1.653, 2011/10/18 19:02:44 |
version 1.654, 2011/11/08 19:55:52 |
|
|
| } |
} |
| |
|
| 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 |