kunsi-p14s: let's try a more recent kernel
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
8cc116c0c4
commit
15b97d0edd
1 changed files with 9 additions and 10 deletions
|
@ -70,7 +70,6 @@ nodes['kunsi-p14s'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'pacman': {
|
'pacman': {
|
||||||
'linux-lts': True,
|
|
||||||
'no_extract': {
|
'no_extract': {
|
||||||
'etc/sudoers.d/ctdb', # samba junk
|
'etc/sudoers.d/ctdb', # samba junk
|
||||||
},
|
},
|
||||||
|
@ -114,25 +113,25 @@ nodes['kunsi-p14s'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'systemd-boot': {
|
'systemd-boot': {
|
||||||
'default': 'arch-lts',
|
'default': 'arch',
|
||||||
'entries': {
|
'entries': {
|
||||||
'arch-lts': {
|
'arch': {
|
||||||
'title': 'Arch Linux (LTS kernel)',
|
'title': 'Arch Linux',
|
||||||
'linux': '/vmlinuz-linux-lts',
|
'linux': '/vmlinuz-linux',
|
||||||
'initrd': [
|
'initrd': [
|
||||||
'/amd-ucode.img',
|
'/amd-ucode.img',
|
||||||
'/initramfs-linux-lts.img',
|
'/initramfs-linux.img',
|
||||||
],
|
],
|
||||||
'options': {
|
'options': {
|
||||||
'zfs=zroot/system/root',
|
'zfs=zroot/system/root',
|
||||||
'rw',
|
'rw',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'arch-lts-fallback': {
|
'arch-fallback': {
|
||||||
'title': 'Arch Linux (LTS kernel, no ucode, fallback initramfs)',
|
'title': 'Arch Linux (no ucode, fallback initramfs)',
|
||||||
'linux': '/vmlinuz-linux-lts',
|
'linux': '/vmlinuz-linux',
|
||||||
'initrd': [
|
'initrd': [
|
||||||
'/initramfs-linux-lts-fallback.img',
|
'/initramfs-linux-fallback.img',
|
||||||
],
|
],
|
||||||
'options': {
|
'options': {
|
||||||
'zfs=zroot/system/root',
|
'zfs=zroot/system/root',
|
||||||
|
|
Loading…
Reference in a new issue