Commit e5f2fd4f authored by Xiaowu Zhang's avatar Xiaowu Zhang Committed by Lu Xu

download_boot_systems: remove old files when want download a new version

parent c7774f48
......@@ -3,6 +3,8 @@
download_debian_10_if_needed() {
if [ ! -f version.info ]
then
rm -f netboot.tar.gz
rm -f grubx64.efi
wget http://ftp.debian.org/debian/dists/buster/main/installer-amd64/current/images/netboot/netboot.tar.gz
tar -xzvf netboot.tar.gz
ln -s debian-installer/amd64/grubx64.efi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment