Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | setup2hd: allow custom UidNumber during user account creation | Eric Hameleers | 2020-04-30 | 1 | -59/+84 |
| | | | | | | Do not assume 1000 is a good default for UidNumber in all cases - it may already have been taken. Instead, find the first free number above 999. | ||||
* | setup2hd: several usability improvements | Eric Hameleers | 2020-02-20 | 1 | -0/+67 |
- Include disk partitioning (cgdisk and/or cfdisk) in the setup2hd (calling new script 'Setudiskpart'). - Create a non-root user and set the root password through dialogs (calling new scripts 'SeTuacct' and 'SeTupass'). - Attempt to speed up the rsync from the squashfs files to the hard drive. |