Skip to content

Commit

Permalink
add xfs tools
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyu committed Sep 27, 2024
1 parent 1d5b795 commit 42465f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion supportFiles/installChroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ update-locale LANG=en_US.UTF-8

echo Install packages
apt-get install -y --no-install-recommends linux-image-amd64 live-boot systemd-sysv
apt-get install -y bash-completion cifs-utils curl dbus dosfstools firmware-linux-free gddrescue gdisk iputils-ping isc-dhcp-client less nfs-common ntfs-3g openssh-client open-vm-tools procps vim wimtools wget
apt-get install -y bash-completion cifs-utils curl dbus dosfstools firmware-linux-free gddrescue gdisk \
iputils-ping isc-dhcp-client less nfs-common ntfs-3g openssh-client open-vm-tools procps vim wimtools wget network-manager \
fdisk net-tools xfsprogs

echo Clean apt post-install
apt-get clean
Expand Down

0 comments on commit 42465f8

Please sign in to comment.