Changes between Version 6 and Version 7 of Documentation/Community/HowTo/ThePerfectEboxSetup/BackupRestore

Show
Ignore:
Timestamp:
05/21/09 11:25:08 (4 years ago)
Author:
jsalamero@… (IP: 87.198.40.71)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Community/HowTo/ThePerfectEboxSetup/BackupRestore

    v6 v7  
    4444}}} 
    4545 
     46The rescude mode mounted ''/boot'' under ''/target'' so let's clean this directory and move the restored contents there: 
     47 
     48{{{ 
     49% rm -fr /target/* 
     50% mv /mnt/ebox/boot/* /target/* 
     51}}} 
     52 
    4653Umount everything and exit (but after umounting the ''/var'' partition and before the ''root'' we have to create ''var/run'' and ''var/lock'' to prevent some fails on Ubuntu start up): 
    4754