Linux Iso´s erstellen
This commit is contained in:
parent
564f5f9104
commit
465f7d2e56
4 changed files with 5 additions and 0 deletions
1
image.sh
Normal file
1
image.sh
Normal file
|
@ -0,0 +1 @@
|
|||
genisoimage -l -r -J -V "ARCH_201701" -b isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -c isolinux/boot.cat -o output.iso arch
|
2
image2.sh
Normal file
2
image2.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
xorriso -as mkisofs -iso-level 3 -full-iso9660-filenames -volid "ARCH_201701" -eltorito-boot isolinux/isolinux.bin -eltorito-catalog isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -isohybrid-mbr /run/media/root/4a518870-2c4a-4740-9a37-722bc65c75c8/Backup/customiso/iso/arch/isolinux/isohdpfx.bin -eltorito-alt-boot -e EFI/archiso/efiboot.img -no-emul-boot -isohybrid-gpt-basdat -output arch-simon-os.iso arch
|
||||
|
1
start.sh
Normal file
1
start.sh
Normal file
|
@ -0,0 +1 @@
|
|||
qemu-system-x86_64 -enable-kvm -cdrom output.iso -boot d -m 4096
|
1
start2.sh
Normal file
1
start2.sh
Normal file
|
@ -0,0 +1 @@
|
|||
qemu-system-x86_64 -enable-kvm -cdrom arch-simon-os.iso -boot d -m 4096
|
Loading…
Reference in a new issue