sdm icon indicating copy to clipboard operation
sdm copied to clipboard

Raspberry Pi SD Card Image Manager

Results 21 sdm issues
Sort by recently updated
recently updated
newest added

Title says it all. See https://forums.raspberrypi.com/viewtopic.php?t=325703 for details. It doesn't appear to cause data corruption, but it is disconcerting to see in the system log!

Disclaimer: I am not an expert at linux, but I think this might be interesting to let you know. I am using an RPi 5 with a Pimoroni NVMe bottom...

This is simply a record of a problem noticed when changing settings; it almost certainly isn't an sdm problem but it is faintly possible that some interaction with the sdm...

I would like to ask for advice on the best practice to check if sdm is already installed. Right right, I am using the following simple code snippet: ``` ###...

I was attempting to us https://github.com/gitbls/sdm/blob/master/Docs/Captive-Portal.md, but I get the following errors `sdm: unrecognized option '--nowpa'` `? Unrecognized plugin 'wifconfig'` Should this be working or is it part of the...

I'm having trouble mapping block devices into docker. Here is my command: ``` docker run --privileged -it --rm -v /Users/keittth/Desktop/biosense-docker:/home/agent/hostdir -v /dev:/dev biosense-sdm /bin/bash -c 'sudo sdm --burn /dev/disk2 --hostname...

It would be great if we can set a FS label when creating partitions with parted plugin. I did some PoC here (checked for ext4 and should work for FAT):...

I am getting: ``` > Run Plugin 'system' (/usr/local/sdm/plugins/system) Phase post-install with arguments: 'name=s1|systemd-config=system=biosense-config-files/remove-ssh-success.service' * Plugin system: Start Phase post-install > Plugin system: Copy systemd 'system' config file '/etc/sdm/assets/system-s1/systemd-config/system/*' to...

I see ``` % IMG './hostdir/source_images/2024-03-15-raspios-bookworm-arm64-lite.img' is not sdm-enhanced Logs and configuration updates will not be written ``` what does that mean?

Hello, sdm looks cool. I wondered is there a way to add a user and their SSH key instead of their password? TIA