- Timestamp:
- Mar 11, 2009, 3:25:17 PM (16 years ago)
- Location:
- branches/2.2.9/mindi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/parted2fdisk.pl
r2158 r2163 39 39 my $fake = 0; 40 40 my $mega = 1048576; 41 42 # Immediate flushing to avoids read error from mondorestore in log files 43 $| = 1; 41 44 42 45 # Determine on which arch we're running … … 142 145 if ($i =~ /^p$/) { 143 146 fdisk_list($device,undef,\%start,\%end, 1); 147 print "command (m for help) send back to fake fdisk for mondorestore\n"; 144 148 } elsif ($i =~ /^n$/) { 145 149 fdisk_list($device,undef,\%start,\%end, 0); … … 275 279 } else { 276 280 print FLOG "Unknown command: $i\n"; 281 print "command (m for help) send back to fake fdisk for mondorestore\n"; 277 282 next; 278 283 } -
branches/2.2.9/mindi/rootfs/sbin/init
r2158 r2163 534 534 WelcomeMessage() 535 535 { 536 export ARCH=`uname -m`537 538 536 echo "********************************************************************" 539 537 echo "MINDI-LINUX by Mondo Dev Team - web site: http://www.mondorescue.org" … … 600 598 GROOVY=/tmp/groovy-stuff 601 599 USER=root 602 export PATH GROOVY USER LOGFILE 600 ARCH=`uname -m` 601 602 export PATH GROOVY USER LOGFILE ARCH 603 603 604 604 echo "Welcome to init (from mindi ${MINDI_VER}-r${MINDI_REV})"
Note:
See TracChangeset
for help on using the changeset viewer.