move wipe to archboot_base

This commit is contained in:
Tobias Powalowski 2023-02-06 08:23:49 +01:00
parent 67efacdaab
commit a2c00b60b4
8 changed files with 8 additions and 8 deletions

View file

@ -19,7 +19,7 @@ archboot_wireless_staging archboot_installer_common archboot_installer archboot_
archboot_tz archboot_keymap archboot_motd archboot_hwdetect archboot_mdadm mdadm_udev \ 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_lvm2 archboot_remote archboot_kexec archboot_grub archboot_efibootmgr archboot_pciutils \
archboot_usbutils archboot_smartmontools archboot_licenses archboot_fsarchiver \ archboot_usbutils archboot_smartmontools archboot_licenses archboot_fsarchiver \
archboot_neovim archboot_wipe archboot_ddrescue \ archboot_neovim archboot_ddrescue \
archboot_secure_boot archboot_efivar archboot_lshw) archboot_secure_boot archboot_efivar archboot_lshw)
# COMPRESSION # COMPRESSION

View file

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

View file

@ -18,7 +18,7 @@ archboot_wireless_staging archboot_installer_common archboot_installer archboot_
archboot_tz archboot_keymap archboot_motd archboot_hwdetect archboot_mdadm mdadm_udev \ 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_lvm2 archboot_remote archboot_kexec archboot_grub archboot_efibootmgr archboot_pciutils \
archboot_usbutils archboot_smartmontools archboot_licenses archboot_fsarchiver \ archboot_usbutils archboot_smartmontools archboot_licenses archboot_fsarchiver \
archboot_neovim archboot_wipe archboot_ddrescue \ archboot_neovim archboot_ddrescue \
archboot_secure_boot archboot_efivar archboot_lshw) archboot_secure_boot archboot_efivar archboot_lshw)
# COMPRESSION # COMPRESSION

View file

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

View file

@ -19,7 +19,7 @@ archboot_installer_common archboot_installer archboot_installer_cleanup archboot
archboot_keymap archboot_motd archboot_hwdetect archboot_mdadm mdadm_udev archboot_lvm2 \ archboot_keymap archboot_motd archboot_hwdetect archboot_mdadm mdadm_udev archboot_lvm2 \
archboot_remote archboot_kexec archboot_grub archboot_refind archboot_efibootmgr \ archboot_remote archboot_kexec archboot_grub archboot_refind archboot_efibootmgr \
archboot_pciutils archboot_usbutils archboot_smartmontools archboot_licenses \ archboot_pciutils archboot_usbutils archboot_smartmontools archboot_licenses \
archboot_fsarchiver archboot_neovim archboot_wipe archboot_ddrescue \ archboot_fsarchiver archboot_neovim archboot_ddrescue \
archboot_chntpw archboot_secure_boot archboot_efivar archboot_lshw) archboot_chntpw archboot_secure_boot archboot_efivar archboot_lshw)
# COMPRESSION # COMPRESSION

View file

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

View file

@ -27,7 +27,7 @@ build ()
tsort unexpand unlink users vdir pwait fuser prtstat pslog pstree newgidmap newuidmap \ tsort unexpand unlink users vdir pwait fuser prtstat pslog pstree newgidmap newuidmap \
lzmainfo xzcmp xzgrep xzegrep xzfgrep gzexe uncompress zcmp zdiff zegrep zfgrep zforce zmore znew \ lzmainfo xzcmp xzgrep xzegrep xzfgrep gzexe uncompress zcmp zdiff zegrep zfgrep zforce zmore znew \
bunzip2 bzcat bzdiff bzgrep bzip2recover bzmore chacl getfacl setfacl attr getfattr \ bunzip2 bzcat bzdiff bzgrep bzip2recover bzmore chacl getfacl setfacl attr getfattr \
setfattr pzstd unzstd zstdcat zstdgrep zstdless zstdmt lz4 lz4c lz4cat unlz4 gunzip zcat setfattr pzstd unzstd zstdcat zstdgrep zstdless zstdmt lz4 lz4c lz4cat unlz4 gunzip zcat wipe
[[ "$(uname -m)" == "x86_64" ]] && map add_binary i386 x86_64 peekfd [[ "$(uname -m)" == "x86_64" ]] && map add_binary i386 x86_64 peekfd
[[ "$(uname -m)" == "aarch64" ]] && add_binary peekfd [[ "$(uname -m)" == "aarch64" ]] && add_binary peekfd

View file

@ -27,7 +27,7 @@ build ()
unexpand unlink users vdir pwait fuser prtstat pslog pstree newgidmap newuidmap \ unexpand unlink users vdir pwait fuser prtstat pslog pstree newgidmap newuidmap \
lzmainfo xzcmp gzexe uncompress zcmp zdiff zegrep zfgrep zforce zmore znew \ lzmainfo xzcmp gzexe uncompress zcmp zdiff zegrep zfgrep zforce zmore znew \
bzdiff bzgrep bzip2recover bzmore chacl getfacl setfacl attr getfattr \ bzdiff bzgrep bzip2recover bzmore chacl getfacl setfacl attr getfattr \
setfattr pzstd unzstd zstdcat zstdgrep zstdless zstdmt lz4 lz4c lz4cat unlz4 gunzip zcat" setfattr pzstd unzstd zstdcat zstdgrep zstdless zstdmt lz4 lz4c lz4cat unlz4 gunzip zcat wipe"
if [[ "$(uname -m)" == "x86_64" ]]; then if [[ "$(uname -m)" == "x86_64" ]]; then
apps="i386 x86_64 peekfd $apps" apps="i386 x86_64 peekfd $apps"
fi fi