make exec_from_file take l9660_file* instead of a filename

This commit is contained in:
2025-09-23 20:13:34 +03:00
parent f697fab390
commit 2019f87b14
4 changed files with 19 additions and 15 deletions
+5
View File
@@ -54,12 +54,17 @@ image:
iso:
mkdir -p tmp
mkdir -p katauos
mkdir -p katauos/katau/
sudo mount rootfs.iso9660 tmp/
sudo cp -R tmp/* katauos/
sudo chown -R kali:kali katauos/
cp katauos.bin grubshit/boot
cp katauos.bin katauos/boot/
cp grubshit/boot/grub/grub.cfg katauos/boot/grub/grub.cfg
cp grubshit/caller katauos/katau/caller
cp grubshit/callee katauos/katau/callee
sudo umount tmp/
grub-mkrescue -o boot.iso katauos/