Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-10 | adelie-build-cd: bump default version to 1.0-alpha5 | A. Wilcox | 1 | -1/+1 | |
2018-03-09 | adelie-build-cd: change the way signing on-disc indexes works | A. Wilcox | 2 | -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-10 | Merge branch 'isohybrid' into 'master' | A. Wilcox | 2 | -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-30 | adelie-build-cd: run post-arch before adding kernel | A. Wilcox | 1 | -6/+4 | |
2018-01-30 | cdinit: Wait 5 seconds and try again if no system is found | A. Wilcox | 2 | -12/+15 | |
2018-01-14 | Enable use of the isohybrid tool | Max Rees | 2 | -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-23 | Update PPC files for alpha4 release | A. Wilcox | 3 | -13/+4 | |
2017-12-23 | Default version is now 1.0-alpha4 | A. Wilcox | 2 | -1/+1 | |
2017-12-15 | cdinit: use .root for upper root | A. Wilcox | 2 | -1/+2 | |
2017-12-15 | x86 -> pmmx | A. Wilcox | 4 | -0/+0 | |
2017-12-15 | adelie-build-cd: add /lowerroot and /upperroot to initrd | A. Wilcox | 2 | -1/+1 | |
2017-12-12 | Add ppc64 files | A. Wilcox | 5 | -0/+32 | |
2017-12-12 | cdinit: use OverlayFS for root | Elizabeth Myers | 1 | -13/+36 | |
Signed-off-by: A. Wilcox <AWilcox@Wilcox-Tech.com> | |||||
2017-12-12 | adelie-build-cd: make runlevel dirs before population | A. Wilcox | 1 | -3/+1 | |
2017-12-12 | packages: rm firmware, we don't ship it any more | A. Wilcox | 1 | -1/+0 | |
2017-10-28 | PowerPC: Correctly boot when 'C' key is held | A. Wilcox | 1 | -1/+1 | |
2017-10-09 | x86_64 packages: support EFI via GRUB 2 | A. Wilcox | 1 | -0/+1 | |
2017-09-24 | packages: add e2fsprogs-extra and xfsprogs | A. Wilcox | 1 | -0/+2 | |
2017-09-23 | PowerPC: fixes, thanks @Elizafox | A. Wilcox | 6 | -3/+44 | |
2017-09-23 | PPC: update package list and mkisofs params | A. Wilcox | 2 | -3/+2 | |
2017-09-17 | adelie-build-cd: adelie-base provides group/passwd/shadow now | A. Wilcox | 12 | -229/+136 | |
2017-08-22 | packages: actually install what is promised on the wiki | A. Wilcox | 1 | -0/+2 | |
2017-08-21 | adelie-build-cd: Alpine's OpenRC is ~special~ | A. Wilcox | 2 | -8/+18 | |
2017-08-21 | packages: drop hfsutils, since we have diskdev_cmds | A. Wilcox | 1 | -1/+0 | |
2017-08-21 | packages: +sysvinit -hwids (we have hwdata now) | A. Wilcox | 1 | -1/+1 | |
2017-08-18 | packages-x86_64: drop elilo, it is unmaintained :( | A. Wilcox | 1 | -1/+0 | |
2017-08-17 | packages: replace genkernel with dracut as agreed | A. Wilcox | 1 | -1/+1 | |
2017-08-17 | packages: remove libusb1, usbutils will pull it in now | A. Wilcox | 1 | -1/+0 | |
2017-08-13 | packages: initial fixup for Alpinisation | A. Wilcox | 1 | -9/+1 | |
2017-08-13 | script: use 'packages' file instead of hardcoding in script | A. Wilcox | 2 | -22/+44 | |
2017-08-13 | script: VERSION not version | A. Wilcox | 1 | -1/+1 | |
2017-08-13 | Add [-v VERSION] parameter to script and manpage | A. Wilcox | 2 | -5/+15 | |
2017-08-12 | remove erroneous duplicate man page file | A. Wilcox | 1 | -161/+0 | |
2017-08-12 | split group into arch-specific files | A. Wilcox | 13 | -49/+453 | |
2017-01-29 | Actually wire up -p; phase-based creation is done | A. Wilcox | 1 | -10/+33 | |
2017-01-29 | Significantly refactor build-cd script, and add a man page woo | A. Wilcox | 9 | -315/+525 | |
2017-01-22 | Make strace x86-specific, since it can't be built on PPC right now | A. Wilcox | 3 | -1/+2 | |
2017-01-22 | Make build-cd fully architecture independent | A. Wilcox | 7 | -21/+55 | |
2017-01-22 | Major improvements to build-cd script | A. Wilcox | 5 | -12/+70 | |
* Use easy-kernel instead of needing separate bzImages * Add VolumeIcon for Mac computers * Ignore checksum files in Git | |||||
2016-12-09 | build-cd: Ship wireless-tools and rfkill on all media | A. Wilcox | 1 | -3/+3 | |
2016-12-09 | Initial commit to Git | A. Wilcox | 10 | -0/+833 | |