Official Raspberry Pi Respin
Re: Official Raspberry Pi Respin
Nice to see you here, thanks for checking with us. I'll flag @dolphin_oracle who takes care of that side.
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
- dolphin_oracle
- Developer
- Posts: 22003
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Official Raspberry Pi Respin
there is a check file under /etc/ that oobe looks for before starting, assuming the file system is going to expand and reboot before setting the user up.
so remove the checkfile, and the user setup will be presented.
Code: Select all
#don't start on rpi first boot
FILE="/etc/rpi_skip_first_boot"
if [ -e "$FILE" ]; then
rm "$FILE"
exit 0
fi
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.