Update README with latest added functions

This commit is contained in:
Le0xFF 2022-08-26 10:42:24 +02:00
parent 018bbb756e
commit 52316d2000

View File

@ -104,8 +104,10 @@ Here is documented how the script works in details and what will ask to the user
* generate random key to avoid typing password two times at boot; * generate random key to avoid typing password two times at boot;
* create proper dracut configuration and initramfs; * create proper dracut configuration and initramfs;
* optionally create a swapfile and enable zswap; * optionally create a swapfile and enable zswap;
* install any additional package;
* install grub choosing a bootloader-id; * install grub choosing a bootloader-id;
* create new users and git clone [void-packages](https://github.com/void-linux/void-packages) for selected users (it's not possible to `binary-bootstrap` because `xbps-src` can't do that while being already in a chrooted environment; see related issues: [#30496](https://github.com/void-linux/void-packages/issues/30496#issuecomment-826537866), [#35018](https://github.com/void-linux/void-packages/issues/35018), [#35410](https://github.com/void-linux/void-packages/issues/35410)) * create new users and configure them;
* git clone [void-packages](https://github.com/void-linux/void-packages) for selected users (it's not possible to `binary-bootstrap` because `xbps-src` can't do that while being already in a chrooted environment; see related issues: [#30496](https://github.com/void-linux/void-packages/issues/30496#issuecomment-826537866), [#35018](https://github.com/void-linux/void-packages/issues/35018), [#35410](https://github.com/void-linux/void-packages/issues/35410))
* choose timezone, keyboard layout, locale, hostname and default shell; * choose timezone, keyboard layout, locale, hostname and default shell;
* configure AppArmor, enable internet at first boot with NetworkManager. * configure AppArmor, enable internet at first boot with NetworkManager.