summaryrefslogtreecommitdiff
path: root/rootfs
AgeCommit message (Collapse)Author
2023-11-22the cleaner i make it, the cleaner it getsGordon GECOS
2023-11-22build system cleanupsGordon GECOS
2023-11-17rootfsu
2023-11-17include .bash_profileu
enables auto-startx on tty1
2023-11-17cleanupsu
2023-11-17rootfs/Makefileu
cleanups
2023-11-17rootfs updatesAndrew Cady
2023-11-17Replace resolv.conf hack with new hackAndrew Cady
We need working DNS resolution to download the firmware for two Debian wireless firmware packages. Previously this was accomplished by copying resolv.conf into the chroot, which was bad, because it leaked data about the build system into the chroot. Now the resolv.conf is bind-mounted in the chroot so it won't affect the install target root filesystem.
2023-11-17ugly hack fix, not rightAndrew Cady
2023-11-17rootfs fixes & improvements; now using Debian bullseyeu
Probably breaks Debian buster, which probably won't be fixed.
2023-11-17rootfs: update build-deps.yaml for bullseyeu
2023-11-17install grub-efi instead of grub-pcx
2023-11-17drop openssh patchAndrew Cady
2021-09-15Revert "rootfs: upgrade openssh to 8.4p1-5 and now get its dependencies from ↵Steven
sid" This reverts commit a8710d9fb1e4ed2c12d406b2b7d0f1f6c1ffbc74.
2021-03-13This is obsoleted by (and conflicts with) fsmgr support for apt-update: trueAndrew Cady
2021-03-13make cleanerAndrew Cady
2021-03-13samizdat.patchfs.btrfs was missing dependency on samizdat.seed.btrfsAndrew Cady
2021-03-13rootfs: upgrade openssh to 8.4p1-5 and now get its dependencies from sidAndrew Cady
2021-03-13Specify REWRITE_SOURCES_LIST=y for samizdat.btrfsAndrew Cady
This means it is always on, but there is no sid access until "apt-update" is specified true.
2021-02-28rootfs improvementsAndrew Cady
2021-02-28various rootfs improvementsAndrew Cady
2021-02-28rootfs makefile: add missing deps; add targets clean and goldAndrew Cady
2021-02-23include backports in apt-cacheAndrew Cady
2021-02-23samizdat.patch.btrfs will be multiple of 4096Andrew Cady
2021-01-18got zero-copy partitioning to work w/ btrfs and sfdiskAndrew Cady
2020-10-30samizdat-gold.yaml bump sshAndrew Cady
2020-10-30rootfs Makefile can build any *.btrfs imageAndrew Cady
2020-10-30patch.btrfs: latest opensshAndrew Cady
2020-10-30buster qemu requires this packageAndrew Cady
2020-10-27rootfs is samizdat.seed.btrfsGordon GECOS
2020-10-25commit everything for steveGordon GECOS
2020-10-14fixed rootfsAndrew Cady
it still needs work, but I got an image
2020-10-12rootfs is buildingAndrew Cady
sort of. manual intervention was employed.
2020-10-10mostly old uncommitted changesAndrew Cady
committing everything without discretion rebase -i from me
2020-10-10use smaller patchfs sizeAndrew Cady
2020-08-17bump opensshAndrew Cady
update rootfs to use bumped openssh packages
2020-05-31move file into rootfs/Andrew Cady
2020-05-30use new fsmgr capabilities to build samiztest.btrfsAndrew Cady
2020-05-07samizdat rootfsAndrew Cady
2020-05-05fail better if "fsmgr" is not availableAndrew Cady
2019-10-15rootfs: make most "convenience" binaries & conffiles optionalAndrew Cady
2019-10-15ensure deb files are found on 32bit archAndrew Cady
2019-10-15rootfs: try to add all needed build depsAndrew Cady
2019-10-06add some packages to rootfsAndrew Cady
2019-10-06allow using alternative rootfs image via rootfs= parameterAndrew Cady
2019-10-04rootfs improvementsAndrew Cady
2019-10-04rootfs config changesAndrew Cady
2019-10-04update location of openssh debsAndrew Cady
2019-10-04update fsmgr for dynamic kernel selection hackAndrew Cady
2019-10-04try to support 32bit kernelsAndrew Cady