removed redundant reference to class
[fai-configs.git] / scripts / GRUB / 10-setup
... / ...
CommitLineData
1#! /bin/bash
2# support for GRUB version 1 (0.97)
3
4error=0 ; trap "error=$((error|1))" ERR
5
6fcopy -v /boot/grub/menu.lst
7
8exit $error
9