Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- #!/bin/bash -e
-
- if [[ "${DISABLE_FIRST_BOOT_USER_RENAME}" == "0" ]]; then
- on_chroot <<- EOF
- SUDO_USER="${FIRST_USER_NAME}" rename-user -f -s
- EOF
- else
- rm -f "${ROOTFS_DIR}/etc/xdg/autostart/piwiz.desktop"
- fi
|