Created
May 12, 2021 04:22
-
-
Save KunYi/cf663ff16f2faecc058389396147bbb7 to your computer and use it in GitHub Desktop.
Ubuntu resettings for Factory Reset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #from https://askubuntu.com/questions/870434/how-can-i-factory-reset-an-oem-install-of-ubuntu | |
| # but need to verify the process | |
| 1. Create a new user: | |
| Name: OEM Configuration (temporary user) | |
| Login: oem | |
| UID: 29999 | |
| Groups: adm, cdrom, sudo, dip, plugdev, lpadmin, oem, sambashare | |
| Home: /home/oem | |
| 2. Log in as oem and delete all other users and home folders. | |
| 3. Install: oem-config, oem-config-slideshow-ubuntu, oem-config-gtk, ubiquity, ubiquity-frontend-gtk, ubiquity-ubuntu-artwork | |
| 4. Make other changes as desired. | |
| 5. Run oem-config-prepare |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment