aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Custom personal build config 02 + 03: Only produce stage2 (developer test)Sven Gothel2021-07-182-1/+3
* loop_rootfs: find_blkpart -> find_partition: Search for first matching partit...Sven Gothel2021-07-182-64/+111
* initramfs: Ensure package lzop is installed and in initrd to benefit from fas...Sven Gothel2021-07-183-1/+4
* multi-arch/boot: Handle GRUB boot-code images, showcase full feature via 'mak...Sven Gothel2021-07-184-0/+179
* Bump example config files .. (hostname matched project, version)Sven Gothel2021-07-186-12/+12
* Raspi cmdline: Be quietSven Gothel2021-07-183-3/+3
* GRUB custom.cfg: Be quietSven Gothel2021-07-181-1/+1
* stage2 (network): Drop resolvconf as it lead to use GOOG 8.8.8.8 NSSven Gothel2021-07-181-1/+2
* stage2 (network): Use dhcpcd for Debian as well; Take dhcp host-name if provi...Sven Gothel2021-07-182-1/+4
* stage2: Make GRUB boot-code images relocatable (clone)Sven Gothel2021-07-181-3/+5
* stage2: Disable systemd-remount-fs: Already mounted correctly and no live map...Sven Gothel2021-07-181-0/+5
* Use $BASH_SOURCE[0] instead of $0Sven Gothel2021-07-182-2/+2
* Enhance NBD/Image handling via imagetool.sh (use reusable stateless functions...Sven Gothel2021-07-184-113/+386
* Remove obsolete tagging scripts to SKIP stages and image creationSven Gothel2021-07-182-54/+0
* multi-arch: Slim down grub.cfg on Debian amd64 targetSven Gothel2021-07-172-3/+9
* multi-arch: Fix stage0/00-configure-apt: Perform 'dpkg' within i/o piped on_c...Sven Gothel2021-07-171-5/+7
* multi-arch: Support vanilla Debian for 'amd64' and 'i386' architecture incl. ...Sven Gothel2021-07-1769-655/+1336
* Add 'on_chroot.sh', demonstrate means to run tasks on target architecture usi...Sven Gothel2021-07-101-0/+46
* ./imagetool.sh: Allow unmount w/o NBD_DEV, i.e. single mounted rootfs imageSven Gothel2021-07-101-3/+4
* README.md: Fix grammarSven Gothel2021-07-091-1/+1
* stage2: Add iftopSven Gothel2021-07-092-2/+2
* qcow2_handling: Use fixed PART_NO (at least a variable)Sven Gothel2021-07-091-2/+3
* stage2's: /etc/init.d/resize2fs_once: Add maximizing rootfs partition size be...Sven Gothel2021-07-091-4/+27
* scripts/qcow2_handling: Reactivate partition resizing (Fix PART_START grep fo...Sven Gothel2021-07-091-7/+6
* scripts/chroot-example.sh: Adding example how to use the qcow2 image chroot f...Sven Gothel2021-07-091-0/+24
* Add stage3a_dev: Image '-litexdev', developer system on top of stage3a; Clean...Sven Gothel2021-07-097-33/+64
* Drop recommended packages if using reduced footprint or not explicitly select...Sven Gothel2021-07-093-4/+20
* stage2: Add autofs, since nfs-common is default autofs is desired in a networ...Sven Gothel2021-07-092-0/+2
* build example rw rootfs: Don't use REDUCED_FOOTPRINT for writable rootfs (exp...Sven Gothel2021-07-091-1/+1
* bullseye: build.sh: Fix case for IS_TESTINGSven Gothel2021-07-091-4/+5
* bullseye: scripts/0[12]-build*: Move to 'bullseye'Sven Gothel2021-07-092-4/+4
* skip/unskip: Add stage3[ab] SKIP_IMAGESSven Gothel2021-07-092-0/+4
* stage2: boot/config-rootfs*.txt: Use new sd_force_pio=on (disabled though)Sven Gothel2021-07-092-2/+2
* stage2: Fix /boot/config.txt (renamed from alternative naming)Sven Gothel2021-07-091-4/+4
* bullseye: build.sh: Set 'IS_TESTING' based on 'RELEASE' setting.Sven Gothel2021-07-091-0/+16
* bullseye: build.sh: Use RELEASE dependend nn-packages[-nr][-${RELEASE}] if ex...Sven Gothel2021-07-0912-11/+141
* qcow2_handling mkfs.ext4: Reenable dropping 'huge_file' feature and 'has_jour...Sven Gothel2021-07-091-3/+3
* Fix he build scripts (generic), no APT_PROXY by default (personal anyways) .....Sven Gothel2021-07-092-4/+4
* Enable EXPORT_IMAGE for stage3a '-litex', useful for basic xorg no-desktop in...Sven Gothel2021-07-093-0/+57
* None ROOTFS_RO: Only use 250 MiB vfat boot parition (as in arm64 branch)Sven Gothel2021-07-081-2/+13
* stage2: Reenable nfs-common and rsync (services disabled); Add iotop and powe...Sven Gothel2021-07-082-3/+5
* mkfs.ext4: Only set reserved-blocks-percentage to zero if ROOTFS_RO is setSven Gothel2021-07-081-1/+5
* initrd: loop_rootfs: test/reset_initrd.sh: Convenience script for target mach...Sven Gothel2021-07-061-0/+10
* initrd: loop_rootfs: Resolve logging, use persistent /boot/init_rootfs.log ...Sven Gothel2021-07-061-0/+42
* initrd loop_rootfs: perform fsck on rootfs-file w/o intend to modify '-n'Sven Gothel2021-07-061-1/+1
* stage2: Readd wifi (wpasupplicant, wireless-tools, firmware)Sven Gothel2021-07-061-1/+1
* stage2: initrd loop_rootfs: Perform at least a 'unsquashfs -l` superficial in...Sven Gothel2021-07-065-7/+41
* export-image: Add squashfs w/ zstd-10, sadly zstd is disabled in Raspberry ke...Sven Gothel2021-07-061-3/+4
* install-deps: Add fatattrSven Gothel2021-07-061-1/+1
* export-image (ro): Create zip storage only archive of sdcard and SHA256SUMS o...Sven Gothel2021-07-041-0/+7