forked from SUSE/s390-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsysconfig.xpram
48 lines (40 loc) · 825 Bytes
/
sysconfig.xpram
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
## Path: Kernel/XPRAM
## Description: configure XPRAM device
## Type: list(yes,no)
## Default: no
#
# Create an XPRAM device on this machine
#
XPRAM_START="no"
## Type: list(yes,no)
## Default: no
#
# Create the new device even if there is valid data on the device.
#
XPRAM_FORCE="no"
## Type: string
## Default: "xpram"
#
# Kernel module to load for the xpram device
#
XPRAM_MODULE="xpram"
## Type: string
## Default: "/dev/slram0"
#
# Device node for the xpram device
#
XPRAM_DEVNODE="/dev/slram0"
## Type: string
## Default: ""
#
# Mount point for the xpram device
#
XPRAM_MNTPATH="/abuild"
## Type: string
## Default: "ext2"
#
# Filesystem type for the xpram device
#
XPRAM_FSTYPE="ext2"
# Fix for SWAP priority setting
XPRAM_SWAP_PRI="42"