vfs: add follow_path function

This commit is contained in:
2025-09-23 19:38:14 +03:00
parent 1fb777adb0
commit f697fab390
4 changed files with 85 additions and 3 deletions
+4 -3
View File
@@ -52,10 +52,11 @@ image:
sudo losetup -D
iso:
mkdir tmp
mkdir katauos
mkdir -p tmp
mkdir -p katauos
sudo mount rootfs.iso9660 tmp/
cp -R tmp/* katauos/
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