Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-23 | mkinitramfs-samizdat: exit after fatal error | Andrew Cady | |
2021-02-23 | mkinitramfs-samizdat: correct /vmlinuz symlink | Andrew Cady | |
2021-01-21 | remove selfstrap from this archive, which should be installed from fsmgr | Andrew Cady | |
2021-01-19 | eatmydata for speed | Andrew Cady | |
2021-01-19 | implement more of the discoverable partition specification | Andrew Cady | |
2021-01-18 | hybrid mbr verified boots | Andrew Cady | |
2021-01-18 | hybrid mbr | Andrew Cady | |
2021-01-18 | ficlonerange.py | Andrew Cady | |
2021-01-18 | loads linux kernel, panics unpacking initrd | Andrew Cady | |
2021-01-18 | yes more | Andrew Cady | |
2021-01-18 | now it be really ficksed | Andrew Cady | |
2021-01-18 | working | Andrew Cady | |
2021-01-18 | this is the fix | Andrew Cady | |
2021-01-18 | this dont fix nuthin | Andrew Cady | |
2021-01-18 | omfg why dont it werk | Andrew Cady | |
2021-01-18 | got zero-copy partitioning to work w/ btrfs and sfdisk | Andrew Cady | |
2021-01-17 | partvi: try to run grub-install | Andrew Cady | |
it appears to fail because of a bug in grub-install. grub tries to be too smart, and detects /dev/loop0 as the device underlying the /dev/mapper/ device. But this is wrong, because it's a dm-linear device, and /dev/loop0 is only one section of the device. | |||
2021-01-17 | old changes, unreviewed | Andrew Cady | |
2021-01-17 | pass by variable | Andrew Cady | |
2021-01-17 | partvi: rename func | Andrew Cady | |
2021-01-17 | partvi fix | Andrew Cady | |
2020-11-17 | partvi: refactor | Andrew Cady | |
2020-11-17 | parted-usb: fix | Andrew Cady | |
2020-11-17 | Don't install btrfs-shrink; it's part of fsmgr | Andrew Cady | |
2020-11-17 | partvi: make the partition table | Andrew Cady | |
2020-11-17 | fix alignment | Andrew Cady | |
2020-11-17 | partvi: create the dm map | Andrew Cady | |
2020-11-17 | partvi: fail better | Andrew Cady | |
2020-11-17 | new partition tool | Andrew Cady | |
2020-11-13 | improve error message | Andrew Cady | |
2020-11-01 | rename usb.sh -> usb | Gordon GECOS | |
2020-10-31 | import newer git-ll-remote | Gordon GECOS | |
2020-10-31 | it still works | Gordon GECOS | |
2020-10-31 | parted-usb: specifying ROOTFS="none" will generate image without rootfs | Gordon GECOS | |
2020-10-31 | avoid unwanted output | Gordon GECOS | |
2020-10-30 | ui improvement | Andrew Cady | |
2020-10-30 | bump submodules | Andrew Cady | |
2020-10-30 | "make usb" target | Andrew Cady | |
2020-10-30 | usb.sh can choose between multiple devices | Andrew Cady | |
2020-10-30 | usb.sh: canonicalize output | Andrew Cady | |
2020-10-30 | parted-usb: improved logging | Andrew Cady | |
2020-10-30 | parted-usb.sh default rootfs is samizdat.seed.btrfs | Andrew Cady | |
ROOTFS=rootfs/samizdat-gold.btrfs will be passed | |||
2020-10-30 | mkinitramfs: fixes, also allow version specified without arch | Andrew Cady | |
2020-10-30 | tell parted-usb.sh where we moved the initrd.img | Andrew Cady | |
2020-10-30 | try to avoid running mkinitramfs redundantly | Andrew Cady | |
2020-10-30 | add -s parameter to install to system | Andrew Cady | |
2020-10-30 | use symlink /vmlinuz as canonical system kernel | Andrew Cady | |
also: entire script runs as root now, but automatically calls sudo if run as regular user. | |||
2020-10-27 | usb.sh | Andrew Cady | |
2020-10-26 | better defaults for ROOTFS | Andrew Cady | |
2020-10-26 | use ROOTFS from environment | Andrew Cady | |