remove ddrescue fsarchiver and chntpw, all programs can be easily installed

This commit is contained in:
Tobias Powalowski 2023-02-06 08:37:32 +01:00
parent d68e6cd48b
commit 759d755b9d
9 changed files with 12 additions and 60 deletions

View file

@ -18,8 +18,8 @@ archboot_devicemapper archboot_hypervisor archboot_net_common archboot_platform
archboot_wireless_staging archboot_installer_common archboot_installer archboot_installer_cleanup \
archboot_tz archboot_keymap archboot_motd archboot_hwdetect archboot_mdadm mdadm_udev \
archboot_lvm2 archboot_remote archboot_kexec archboot_grub archboot_efibootmgr archboot_pciutils \
archboot_usbutils archboot_smartmontools archboot_licenses archboot_fsarchiver \
archboot_neovim archboot_ddrescue \
archboot_usbutils archboot_smartmontools archboot_licenses \
archboot_neovim \
archboot_secure_boot archboot_efivar archboot_lshw)
# COMPRESSION

View file

@ -15,8 +15,8 @@ block archboot_net_common archboot_net keyboard archboot_devicemapper archboot_m
mdadm_udev lvm2 archboot_lvm2 encrypt btrfs archboot_filesystems archboot_remote archboot_cpufreq \
archboot_kexec archboot_grub archboot_efibootmgr archboot_pciutils archboot_usbutils \
archboot_smartmontools archboot_licenses archboot_wireless archboot_wireless_staging \
archboot_fsarchiver archboot_neovim \
archboot_ddrescue archboot_platform archboot_hypervisor archboot_secure_boot \
archboot_neovim \
archboot_platform archboot_hypervisor archboot_secure_boot \
archboot_efivar archboot_lshw archboot_firmware)
# COMPRESSION

View file

@ -17,8 +17,8 @@ archboot_hypervisor archboot_net_common archboot_platform archboot_wireless \
archboot_wireless_staging archboot_installer_common archboot_installer archboot_installer_cleanup \
archboot_tz archboot_keymap archboot_motd archboot_hwdetect archboot_mdadm mdadm_udev \
archboot_lvm2 archboot_remote archboot_kexec archboot_grub archboot_efibootmgr archboot_pciutils \
archboot_usbutils archboot_smartmontools archboot_licenses archboot_fsarchiver \
archboot_neovim archboot_ddrescue \
archboot_usbutils archboot_smartmontools archboot_licenses \
archboot_neovim \
archboot_secure_boot archboot_efivar archboot_lshw)
# COMPRESSION

View file

@ -15,8 +15,8 @@ block archboot_net_common archboot_net keyboard archboot_devicemapper archboot_m
mdadm_udev lvm2 archboot_lvm2 encrypt btrfs archboot_filesystems archboot_remote \
archboot_kexec archboot_grub archboot_efibootmgr archboot_pciutils archboot_usbutils \
archboot_smartmontools archboot_licenses archboot_wireless archboot_wireless_staging \
archboot_fsarchiver archboot_neovim \
archboot_ddrescue archboot_platform archboot_hypervisor archboot_secure_boot \
archboot_neovim \
archboot_platform archboot_hypervisor archboot_secure_boot \
archboot_efivar archboot_lshw archboot_firmware)
# COMPRESSION

View file

@ -19,8 +19,8 @@ archboot_installer_common archboot_installer archboot_installer_cleanup archboot
archboot_keymap archboot_motd archboot_hwdetect archboot_mdadm mdadm_udev archboot_lvm2 \
archboot_remote archboot_kexec archboot_grub archboot_refind archboot_efibootmgr \
archboot_pciutils archboot_usbutils archboot_smartmontools archboot_licenses \
archboot_fsarchiver archboot_neovim archboot_ddrescue \
archboot_chntpw archboot_secure_boot archboot_efivar archboot_lshw)
archboot_neovim \
archboot_secure_boot archboot_efivar archboot_lshw)
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression

View file

@ -16,8 +16,8 @@ archboot_devicemapper archboot_mdadm mdadm_udev lvm2 archboot_lvm2 encrypt \
btrfs archboot_filesystems archboot_remote archboot_cpufreq archboot_kexec \
archboot_grub archboot_refind archboot_efibootmgr archboot_pciutils archboot_usbutils \
archboot_smartmontools archboot_licenses archboot_wireless archboot_wireless_staging \
archboot_fsarchiver archboot_neovim \
archboot_ddrescue archboot_chntpw \
archboot_neovim \
\
archboot_platform archboot_hypervisor archboot_dmidecode \
archboot_secure_boot archboot_efivar archboot_lshw archboot_firmware)

View file

@ -1,16 +0,0 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-2.0-only
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
map add_binary chntpw reged cpnt
}
help ()
{
cat<<HELPEOF
This hook includes chntpw on an archboot image.
HELPEOF
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -1,16 +0,0 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-2.0-only
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_binary "ddrescue"
}
help ()
{
cat<<HELPEOF
This hook includes ddrescue on an archboot image.
HELPEOF
}
# vim: set ft=sh ts=4 sw=4 et:

View file

@ -1,16 +0,0 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-2.0-only
# Created by Tobias Powalowski <tpowa@archlinux.org>
build ()
{
add_binary "fsarchiver"
}
help ()
{
cat<<HELPEOF
This hook includes fsarchiver on archboot image.
HELPEOF
}
# vim: set ft=sh ts=4 sw=4 et: