diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-07 11:02:26 -0500 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-07 11:02:26 -0500 |
commit | b7302c99914f165776b48f25b7ed12d630b910a4 (patch) | |
tree | 0111c820866434bf38a7ec8e0a69abc76f44b0f1 /linux-libre-lts-6.14.5/linux.preset | |
parent | 81555e3bd23c74ce915d246ca51fa65d84c22ae7 (diff) |
Update versions and Updating binary staff
Diffstat (limited to 'linux-libre-lts-6.14.5/linux.preset')
-rwxr-xr-x | linux-libre-lts-6.14.5/linux.preset | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/linux-libre-lts-6.14.5/linux.preset b/linux-libre-lts-6.14.5/linux.preset new file mode 100755 index 0000000..66709a8 --- /dev/null +++ b/linux-libre-lts-6.14.5/linux.preset @@ -0,0 +1,14 @@ +# mkinitcpio preset file for the '%PKGBASE%' package + +ALL_config="/etc/mkinitcpio.conf" +ALL_kver="/boot/vmlinuz-%PKGBASE%" + +PRESETS=('default' 'fallback') + +#default_config="/etc/mkinitcpio.conf" +default_image="/boot/initramfs-%PKGBASE%.img" +#default_options="" + +#fallback_config="/etc/mkinitcpio.conf" +fallback_image="/boot/initramfs-%PKGBASE%-fallback.img" +fallback_options="-S autodetect" |