Add files via upload
A useful base boot structure for Hybrid-ISOs with Sol-OS as an example.
This commit is contained in:
11
Boot_Structure/makeIso.sh
Normal file
11
Boot_Structure/makeIso.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
. ../CONFIG
|
||||
|
||||
function main() {
|
||||
mkisofs -o ../"${NAME}".iso \
|
||||
-b isolinux/isolinux.bin -c isolinux/boot.cat \
|
||||
-no-emul-boot -boot-load-size 4 -boot-info-table \
|
||||
.
|
||||
}
|
||||
main;
|
||||
Reference in New Issue
Block a user