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': {
|
||||
'linux-lts': True,
|
||||
'no_extract': {
|
||||
'etc/sudoers.d/ctdb', # samba junk
|
||||
},
|
||||
|
@ -114,25 +113,25 @@ nodes['kunsi-p14s'] = {
|
|||
},
|
||||
},
|
||||
'systemd-boot': {
|
||||
'default': 'arch-lts',
|
||||
'default': 'arch',
|
||||
'entries': {
|
||||
'arch-lts': {
|
||||
'title': 'Arch Linux (LTS kernel)',
|
||||
'linux': '/vmlinuz-linux-lts',
|
||||
'arch': {
|
||||
'title': 'Arch Linux',
|
||||
'linux': '/vmlinuz-linux',
|
||||
'initrd': [
|
||||
'/amd-ucode.img',
|
||||
'/initramfs-linux-lts.img',
|
||||
'/initramfs-linux.img',
|
||||
],
|
||||
'options': {
|
||||
'zfs=zroot/system/root',
|
||||
'rw',
|
||||
},
|
||||
},
|
||||
'arch-lts-fallback': {
|
||||
'title': 'Arch Linux (LTS kernel, no ucode, fallback initramfs)',
|
||||
'linux': '/vmlinuz-linux-lts',
|
||||
'arch-fallback': {
|
||||
'title': 'Arch Linux (no ucode, fallback initramfs)',
|
||||
'linux': '/vmlinuz-linux',
|
||||
'initrd': [
|
||||
'/initramfs-linux-lts-fallback.img',
|
||||
'/initramfs-linux-fallback.img',
|
||||
],
|
||||
'options': {
|
||||
'zfs=zroot/system/root',
|
||||
|
|
Loading…
Reference in a new issue