forked from pool/s390-tools
e0449582f8
'/boot/zipl/active_devices.txt' (bsc#1232474, bsc#1216257) * ctc_configure * dasd_configure * qeth_configure * zfcp_host_configure OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=228
32 lines
539 B
Plaintext
32 lines
539 B
Plaintext
#
|
|
# Example zipl.conf file
|
|
#
|
|
|
|
[defaultboot]
|
|
default = linux
|
|
|
|
[linux]
|
|
target = "/boot/zipl"
|
|
image = "/boot/kernel/image"
|
|
#ramdisk=/boot/initrd
|
|
parameters = "root=/dev/ram0 ro"
|
|
|
|
[customized]
|
|
target = "/boot/zipl"
|
|
image = "/boot/kernel/image-customized"
|
|
parmfile = "/boot/kernel/parmfile-customized"
|
|
|
|
[dumpdasd]
|
|
target = "/boot/zipl"
|
|
dumpto = "/dev/dasd??"
|
|
|
|
[dumpzfcp]
|
|
target = "/boot/zipl"
|
|
dumptofs = "/dev/zfcp??"
|
|
|
|
:menu1
|
|
target = "/boot/zipl"
|
|
1 = linux
|
|
2 = customized
|
|
default = 1
|