summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/openslx_tmp_format
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecated modulesJonathan Bauer2019-01-182-68/+0Star
|
* rework scratch partition detected in deprecated moduleJonathan Bauer2018-11-121-11/+7Star
|
* [openslx_tmp_format] reduce default timeout to 5secJonathan Bauer2018-03-201-1/+1
|
* [openslx_tmp_format] fix missing include of tools.shJonathan Bauer2018-03-201-0/+1
|
* [openslx_tmp_*] support list of tmp identifierJonathan Bauer2018-03-151-4/+18
| | | | | | ... comma-separated. openslx_tmp_mount expect to read the discovered device from /etc/openslx as SLX_TMP_PARTITION_DEVICE
* [openslx_tmp_format] only warn if sanity checks fails and do not spawn an ↵Jonathan Bauer2018-03-151-9/+16
| | | | emergency_shell since this is to be considered a non-critical error.
* no exit in sourced scripts round2wqJonathan Bauer2018-03-131-2/+0Star
|
* fixesJonathan Bauer2018-03-062-3/+1Star
|
* new module to format newroot's /tmpJonathan Bauer2018-03-062-0/+54
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