summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-18got zero-copy partitioning to work w/ btrfs and sfdiskAndrew Cady
2021-01-17partvi: try to run grub-installAndrew 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-17old changes, unreviewedAndrew Cady
2021-01-17pass by variableAndrew Cady
2021-01-17partvi: rename funcAndrew Cady
2021-01-17partvi fixAndrew Cady
2021-01-17fix conf valueAndrew Cady
2020-11-17partvi: refactorAndrew Cady
2020-11-17parted-usb: fixAndrew Cady
2020-11-17partitions: add empty final megAndrew Cady
2020-11-17install partvi with samizdatAndrew Cady
2020-11-17Don't install btrfs-shrink; it's part of fsmgrAndrew Cady
2020-11-17partvi: make the partition tableAndrew Cady
2020-11-17fix alignmentAndrew Cady
2020-11-17partvi: create the dm mapAndrew Cady
2020-11-17partvi: use seed + patch imagesAndrew Cady
2020-11-17partvi: fail betterAndrew Cady
2020-11-17new partition toolAndrew Cady
2020-11-13improve error messageAndrew Cady
2020-11-01rename usb.sh -> usbGordon GECOS
2020-10-31import newer git-ll-remoteGordon GECOS
2020-10-31it still worksGordon GECOS
2020-10-31parted-usb: specifying ROOTFS="none" will generate image without rootfsGordon GECOS
2020-10-31avoid unwanted outputGordon GECOS
2020-10-31depend on qemu-system-guiGordon GECOS
2020-10-30ui improvementAndrew Cady
2020-10-30use parted-usb.sh to call usb.shAndrew Cady
2020-10-30bump submodulesAndrew Cady
2020-10-30"make usb" targetAndrew Cady
2020-10-30usb.sh can choose between multiple devicesAndrew Cady
2020-10-30usb.sh: canonicalize outputAndrew Cady
2020-10-30parted-usb: improved loggingAndrew Cady
2020-10-30parted-usb.sh default rootfs is samizdat.seed.btrfsAndrew Cady
ROOTFS=rootfs/samizdat-gold.btrfs will be passed
2020-10-30samizdat-gold.yaml bump sshAndrew Cady
2020-10-30"make boot" target to use samizdat-gold.seed.btrfs by defaultAndrew Cady
2020-10-30Remove or disable references to initrd.shAndrew Cady
The program 'mkinitramfs-samizdat' will replace initrd.sh for now.
2020-10-30automatically call "git reset" on submodulesAndrew Cady
if there are NO FILES in the submodule dir, but the git submodule is initialized, then DO NOT treat the submodule as locally modified. Instead, try to remedy the situation. ('git reset' already will avoid destroying data, but it likewise does not treat the absence of a file as data to be preserved.)
2020-10-30rootfs Makefile can build any *.btrfs imageAndrew Cady
2020-10-30mkinitramfs: fixes, also allow version specified without archAndrew Cady
2020-10-30patch.btrfs: latest opensshAndrew Cady
2020-10-30buster qemu requires this packageAndrew Cady
2020-10-30tell parted-usb.sh where we moved the initrd.imgAndrew Cady
2020-10-30try to avoid running mkinitramfs redundantlyAndrew Cady
2020-10-30add -s parameter to install to systemAndrew Cady
2020-10-30use symlink /vmlinuz as canonical system kernelAndrew Cady
also: entire script runs as root now, but automatically calls sudo if run as regular user.
2020-10-30port veritymount forward to separated verity partitionGordon GECOS
2020-10-30use separate verity partitionGordon GECOS
2020-10-30use samizdat.seed.btrfs as image nameGordon GECOS
2020-10-27rootfs is samizdat.seed.btrfsGordon GECOS
2020-10-27usb.shAndrew Cady