summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-10-27bump opensshAndrew Cady
2020-10-26better defaults for ROOTFSAndrew Cady
2020-10-26bumpAndrew Cady
2020-10-26use ROOTFS from environmentAndrew Cady
2020-10-26bump opensshAndrew Cady
2020-10-26bump fsmgr, fixAndrew Cady
2020-10-25parted-usb.sh: try multiple defaults for $GPG_INPUT_DIRGordon GECOS
2020-10-25commit everything for steveGordon GECOS
2020-10-20bump fsmgrGordon GECOS
2020-10-14bump depsAndrew Cady
2020-10-14fixed rootfsAndrew Cady
it still needs work, but I got an image
2020-10-14missing build depsGordon GECOS
2020-10-12factorAndrew Cady
2020-10-12call "parted-usb.sh boot" to boot the default target w/o building itwip-2020-10-12Andrew Cady
2020-10-12comment out file location defaults that were only meant to be localAndrew Cady
2020-10-12policy: use /boot/initrd.img NOT /boot/initrd.img.samizdatAndrew Cady
2020-10-12fix: ensure to re-read partition tableAndrew Cady
2020-10-12create /boot/initrd.img symlinkAndrew Cady
2020-10-12bump fsmgrAndrew Cady
2020-10-12rootfs is buildingAndrew Cady
sort of. manual intervention was employed.
2020-10-11bump fsmgrwip-2020-10-11Andrew Cady
2020-10-11Installed and successfully ran btrfs dev rem.Andrew Cady
Ran it in the VM with the command: make install; sudo ./src/mkinitramfs-samizdat ; sudo bash ./src/parted-usb.sh Didn't use the .patch.btrfs here yet.