summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-03-10adelie-build-cd: bump default version to 1.0-alpha5A. Wilcox1-1/+1
2018-03-09adelie-build-cd: change the way signing on-disc indexes worksA. Wilcox2-25/+31
Now we just use abuild-sign like normal people instead of reinventing the wheel. This will help when the index signature type changes in the future.
2018-03-10Merge branch 'isohybrid' into 'master' A. Wilcox2-2/+2
Enable use of the isohybrid tool The `isohybrid` tool (included with `syslinux`) allows users to create a bootable USB image from the CD images we distribute. However, in order for this to work the CD images must include `isolinux.bin`, not `isolinux-debug.bin`. Otherwise you will get an error like this: ``` $ isohybrid adelie-full-x86_64-1.0-alpha4-20171223.iso isohybrid: adelie-full-x86_64-1.0-alpha4-20171223.iso: boot loader does not have an isolinux.bin hybrid signature. Note that isolinux-debug.bin does not support hybrid booting ``` This change is made for `pmmx` and `x86_64`. I then used this change and built a new CD image, then ran `isohybrid adelie-full-x86_64-...`. The resulting image (it has the same filename by default) can be pushed to a USB drive like so (taken from [`syslinux`'s documentation](http://www.syslinux.org/wiki/index.php?title=Isohybrid)): ``` # dd bs=2048 if=/path/to/adelie.iso of=/dev/sdX status=progress ``` [Arch](https://wiki.archlinux.org/index.php/USB_flash_installation_media#Using_dd) uses `bs=4M oflag=sync`. Someone smarter than me can determine if this is needed. No further changes were necessary to boot from USB at that point, other than fiddling with boot order and such. Something else to consider is whether Adélie should distribute these hybrid images pre-made, or if it should be left to the user. See merge request !1
2018-01-30adelie-build-cd: run post-arch before adding kernelA. Wilcox1-6/+4
2018-01-30cdinit: Wait 5 seconds and try again if no system is foundA. Wilcox2-12/+15
2018-01-14Enable use of the isohybrid toolMax Rees2-2/+2
The isohybrid tool allows users to create a bootable USB image from the CD images we distribute. However, in order for this to work the CD images must include isolinux.bin, not isolinux-debug.bin.
2017-12-23Update PPC files for alpha4 releaseA. Wilcox3-13/+4
2017-12-23Default version is now 1.0-alpha4A. Wilcox2-1/+1
2017-12-15cdinit: use .root for upper rootA. Wilcox2-1/+2
2017-12-15x86 -> pmmxA. Wilcox4-0/+0
2017-12-15adelie-build-cd: add /lowerroot and /upperroot to initrdA. Wilcox2-1/+1
2017-12-12Add ppc64 filesA. Wilcox5-0/+32
2017-12-12cdinit: use OverlayFS for rootElizabeth Myers1-13/+36
Signed-off-by: A. Wilcox <AWilcox@Wilcox-Tech.com>
2017-12-12adelie-build-cd: make runlevel dirs before populationA. Wilcox1-3/+1
2017-12-12packages: rm firmware, we don't ship it any moreA. Wilcox1-1/+0
2017-10-28PowerPC: Correctly boot when 'C' key is heldA. Wilcox1-1/+1
2017-10-09x86_64 packages: support EFI via GRUB 2A. Wilcox1-0/+1
2017-09-24packages: add e2fsprogs-extra and xfsprogsA. Wilcox1-0/+2
2017-09-23PowerPC: fixes, thanks @ElizafoxA. Wilcox6-3/+44
2017-09-23PPC: update package list and mkisofs paramsA. Wilcox2-3/+2
2017-09-17adelie-build-cd: adelie-base provides group/passwd/shadow nowA. Wilcox12-229/+136
2017-08-22packages: actually install what is promised on the wikiA. Wilcox1-0/+2
2017-08-21adelie-build-cd: Alpine's OpenRC is ~special~A. Wilcox2-8/+18
2017-08-21packages: drop hfsutils, since we have diskdev_cmdsA. Wilcox1-1/+0
2017-08-21packages: +sysvinit -hwids (we have hwdata now)A. Wilcox1-1/+1
2017-08-18packages-x86_64: drop elilo, it is unmaintained :(A. Wilcox1-1/+0
2017-08-17packages: replace genkernel with dracut as agreedA. Wilcox1-1/+1
2017-08-17packages: remove libusb1, usbutils will pull it in nowA. Wilcox1-1/+0
2017-08-13packages: initial fixup for AlpinisationA. Wilcox1-9/+1
2017-08-13script: use 'packages' file instead of hardcoding in scriptA. Wilcox2-22/+44
2017-08-13script: VERSION not versionA. Wilcox1-1/+1
2017-08-13Add [-v VERSION] parameter to script and manpageA. Wilcox2-5/+15
2017-08-12remove erroneous duplicate man page fileA. Wilcox1-161/+0
2017-08-12split group into arch-specific filesA. Wilcox13-49/+453
2017-01-29Actually wire up -p; phase-based creation is doneA. Wilcox1-10/+33
2017-01-29Significantly refactor build-cd script, and add a man page wooA. Wilcox9-315/+525
2017-01-22Make strace x86-specific, since it can't be built on PPC right nowA. Wilcox3-1/+2
2017-01-22Make build-cd fully architecture independentA. Wilcox7-21/+55
2017-01-22Major improvements to build-cd scriptA. Wilcox5-12/+70
* Use easy-kernel instead of needing separate bzImages * Add VolumeIcon for Mac computers * Ignore checksum files in Git
2016-12-09build-cd: Ship wireless-tools and rfkill on all mediaA. Wilcox1-3/+3
2016-12-09Initial commit to GitA. Wilcox10-0/+833