OSDN Git Service

[update] : Added comments
authorhayao <shun819.mail@gmail.com>
Mon, 27 Jul 2020 13:08:23 +0000 (22:08 +0900)
committerhayao <shun819.mail@gmail.com>
Mon, 27 Jul 2020 13:08:23 +0000 (22:08 +0900)
default.conf

index 27067f8..af84723 100644 (file)
@@ -22,6 +22,8 @@
 
 #-- archiso --#
 # Architecture to build
+# AlterISO currently supports x86_64 or i686
+# Please note that the channels and kernels that can be used differ depending on the architecture.
 # Change the default behavior of "-a" and "--arch".
 arch=$(uname -m)
 
@@ -122,6 +124,10 @@ username="alter"
 password="alter"
 
 # Set the user's default shell.
+# This setting cannot be changed by an argument.
+#
+# The shell should be listed in /etc/shells, the package installed, 
+# and the appropriate configuration files in /etc/skel.
 usershell="/bin/bash"