aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/02-build-ro-smalldesk.sh
Commit message (Collapse)AuthorAgeFilesLines
* multi-arch: Support vanilla Debian for 'amd64' and 'i386' architecture incl. ↵Sven Gothel2021-07-171-52/+0
| | | | | | | | | | | | | | | | | | | | | | | 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.
* bullseye: scripts/0[12]-build*: Move to 'bullseye'Sven Gothel2021-07-091-2/+2
|
* Fix he build scripts (generic), no APT_PROXY by default (personal anyways) ↵Sven Gothel2021-07-091-2/+2
| | | | .. etc
* Enable EXPORT_IMAGE for stage3a '-litex', useful for basic xorg no-desktop ↵Sven Gothel2021-07-091-0/+52
initial writable rootfs Adding/renaming build scripts accordingly