diff --git a/Makefile b/Makefile index 88cf38df..f98fd2fa 100644 --- a/Makefile +++ b/Makefile @@ -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 \ diff --git a/rootfs/sys/res/linux.tar b/rootfs/sys/res/linux.tar index b303359d..4b300469 100644 Binary files a/rootfs/sys/res/linux.tar and b/rootfs/sys/res/linux.tar differ diff --git a/rootfs/sys/res/windows.tar b/rootfs/sys/res/windows.tar index 371c0a73..bde77fc5 100644 Binary files a/rootfs/sys/res/windows.tar and b/rootfs/sys/res/windows.tar differ