25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/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
|