s390-tools/zipl.conf
Nikolay Gueorguiev b60bd99df6 - Applied a new patch (bsc#1227602)
* s390-tools-slfo-01-parse-ipl-device-for-activation.patch 
- Removed the old 'initial' patch 
  * s390-tools-sles15sp6-01-parse-ipl-device-for-activation.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=217
2024-07-11 15:31:35 +00:00

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