Official Raspberry Pi Respin

Help for Current Versions of MX
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
Jerry3904
Administrator
Posts: 23041
Joined: Wed Jul 19, 2006 6:13 am

Re: Official Raspberry Pi Respin

#141 Post by Jerry3904 »

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

User avatar
dolphin_oracle
Developer
Posts: 22003
Joined: Sun Dec 16, 2007 12:17 pm

Re: Official Raspberry Pi Respin

#142 Post by dolphin_oracle »

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.

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
so remove the checkfile, and the user setup will be presented.
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.

Post Reply

Return to “MX Help”