summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/openslx_tmp_format/module-setup.sh
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecated modulesJonathan Bauer2019-01-181-14/+0Star
|
* fixesJonathan Bauer2018-03-061-3/+1Star
|
* new module to format newroot's /tmpJonathan Bauer2018-03-061-0/+16
Uses SLX_TMP_PARTITION_IDENTIFIER from the openslx configuration file to detect which partition to format. Formatting is done either by the command in SLX_TMP_PARTITION_FILESYSTEM_CREATE_COMMAND, if set, or by either mkfs.xfs or mkfs.ext4 as fallbacks