forked from pool/s390-tools
Accepting request 459343 from openSUSE:Factory:zSystems
New package per "Factory first" policy. Please list me as bug owner and maintainer, if possible. OBS-URL: https://build.opensuse.org/request/show/459343 OBS-URL: https://build.opensuse.org/package/show/Base:System/s390-tools?expand=0&rev=1
This commit is contained in:
31
zipl.conf
Normal file
31
zipl.conf
Normal file
@@ -0,0 +1,31 @@
|
||||
#
|
||||
# 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
|
Reference in New Issue
Block a user