Revision [19543]

This is an old revision of HowtoAddSFStoFullInstall made by darkcity on 2011-11-16 09:34:10.

 

HomePage > ComponentHowTo Components and HowTos > FileTypes

squashfs

How to Add a SFS file to a Full Installation


Currently, installing a SFS file in a full hard drive installation (as opposed to a "frugal" installation) is slightly more complicated, and you can't undo it. It involves some steps....

1. Click on the .sfs file in a filer window to mount it.
2. Open a terminal in the mounted directory and enter the following
 # cp -a --remove-destination ./* /mnt/hda2/
 # sync

3. Click on the .sfs file to unmount it

Note 1, the --remove-destination option is essential. If you only use '-f' to force overwrite, it will follow (dereference) a symlink, that can cause unexpected overwrites.

Note 2, replace /mnt/hda2/ with the name of the partition where Puppy is installed.

Also see
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki