mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-25 14:04:33 +00:00
fix(rootfs): 🐛 fix subsystem tar to not use PaxHeader
This commit is contained in:
parent
2349610e47
commit
70a08e46bd
2
Makefile
2
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 \
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user