aboutsummaryrefslogtreecommitdiffstats
path: root/stage2
Commit message (Expand)AuthorAgeFilesLines
* Add from_ - to_radix awk scripts to encode numbers (unused yet)Sven Gothel26 hours3-0/+191
* Add Debian 12 package files, analog to Debian 1120221016-reducedroSven Gothel2022-10-162-0/+55
* stage2: Keep /boot/config-* (kernel config) intact for Debian 12 mkinitramfsSven Gothel2022-10-161-1/+2
* TARGET_RASPI and TARGET_ARCH=armhf: Disable 'arm_64bit=1' in config.txt files...Sven Gothel2021-08-051-0/+4
* TARGET_RASPI and TARGET_ARCH=armhf: Disable 'arm_64bit=1' in config.txt filesSven Gothel2021-08-051-0/+4
* Fix mutable raspi armhf: Add forgotten 'config.txt' systemfolder sedSven Gothel2021-08-051-0/+2
* stage2: Raspi cmdline.txt: Always add 'rootwait'. Erroneously disabled for re...2021-07-22-passed-all-baseSven Gothel2021-07-221-1/+1
* stage2 mutable image: Fix resize2fs_once: On raspi the scripting mode works, ...Sven Gothel2021-07-221-4/+6
* stage2 mutable image: Fix resize2fs once: 'parted resizepart' needs fake tty ...Sven Gothel2021-07-223-11/+40
* mutable images: Boot in verbose mode for generic stage targets to observe ...Sven Gothel2021-07-222-2/+5
* make_bootable_image: Mutable images require UUID in fstab and kernel cmdline ...Sven Gothel2021-07-222-0/+7
* stage2 01-sys-tweak: Never use raspi only 'regenerate_ssh_host_keys'Sven Gothel2021-07-221-11/+2
* stage2 01-sys-tweak: resize2fs_once: Resolve systemd dependency; Script now u...Sven Gothel2021-07-222-4/+5
* stage2 01-sys-tweak: ROOTFS_RO simplified initrd.img scriptingSven Gothel2021-07-221-8/+6
* Refine boot process of build target and allow config of /boot fstype and moun...Sven Gothel2021-07-2215-57/+156
* ROOTFS_RO: Allow tmpfs size to be set via ROOTFS_RO_OVERLAY_TMPFS_SIZE, also ...Sven Gothel2021-07-192-2/+10
* Update README.md; stage_rescue: Bring back visible menu w/ timeout=5s if ROOT...Sven Gothel2021-07-181-0/+2
* Fix stage3b (split to stage3b_lxde and stage3b_kde alternatives); Misc changes:Sven Gothel2021-07-181-1/+1
* 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
* Raspi cmdline: Be quietSven Gothel2021-07-182-2/+2
* 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
* Enhance NBD/Image handling via imagetool.sh (use reusable stateless functions...Sven Gothel2021-07-181-1/+1
* multi-arch: Slim down grub.cfg on Debian amd64 targetSven Gothel2021-07-172-3/+9
* multi-arch: Support vanilla Debian for 'amd64' and 'i386' architecture incl. ...Sven Gothel2021-07-1723-371/+645
* stage2: Add iftopSven Gothel2021-07-092-2/+2
* stage2's: /etc/init.d/resize2fs_once: Add maximizing rootfs partition size be...Sven Gothel2021-07-091-4/+27
* stage2: Add autofs, since nfs-common is default autofs is desired in a networ...Sven Gothel2021-07-092-0/+2
* 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: Use RELEASE dependend nn-packages[-nr][-${RELEASE}] if ex...Sven Gothel2021-07-092-0/+46
* stage2: Reenable nfs-common and rsync (services disabled); Add iotop and powe...Sven Gothel2021-07-082-3/+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
* mkinitramfs config: try COMPRESS=lzop if availableSven Gothel2021-07-041-1/+1
* initramfs: try install squashfs fsck (not yet); loop_rootfs: Use proper reboo...Sven Gothel2021-07-042-2/+15
* CUSTOM_IOT: Removed, custom refining shall occur in custom stageSven Gothel2021-07-041-16/+1
* ROOTFS_RO: export_image: Cleanup and consider read-only or mutable rootfs...Sven Gothel2021-07-041-0/+5
* ROOTFS_RO: Have stage2 consider read-only or mutable rootfs (see README.md)Sven Gothel2021-07-046-54/+198
* stage2, stage_zaf: Also place a copy of config.txt into 'sys_arm64_000' for f...Sven Gothel2021-07-031-2/+3
* cmdline.txt: Drop `rootfstype=ext4`, we determine this at runtime within loop...Sven Gothel2021-07-031-1/+1
* config.txt: disable_splash=1 (no rainbows)Sven Gothel2021-07-031-1/+1
* stage2 01-sys-tweak: Use basename for targetname.orig, check /boot/overlays f...Sven Gothel2021-07-031-3/+5