OSDN Git Service

[update] : Added notar msg
authorhayao <shun819.mail@gmail.com>
Sat, 22 Aug 2020 04:48:15 +0000 (13:48 +0900)
committerhayao <shun819.mail@gmail.com>
Sat, 22 Aug 2020 04:48:15 +0000 (13:48 +0900)
build.sh

index 20f96be..9d3e807 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -1218,6 +1218,9 @@ make_tarball() {
     ${mkalteriso} ${mkalteriso_option} -w "${work_dir}" -D "${install_dir}" -L "${iso_label}" -P "${iso_publisher}" -A "${iso_application}" -o "${out_dir}" tarball "$(echo ${iso_filename} | sed 's/\.[^\.]*$//').tar.xz"
 
     remove "${work_dir}/airootfs"
+    if [[ "${noiso}" = true ]]; then
+        msg_info "The password for the live user and root is ${password}."
+    fi
 }
 
 # Build airootfs filesystem image