Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-01 | adelie-build-cd: Add MY_URL env var and document it | A. Wilcox | 2 | -2/+9 | |
2018-08-01 | Support POWER8 kernel on PPC64 media | A. Wilcox | 6 | -7/+18 | |
2018-08-01 | packages: remove e2fsprogs-extra, we don't split it any more | A. Wilcox | 1 | -1/+0 | |
2018-07-08 | Merge branch 'readme-update' into 'master' | A. Wilcox | 1 | -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-14 | adelie-build-cd: bump for alpha7 | A. Wilcox | 1 | -1/+1 | |
2018-04-26 | adelie-build-cd: wow pro unix shell scripter right here | A. Wilcox | 1 | -1/+1 | |
2018-04-26 | adelie-build-cd: make really sure perms are right | A. Wilcox | 1 | -0/+1 | |
2018-04-26 | Update cdinit-pmmx | A. Wilcox | 1 | -0/+0 | |
2018-04-26 | Update cdinit-x86_64 | A. Wilcox | 1 | -0/+0 | |
2018-04-26 | Update PPC64 stuff for alpha6 | A. Wilcox | 3 | -9/+9 | |
2018-04-26 | cdinit: give proper perms to the root dir to allow live to log in | A. Wilcox | 2 | -2/+2 | |
2018-04-26 | adelie-build-cd: ensure live's HOME has proper perms | A. Wilcox | 1 | -0/+1 | |
2018-04-26 | packages: add packages suggested by @Aerdan, @smaeul, and @djt | A. Wilcox | 1 | -3/+9 | |
2018-04-26 | packages: IBM: Think Differently | A. Wilcox | 1 | -1/+1 | |
2018-04-26 | Update version strings for alpha6 | A. Wilcox | 4 | -4/+4 | |
2018-04-26 | packages: update for alpha6 | A. Wilcox | 3 | -10/+17 | |
2018-03-10 | adelie-build-cd: bump default version to 1.0-alpha5 | A. Wilcox | 1 | -1/+1 | |
2018-03-10 | Update README.rst | Max Rees | 1 | -14/+13 | |
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 | |