Changeset 1575 in MondoRescue
- Timestamp:
- Jul 26, 2007, 1:10:44 PM (18 years ago)
- Location:
- branches/2.2.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mindi/mindi
r1567 r1575 3134 3134 fi 3135 3135 fi 3136 if [ _"$MONDO_SHARE" = _"" ] ; then3136 if [ _"$MONDO_SHARE" = _"" ] && [ "$ARCH" != "ia64" ]; then 3137 3137 echo -en "Would you like to use LILO (instead of syslinux)\nfor your boot CD/floppies (y/[n]) ?" 3138 3138 read ch -
branches/2.2.5/mondo/src/common/libmondo-devices.c
r1540 r1575 2329 2329 finish(1); 2330 2330 } 2331 // Interactive mode: 2332 #ifdef __IA64__ 2333 bkpinfo->make_cd_use_lilo = TRUE; 2334 #else 2331 2335 bkpinfo->make_cd_use_lilo = FALSE; 2336 #endif 2332 2337 bkpinfo->backup_data = TRUE; 2333 2338 bkpinfo->verify_data =
Note:
See TracChangeset
for help on using the changeset viewer.