begin integration of linux restore
Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
This commit is contained in:
parent
218f846479
commit
05544bf02f
1 changed files with 24 additions and 0 deletions
|
@ -159,6 +159,30 @@ If everything is fixed, let us finish the restore:
|
||||||
|
|
||||||
Restoring a complete Linux system
|
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
|
TO BE DONE
|
||||||
|
|
||||||
Future
|
Future
|
||||||
|
|
Loading…
Reference in a new issue