| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Readme-scripts.txt | 2019-05-04 | 1.6 kB | |
| savechanges | 2019-05-04 | 1.5 kB | |
| sb2dir | 2019-05-04 | 901 Bytes | |
| slax | 2019-05-04 | 4.1 kB | |
| dir2sb | 2019-05-04 | 1.4 kB | |
| genslaxiso | 2019-05-04 | 1.9 kB | |
| pxe | 2019-05-04 | 3.1 kB | |
| rmsbdir | 2019-05-04 | 308 Bytes | |
| Totals: 8 Items | 14.8 kB | 0 | |
These scripts are found in linux-live-slack/Slax and in linux-live-debian/Slax/debian/rootcopy/usr/bin
** dir2sb (Directory to Slax Bundle)
Convert directory to .sb compressed module
Usage: /usr/bin/dir2sb [source_directory.sb] [[target_file.sb]]
If source_directory does not have .sb suffix and it is not 'squashfs-root',
then the source_directory itself is included in the module and
then the target_file.sb parameter is required.
If target_file.sb is not specified, the source_directory is erased
and replaced by the newly generated module file.
** genslaxiso (Only for Debian)
Generates a Debian based distro just like Slax
** pxe
Starts a pxe server
** rmsbdir
Erase module directory created by sb2dir
Usage: /usr/bin/rmsbdir [source_directory.sb]
** savechanges
savechanges - save all changed files in a compressed filesystem bundle
- excluding some predefined files such as /etc/mtab,
temp & log files, empty directories, apt cache, and such
Usage:
/usr/bin/savechanges [ target_file.sb ] [ changes_directory ]
If changes_directory is not specified, /run/initramfs/memory/changes is used.
** sb2dir (Slax Bundle to Directory)
Convert .sb compressed module into directory with the same name
Usage: /usr/bin/sb2dir [source_file.sb] [[optional output_directory]]
If the output_directory is specified, it must exist
If the output_directory is not specified, the name source_file.sb
is used and the directory is overmounted with tmpfs
** slax (For activating/deactivating modules during live session)
Usage: /usr/bin/slax [ activate | deactivate | list ] [ file.sb ]