我有一台装有 Fedora KDE 的虚拟机。我想分发它,但不提供任何默认用户,当然除了 root 或另一个骨架用户。在第一次运行中,运行它的人应该能够创建一个具有所选用户名的用户。我还有一组脚本要在第一次登录时运行。有没有办法在启动时创建用户而无需登录 root?是否有任何应用程序在欢迎屏幕中执行此操作?
谢谢
答案1
Fedora 发行版中有一个名为firstboot
$ rpm -qi firstboot
Name : firstboot
Version : 17.3
Release : 1.fc17
URL : http://fedoraproject.org/wiki/FirstBoot
Summary : Initial system configuration utility
Description :
The firstboot utility runs after installation. It guides the user through
a series of steps that allows for easier configuration of the machine.
虽然没有文档记录,但它是用 python 编写的,并且具有模块化结构。
因此,我认为您可以根据自己的需要进行定制。