Displaying 1 result from an estimated 1 matches for "xzpf".
Did you mean:
xzf
2010 Jun 08
1
grub, initrd and Co
...station 6060 # ( after executing
# netcat -l -p 6060 > $IMAGE on my.workstation )
On the target HD, I have created three "type 83" partitions and a
swap, ran mke2fs -cc -j /dev/$D for the three FS and mkswap -c /dev/$D
for the future swap.
The target root FS was restored with : tar xzpf $IMAGE -C /mnt/linux
On the target root FS, I edited /etc/fstab and /etc/grub.conf,
replacing any reference to LABEL=... by the real device (/dev/hda1
and so on).
Then I took care of the initrd (future / is mounted on /mnt/linux/) :
mount -o bind /dev /mnt/linux/dev
mount -t proc none /mnt/linu...