begin integration of linux restore

Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
This commit is contained in:
Nico Schottelius 2008-07-23 18:05:35 +02:00
parent 218f846479
commit 05544bf02f
1 changed files with 24 additions and 0 deletions

View File

@ -159,6 +159,30 @@ If everything is fixed, let us finish the restore:
Restoring a complete Linux system
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Knoppix
knoppix 2 at boot prompt
rootdir=/ccollect
dev=/dev/hda
rootdev="${dev}1"
fs=jfs
tar
# create the needed partitions
cfdisk $dev
mkfs.$fs $rootdev
mkdir $rootdir
mount $rootdev $rootdir
cd $rootdir
pump
ifconfig
TO BE DONE
Future