Ubuntu Pastebin

Paste from adconrad at Thu, 7 Apr 2016 19:40:43 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
$ cat /etc/zipl.conf 
[defaultboot]
default=linux
target=/boot/
[linux]
  image=/boot/vmlinuz
  ramdisk=/boot/initrd.img
  parameters="dasd=0.0.0200,0.0.0201,0.0.0202 root=/dev/mapper/build-root"
[old]
  image=/boot/vmlinuz.old
  ramdisk=/boot/initrd.img.old
  parameters="dasd=0.0.0200,0.0.0201,0.0.0202 root=/dev/mapper/build-root"
Download as text