parted,mdadm,lvm2,lsof

This commit is contained in:
Marc Beninca 2023-05-13 02:41:10 +02:00
parent df61ae9d80
commit e017d1a5b7

View file

@ -2,10 +2,11 @@ function ovh-rescue-setup {
local release='buster' local release='buster'
local packages=( local packages=(
'byobu' 'mosh' 'byobu' 'mosh'
'parted' 'mdadm' 'lvm2'
'lshw' 'lshw'
'file' 'file'
'grub-efi-amd64-bin' 'grub-pc-bin' 'grub-efi-amd64-bin' 'grub-pc-bin'
'htop' 'iotop' 'htop' 'iotop' 'lsof'
'exa' 'ncdu' 'nnn' 'ranger' 'tree' 'exa' 'ncdu' 'nnn' 'ranger' 'tree'
'squashfs-tools' 'squashfs-tools'
'uuid-runtime' 'uuid-runtime'