raspberrypi-ua-netinst
raspberrypi-ua-netinst copied to clipboard
RaspberryPi (minimal) unattended netinstaller
After a fresh install of the system, I cannot install a package, I always get an error: ```bash # apt install vim Reading package lists... Done Building dependency tree Reading...
Adds settings: - `hdmi_display_rotate` - `hdmi_force_hotplug` - `hdmi_ignore_hotplug` - `hdmi_overscan_right` - `hdmi_overscan_left` - `hdmi_overscan_top` - `hdmi_overscan_bottom` - `console_framebuffer_width` - `console_framebuffer_height` fixes #133
Hi, I was wondering if it might be possible to have the option to use a hostname provided by DHCP if one is provided, rather than having to hard-code it?...
I have this LCD screen that requires the following settings in `/boot/config.txt`: Disable `hdmi_force_hotplug` and enable `hdmi_ignore_hotplug`: ``` # enable if hdmi display is not detected and composite is being...
It seems to me ``` preset=server ``` and ``` preset=base packages=cpufrequtils,fake-hwclock,ifupdown,net-tools,ntp,openssh-server,dosfstools,raspberrypi-sys-mods,systemd-sysv,vim-tiny,iputils-ping,wget,ca-certificates,rsyslog,cron,dialog,locales,tzdata,less,man-db,logrotate,bash-completion,console-setup,apt-utils,libraspberrypi-bin,raspi-copies-and-fills ``` should be equivalent. But when I perform an install with the second I get errors about missing keymaps...
I've got the following error, during Installation of debian stretch on my pi1: ``` Configuring apt: Configuring Raspbian repository... OK Checking Raspbian repository entry... OK Adding raspberrypi.org GPG key to...
It would be nice to define the configuration structure (keys, value types) in some sort of json object. That way it's easy for third-party (Python, JS, etc) tools to generate...
GUI
Would be nice to have a cross-platform configuration tool for this project. Something with Qt would make sense to me. I'm not sure if it can or should be backwards...
A new version of Raspberry Pi OS based on Debian 12 (bookworm) has been released! See here for the release announcement - https://www.raspberrypi.com/news/bookworm-the-new-version-of-raspberry-pi-os/ Given the number of changes between Bullseye...