Compare commits

...

1 Commits

Author SHA1 Message Date
Thomas Goirand 15e577df10 fix binary_netboot on arm64 2024-02-07 21:11:09 +01:00
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ ROOT_DIR=${LB_MODE}-live
mv binary ${ROOT_DIR}
mkdir binary.tmp
mkdir -p tftpboot
mv ${ROOT_DIR} tftpboot binary.tmp
cd binary.tmp