From 2b4a8503024e3c83ac4ed7380bddc371c8982619 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 17 Jul 2021 04:02:01 +0200 Subject: multi-arch: Support vanilla Debian for 'amd64' and 'i386' architecture incl. 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. --- stage4/00-install-packages/00-packages | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 stage4/00-install-packages/00-packages (limited to 'stage4/00-install-packages/00-packages') diff --git a/stage4/00-install-packages/00-packages b/stage4/00-install-packages/00-packages new file mode 100644 index 0000000..9a30477 --- /dev/null +++ b/stage4/00-install-packages/00-packages @@ -0,0 +1,18 @@ +python python3-pygame python-pygame python-tk +python3 python3-tk thonny +python3-pgzero +python-serial python3-serial +debian-reference-en dillo +python-pip python3-pip +python3-numpy +pigpio python-pigpio python3-pigpio +pypy +alacarte +tree +libgl1-mesa-dri libgles1 libgles2-mesa xcompmgr +geany +python-twython python3-twython +python-smbus python3-smbus +python-flask python3-flask +ffmpeg +vlc -- cgit v1.2.3