raspberrypi-ua-netinst icon indicating copy to clipboard operation
raspberrypi-ua-netinst copied to clipboard

RaspberryPi (minimal) unattended netinstaller

Results 35 raspberrypi-ua-netinst issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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

enhancement

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?...

enhancement

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...

enhancement

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...

minor bug

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement
help wanted