fix(rootfs): 🐛 fix subsystem tar to not use PaxHeader

This commit is contained in:
EnderIce2 2025-05-17 12:05:45 +00:00
parent 2349610e47
commit 70a08e46bd
Signed by: enderice2
GPG Key ID: FEB6B8A8507BA62E
3 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ endif
chmod 755 tmp_rootfs/home/
chmod -R 750 tmp_rootfs/home/root/
chmod -R 777 tmp_rootfs/tmp/
tar czf rootfs.tar.gz -C tmp_rootfs/ --owner=0 --group=0 ./ --format=ustar
tar czf rootfs.tar.gz -C tmp_rootfs/ --owner=root:0 --group=root:0 ./ --format=ustar
cp Kernel/fennix.elf rootfs.tar.gz iso_tmp_data/
ifeq ($(BOOTLOADER), limine)
cp tools/limine.conf \

Binary file not shown.

Binary file not shown.