1CDIST-TYPE__INSTALL_MOUNT(7) cdist CDIST-TYPE__INSTALL_MOUNT(7)
2
3
4
6 cdist-type__install_mount - mount filesystems in the installer
7
9 Mounts filesystems in the installer. Collects data to generate
10 /etc/fstab.
11
13 device the device to mount
14
16 dir where to mount device. Defaults to object_id.
17
18 options
19 mount options passed to mount(8) and used in /etc/fstab
20
21 type filesystem type passed to mount(8) and used in /etc/fstab. If
22 type is swap, 'dir' is ignored. Defaults to the filesystem used
23 in __install_mkfs for the same 'device'.
24
25 prefix the prefix to prepend to 'dir' when mounting in the installer.
26 Defaults to /target.
27
29 __install_mount slash --dir / --device /dev/sda5 --options noatime
30 require="__install_mount/slash" __install_mount /boot --device /dev/sda1
31 __install_mount swap --device /dev/sda2 --type swap
32 require="__install_mount/slash" __install_mount /tmp --device tmpfs --type tmpfs
33
35 cdist-type__install_mkfs(7), cdist-type__install_mount_apply (7)
36
38 Steven Armstrong <steven-cdist--@--armstrong.cc>
39
41 Copyright (C) 2011 Steven Armstrong. You can redistribute it and/or
42 modify it under the terms of the GNU General Public License as pub‐
43 lished by the Free Software Foundation, either version 3 of the Li‐
44 cense, or (at your option) any later version.
45
47 ungleich GmbH 2021
48
49
50
51
527.0.0 Jul 31, 2022 CDIST-TYPE__INSTALL_MOUNT(7)