remove base_latest

This commit is contained in:
Tobias Powalowski 2023-11-07 21:43:00 +01:00
parent 0131ed6962
commit 353d473101
5 changed files with 4 additions and 17 deletions

View file

@ -1,7 +1,7 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/boot/Image.gz"
_HOOKS=(common_mods kms_mods systemd_mods base_common base_latest installer_common
_HOOKS=(common_mods kms_mods systemd_mods base_common installer_common
net_common net_mods remote kexec licenses)
# COMPRESSION

View file

@ -1,7 +1,7 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/boot/Image.gz"
_HOOKS=(common_mods kms_mods systemd_mods base_common base_latest installer_common
_HOOKS=(common_mods kms_mods systemd_mods base_common installer_common
kexec licenses cache)
# COMPRESSION

View file

@ -1,7 +1,7 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/usr/lib/modules/*/vmlinuz"
_HOOKS=(common_mods kms_mods systemd_mods base_common base_latest installer_common
_HOOKS=(common_mods kms_mods systemd_mods base_common installer_common
net_common net_mods remote kexec licenses)
# COMPRESSION

View file

@ -1,7 +1,7 @@
# Created by Tobias Powalowski <tpowa@archlinux.org>
# SPDX-License-Identifier: GPL-3.0-or-later
_KERNEL="/usr/lib/modules/*/vmlinuz"
_HOOKS=(common_mods kms_mods systemd_mods base_common base_latest installer_common
_HOOKS=(common_mods kms_mods systemd_mods base_common installer_common
kexec licenses cache)
# COMPRESSION

View file

@ -1,13 +0,0 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# Created by Tobias Powalowski <tpowa@archlinux.org>
_run ()
{
### adding default font and keymap
_binary loadkeys
_map _file /usr/share/kbd/{consolefonts/{ter-v16n.psf.gz,ter-v32n.psf.gz},keymaps/i386/qwerty/us.map.gz}
_map _full_dir /usr/share/kbd/keymaps/{i386/include,include}
}
# vim: set ft=sh ts=4 sw=4 et: