Changeset 71 in MondoRescue
- Timestamp:
- Oct 20, 2005, 2:06:39 AM (20 years ago)
- Location:
- branches/2.04_berlios/mondo/mondo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.04_berlios/mondo/mondo/autorun
r30 r71 1 1 #!/bin/sh 2 2 # 3 # $Id$ 4 # 3 5 # Autorun script for mondorestore CD - Hugo Rabson 4 #5 # 05/026 # - support for non-KDE desktops7 #8 # 04/28/20039 # - rewrite10 #11 # 11/??/200212 # - first copy13 6 # 14 7 # Based on autorun script for the Ark Development Suite 15 8 # Copyright (c) 2002 Bernhard Rosenkraenzer <bero@arklinux.org> 16 9 ################################################################## 17 18 19 20 10 21 11 InBkgd() { -
branches/2.04_berlios/mondo/mondo/mondorestore/mondo-prep.c
r30 r71 8 8 edited by : by Stan Benoit 4/2002 9 9 email : troff@nakedsoul.org 10 cvsid : $Id : mondo-prep.c,v 1.14 2004/06/21 20:20:36 hugo Exp$10 cvsid : $Id$ 11 11 ***************************************************************************/ 12 12 … … 181 181 #define MONDO_WAS_HERE "MONDOWOZEREMONDOWOZEREMONDOWOZEREhahahaMOJOJOJO" 182 182 183 //static char cvsid[] = "$Id : mondo-prep.c,v 1.14 2004/06/21 20:20:36 hugo Exp$";183 //static char cvsid[] = "$Id$"; 184 184 185 185 extern char *g_mountlist_fname; … … 1541 1541 #endif 1542 1542 1543 #ifndef __IA64__ 1543 1544 if (current_devno == 5 && previous_devno == 4) { 1544 1545 log_to_screen("You must leave at least one partition spare as the Extended partition."); … … 1548 1549 return (1); 1549 1550 } 1551 #endif 1550 1552 1551 1553 retval += partition_device(pout_to_fdisk, drivename, current_devno, previous_devno, format, partsize);
Note:
See TracChangeset
for help on using the changeset viewer.