Last active
January 6, 2016 08:46
-
-
Save sdoro/7ccc17680c8d52a2d2c3 to your computer and use it in GitHub Desktop.
remake iso for a very old server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dd if=Fedora-Server-netinst-i386-23.iso bs=512 count=1 of=/tmp/f23.mbr | |
mount -o loop Fedora-Server-netinst-i386-23.iso /mnt | |
cd /mnt | |
xorriso -as mkisofs -o /tmp/f23.iso -b /isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -isohybrid-mbr /tmp/f23.mbr -partition_offset 16 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment