aboutsummaryrefslogtreecommitdiffstats
path: root/stage3b
Commit message (Collapse)AuthorAgeFilesLines
* multi-arch: Support vanilla Debian for 'amd64' and 'i386' architecture incl. ↵Sven Gothel2021-07-174-6/+8
| | | | | | | | | | | | | | | | | | | | | | | loop_rootfs using grub (WIP) - Generic packages: nn-packages[-RELEASE] (using the optional '-RELEASE' variant) - System packages: nn-packages-sys-(raspi|debian)[-RELEASE] (using the optional '-RELEASE' variant), allow to distinguish not only for the RELEASE but the actual underlying distribution. - On debian amd64, all required usb-storage etc modules are loaded for loop_rootfs/initrd - loop_rootfs works on Raspi (Proprietary Bootloader) as well as on Debian (Grub Bootloader) - loop_rootfs uses the first vfat block-device partition for /boot - /boot will be mounted by loop_rootfs and handed over to new root-mount-point, this avoids issues of using an undefined /boot partition (but the first) - rotatelog_init_rootfs: Rotates /boot/init_rootfs.log if having more than 500 lines - FIX export-image: Copy the rootfs.img to the exported full image, which allows testing the image directly via qemu .. etc.
* stage3b: fix omxplayer dependencies (armhf only): Remove and use mpv with ffmpegSven Gothel2021-07-041-1/+3
|
* Add CUSTOM_NAME and CUSTOM_VERSION for print_issue(); Add simple ↵Sven Gothel2021-07-041-0/+4
| | | | | | | | install-dependencies and build script for convenience. Also - Drop brand 'Zafena', 'ZAFENA' for this generic branch. - Add EXPORT_IMAGE for stage3b with IMG_SUFFIX="-smalldesk"
* stage3b (with ligthdm + desktop-base): Add console-autologin to B4 (desktop)Sven Gothel2021-07-042-0/+9
|
* Split stage3 -> stage3a (simple xorg) + stage3b (desktop-base), revert ↵Sven Gothel2021-07-043-0/+20
stage4 to original arm64 branch