This should help get you started:
- Code: Select all
- After the kernel has booted, type 'x' and [enter] to get a shell;
- Log in as root (no password);
at that point I would copy the current script to your network share:
- Code: Select all
- dhcpcd (to get an IP)
- mount.smbfs //192.168.0.101/PartImage /mnt/smbfs -o username=xxx (xxx should be domain\\user or user)
- df (to check the network share mounting)
- mkdir /mnt/smbfs/TEST
- cp /etc/rc.d/rc.ping /mnt/smbfs/TEST
- umount /mnt/smbfs
To test do the same as above, but copy the rc.ping file back
- Code: Select all
- cp /mnt/smbfs/TEST/rc.ping /etc/rc.d
Then run the script to see if your changes worked or not:
- Code: Select all
- /etc/rc.d/rc.ping
If everything works well after a few different tests (backup AND restore) post the changed code here.
Thank you for all your help making PING the world's best hard drive imaging utility.
On a side note, if anyone wishes to play with the partimage code, there are some changes that need to be done to make it work better with PING. Please talk to Natan about those.
