mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-30 00:07:59 +00:00
Removed code for legacy iso
This commit is contained in:
parent
ccf712ab06
commit
05d0ffb91e
8
Makefile
8
Makefile
@ -145,12 +145,6 @@ ifeq ($(OSARCH), i686)
|
|||||||
mkdir -p iso_tmp_data/boot/grub
|
mkdir -p iso_tmp_data/boot/grub
|
||||||
cp tools/grub.cfg iso_tmp_data/boot/grub/
|
cp tools/grub.cfg iso_tmp_data/boot/grub/
|
||||||
grub-mkrescue -o $(OSNAME).iso iso_tmp_data
|
grub-mkrescue -o $(OSNAME).iso iso_tmp_data
|
||||||
cp tools/stage2_eltorito iso_tmp_data/
|
|
||||||
cp tools/menu.lst iso_tmp_data/boot/grub/
|
|
||||||
xorriso -as mkisofs -R -b stage2_eltorito \
|
|
||||||
-no-emul-boot -boot-load-size 4 -boot-info-table \
|
|
||||||
--protective-msdos-label -V FENNIX \
|
|
||||||
iso_tmp_data -o $(OSNAME)-legacy.iso
|
|
||||||
endif
|
endif
|
||||||
ifeq ($(OSARCH), aarch64)
|
ifeq ($(OSARCH), aarch64)
|
||||||
$(COMPILER_PATH)/$(COMPILER_ARCH)objcopy Kernel/kernel.fsys -O binary $(OSNAME).img
|
$(COMPILER_PATH)/$(COMPILER_ARCH)objcopy Kernel/kernel.fsys -O binary $(OSNAME).img
|
||||||
@ -180,7 +174,7 @@ run: build qemu
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf doxygen-doc iso_tmp_data
|
rm -rf doxygen-doc iso_tmp_data
|
||||||
rm -f initrd/system/drivers/*.drv initrd.tar.gz $(OSNAME).iso $(OSNAME)-legacy.iso $(OSNAME).img
|
rm -f initrd/system/drivers/*.drv initrd.tar.gz $(OSNAME).iso $(OSNAME).img
|
||||||
make -C Kernel clean
|
make -C Kernel clean
|
||||||
make -C Lynx clean
|
make -C Lynx clean
|
||||||
make -C Userspace clean
|
make -C Userspace clean
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
default 0
|
|
||||||
timeout 0
|
|
||||||
|
|
||||||
title Fennix
|
|
||||||
kernel /kernel.fsys
|
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user