summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-05-14PowerPC: Set ISO sysid for POWER5A. Wilcox2-2/+2
2019-05-14PowerPC: uncapitalise boot-scriptA. Wilcox1-2/+2
IBM SLOF requires it to be uncapital. Otherwise, the CD is invalid.
2019-05-13adelie-build-cd: utmps is no longer an OpenRC service; allow empty pwA. Wilcox1-5/+2
2019-05-13Update version strings for 1.0-BETA3A. Wilcox9-15/+15
2019-05-13PowerPC: put CHRP tags on single lines, add OS-NAMEA. Wilcox1-6/+3
2019-05-13Packages: Add iw and dosfstools to all imagesA. Wilcox3-2/+2
2019-03-22packages: Add device-mapper (dmsetup) and lzop to all imagesA. Wilcox1-0/+2
2019-03-11packages: Add nanoA. Wilcox1-0/+1
2019-01-09Add new phase: all_but_isoA. Wilcox2-0/+10
2019-01-09Update cdinit binaries for PPCA. Wilcox2-0/+0
2019-01-09Update x86 cdinit binariesPackage builder2-0/+0
2019-01-09CD init: actually use squashroot paramA. Wilcox1-17/+2
2018-12-17Update everything for Beta 2A. Wilcox9-16/+16
2018-12-16Add x86 directory where the configs are storedA. Wilcox4-0/+34
2018-12-16x86 -> GRUBA. Wilcox6-30/+27
2018-12-16Update stuff for beta2 and add docs to full ISOA. Wilcox4-3/+10
2018-11-11cdinit: Parameterise squashfs path (and *almost* scan /proc/cmdline for it)A. Wilcox1-7/+53
2018-09-10adelie-build-txz: add --mini option for minirootfs1.0-BETA1A. Wilcox2-4/+16
2018-09-10Presenting adelie-build-txz, for generating rootfs tarballsA. Wilcox3-1/+278
2018-09-10PPC64: Install actual easy-kernel-power8 package on CD instead of using curlA. Wilcox2-1/+2
2018-09-10adelie-build-cd: Output ISOs in separate out/ dirA. Wilcox1-3/+5
2018-08-08adelie-build-cd: Fix -f and -s eating arguments incorrectlyA. Wilcox1-2/+0
2018-08-08PPC: Do CHRP fix here too, just in caseA. Wilcox1-0/+4
2018-08-08packages: Use POSIX baseA. Wilcox1-1/+1
2018-08-08PPC64: Fix CHRP boot on IBM pSeries; thanks BdragonA. Wilcox1-0/+4
2018-08-08PPC64: Add POWER8 modules to live CDA. Wilcox1-0/+1
2018-08-02adelie-build-cd: Fix full CD masteringA. Wilcox1-1/+4
2018-08-01Fix for xorriso usageA. Wilcox8-21/+30
2018-08-01More POWER fixesA. Wilcox3-3/+6
2018-08-01adelie-build-cd: Adjustments for beta1 releaseA. Wilcox1-2/+7
2018-08-01adelie-build-cd: Add MY_URL env var and document itA. Wilcox2-2/+9
2018-08-01Support POWER8 kernel on PPC64 mediaA. Wilcox6-7/+18
2018-08-01packages: remove e2fsprogs-extra, we don't split it any moreA. Wilcox1-1/+0
2018-07-08Merge branch 'readme-update' into 'master' A. Wilcox1-14/+13
Update README.rst * Fix BTS link at the end * Change `build-cd` to `adelie-build-cd` * Remove a Gentooism Things to consider: * Do you still use cdrtools? I could only find cdrkit in the repositories (it did work in my limited use though). * Does the copyright need updating? See merge request !2
2018-06-14adelie-build-cd: bump for alpha7A. Wilcox1-1/+1
2018-04-26adelie-build-cd: wow pro unix shell scripter right hereA. Wilcox1-1/+1
2018-04-26adelie-build-cd: make really sure perms are rightA. Wilcox1-0/+1
2018-04-26Update cdinit-pmmxA. Wilcox1-0/+0
2018-04-26Update cdinit-x86_64A. Wilcox1-0/+0
2018-04-26Update PPC64 stuff for alpha6A. Wilcox3-9/+9
2018-04-26cdinit: give proper perms to the root dir to allow live to log inA. Wilcox2-2/+2
2018-04-26adelie-build-cd: ensure live's HOME has proper permsA. Wilcox1-0/+1
2018-04-26packages: add packages suggested by @Aerdan, @smaeul, and @djtA. Wilcox1-3/+9
2018-04-26packages: IBM: Think DifferentlyA. Wilcox1-1/+1
2018-04-26Update version strings for alpha6A. Wilcox4-4/+4
2018-04-26packages: update for alpha6A. Wilcox3-10/+17
2018-03-10adelie-build-cd: bump default version to 1.0-alpha5A. Wilcox1-1/+1
2018-03-10Update README.rstMax Rees1-14/+13
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