https://github.com/hypersolid-os/bootloader.isolinux-hybrid
create hypersolid iso image for cdrom/usbstick boot
https://github.com/hypersolid-os/bootloader.isolinux-hybrid
bootloader cdrom-support iso9660 isolinux syslinux
Last synced: 3 months ago
JSON representation
create hypersolid iso image for cdrom/usbstick boot
- Host: GitHub
- URL: https://github.com/hypersolid-os/bootloader.isolinux-hybrid
- Owner: hypersolid-os
- License: gpl-2.0
- Created: 2020-06-01T14:51:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T14:51:41.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T23:27:53.945Z (5 months ago)
- Topics: bootloader, cdrom-support, iso9660, isolinux, syslinux
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
hypersolid bootloader for rescue systems (hybrid iso image)
=========================================================**boot hypersolid via ISOLINUX**
Usage
-----------------Put your system image files into the `system/` directory and modfiy the `conf/isolinux.cfg` config.
Finally run `./build.sh`
```
existing build environment removed
xorriso 1.5.0 : RockRidge filesystem manipulator, libburnia project.Drive current: -outdev 'stdio:/mnt/dist/hypersolid.iso'
Media current: stdio file, overwriteable
Media status : is blank
Media summary: 0 sessions, 0 data blocks, 0 data, 74.8g free
Added to ISO image: directory '/'='/opt/build'
xorriso : UPDATE : 6 files added in 1 seconds
xorriso : UPDATE : 6 files added in 1 seconds
xorriso : NOTE : Copying to System Area: 432 bytes from file '/usr/lib/ISOLINUX/isohdpfx.bin'
libisofs: NOTE : Aligned image size to cylinder size by 250 blocks
ISO image produced: 512 sectors
Written to medium : 512 sectors at LBA 0
Writing to 'stdio:/mnt/dist/hypersolid.iso' completed successfully.image created
```References
-----------------* [SYSLINUX WIKI](https://wiki.syslinux.org/wiki/index.php?title=ISOLINUX)