Changeset 3053 in MondoRescue
- Timestamp:
- Oct 23, 2012, 1:12:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mindi/mindi
r3049 r3053 21 21 # In case of problem with udev you can try to add udevdebug 22 22 MINDI_ADDITIONAL_BOOT_PARAMS="devfs=nomount noresume selinux=0 barrier=off udevtimeout=10" 23 MINDI_DEFAULT_BOOT_OPTION="interactive" 24 # For a CD Recovery use 10000 instead rather. Beware till Hardcoded below. Planned to be changed on the perl version 25 # So this parameter only applies to non CD recovery. 26 MINDI_BOOT_TIMEOUT="300" 23 27 24 28 MINDI_REV=PBREV … … 1757 1761 echo -en "default${sep}iso\n" 1758 1762 else 1759 echo -en "default${sep} interactive\n"1763 echo -en "default${sep}${MINDI_DEFAULT_BOOT_OPTION}\n" 1760 1764 fi 1761 1765 else … … 1765 1769 # Handle timeout 1766 1770 if [ "$CDRECOVERY" != "yes" ] ; then 1767 echo -en "timeout${sep} 300\n"1771 echo -en "timeout${sep}${MINDI_BOOT_TIMEOUT}\n" 1768 1772 else 1769 1773 echo -en "timeout${sep}10000\n"
Note:
See TracChangeset
for help on using the changeset viewer.