diff options
author | Sven Gothel <[email protected]> | 2021-07-17 04:02:01 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-07-17 04:02:01 +0200 |
commit | 2b4a8503024e3c83ac4ed7380bddc371c8982619 (patch) | |
tree | 8b5a15f7b1d053954113be2ac46f47ac4f3a0f5c /stage2/01-sys-tweaks/00-packages-bullseye | |
parent | 5b08e3535f61ab7dde7c7651382b2095e25bc717 (diff) |
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.
Diffstat (limited to 'stage2/01-sys-tweaks/00-packages-bullseye')
-rw-r--r-- | stage2/01-sys-tweaks/00-packages-bullseye | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/stage2/01-sys-tweaks/00-packages-bullseye b/stage2/01-sys-tweaks/00-packages-bullseye index c5d2dc3..1e079d8 100644 --- a/stage2/01-sys-tweaks/00-packages-bullseye +++ b/stage2/01-sys-tweaks/00-packages-bullseye @@ -3,32 +3,26 @@ ssh less fbset sudo psmisc strace console-setup keyboard-configuration debconf-utils parted unzip #build-essential manpages-dev python3 bash-completion gdb pkg-config libstdc++6 -python3-minimal python3-rpi.gpio python3-gpiozero -#python-minimal python-rpi.gpio python-gpiozero +python3-minimal python3-gpiozero +#python-minimal python-gpiozero bash-completion pkg-config v4l-utils avahi-daemon lua5.1 luajit hardlink ca-certificates curl -fake-hwclock nfs-common autofs usbutils -#libraspberrypi-dev libraspberrypi-doc libfreetype6-dev -libraspberrypi-dev libfreetype6-dev +libfreetype6-dev dosfstools squashfs-tools fatattr #dphys-swapfile bluez -raspberrypi-sys-mods -pi-bluetooth rfkill apt-listchanges usb-modeswitch -libpam-chksshpwd -rpi-update libmtp-runtime rsync htop iotop powertop iftop @@ -40,8 +34,6 @@ ethtool #vl805fw #ntfs-3g pciutils -rpi-eeprom -raspinfo busybox initramfs-tools-core initramfs-tools |