GitHubのミラーです
https://github.com/FascodeNet/alterlinux
修订版 | 6660b81527b9f971958b81ab8c0c4734c19aeb8b (tree) |
---|---|
时间 | 2020-04-26 12:32:43 |
作者 | ![]() |
Commiter | hayao |
Merge branch 'dev' into dev-stable
@@ -375,7 +375,7 @@ prepare_build() { | ||
375 | 375 | # If there is config for each channel. load that. |
376 | 376 | if [[ -f "${script_path}/channels/${channel_name}/config" ]]; then |
377 | 377 | source "${script_path}/channels/${channel_name}/config" |
378 | - _msg_info "The settings have been overwritten by the ${script_path}/channels/${channel_name}/config." | |
378 | + _msg_debug "The settings have been overwritten by the ${script_path}/channels/${channel_name}/config." | |
379 | 379 | fi |
380 | 380 | save_var \ |
381 | 381 | os_name \ |
@@ -605,7 +605,7 @@ make_packages() { | ||
605 | 605 | #-- Read package list --# |
606 | 606 | # Read the file and remove comments starting with # and add it to the list of packages to install. |
607 | 607 | for _file in ${_loadfilelist[@]}; do |
608 | - _msg_info "Loaded package file ${_file}." | |
608 | + _msg_debug "Loaded package file ${_file}." | |
609 | 609 | pkglist=( ${pkglist[@]} "$(grep -h -v ^'#' ${_file})" ) |
610 | 610 | done |
611 | 611 | if [[ ${debug} = true ]]; then |
@@ -628,6 +628,11 @@ make_packages() { | ||
628 | 628 | done |
629 | 629 | fi |
630 | 630 | |
631 | + if [[ -n "${excludelist[@]}" ]]; then | |
632 | + _msg_debug "The following packages have been removed from the installation list." | |
633 | + _msg_debug "Excluded packages: ${excludelist[@]}" | |
634 | + fi | |
635 | + | |
631 | 636 | # Exclude packages from the exclusion list for each channel |
632 | 637 | excludefile="${script_path}/channels/${channel_name}/packages/exclude" |
633 | 638 | if [[ -f "${excludefile}" ]]; then |
@@ -685,7 +690,9 @@ make_packages() { | ||
685 | 690 | # Customize installation (airootfs) |
686 | 691 | make_customize_airootfs() { |
687 | 692 | # Overwrite airootfs with customize_airootfs. |
688 | - cp -af "${script_path}/channels/share/airootfs" "${work_dir}/x86_64" | |
693 | + if [[ -d "${script_path}/channels/share/airootfs" ]]; then | |
694 | + cp -af "${script_path}/channels/share/airootfs" "${work_dir}/x86_64" | |
695 | + fi | |
689 | 696 | if [[ -d "${script_path}/channels/${channel_name}/airootfs" ]]; then |
690 | 697 | cp -af "${script_path}/channels/${channel_name}/airootfs" "${work_dir}/x86_64" |
691 | 698 | fi |
@@ -756,7 +763,9 @@ make_customize_airootfs() { | ||
756 | 763 | if [[ -f ${work_dir}/x86_64/airootfs/root/customize_airootfs.sh ]]; then |
757 | 764 | chmod 755 "${work_dir}/x86_64/airootfs/root/customize_airootfs.sh" |
758 | 765 | fi |
759 | - chmod 755 "${work_dir}/x86_64/airootfs/root/customize_airootfs.sh" | |
766 | + if [[ -f "${work_dir}/x86_64/airootfs/root/customize_airootfs.sh" ]]; then | |
767 | + chmod 755 "${work_dir}/x86_64/airootfs/root/customize_airootfs.sh" | |
768 | + fi | |
760 | 769 | if [[ -f "${work_dir}/x86_64/airootfs/root/customize_airootfs_${channel_name}.sh" ]]; then |
761 | 770 | chmod 755 "${work_dir}/x86_64/airootfs/root/customize_airootfs_${channel_name}.sh" |
762 | 771 | elif [[ -f "${work_dir}/x86_64/airootfs/root/customize_airootfs_$(echo ${channel_name} | sed 's/\.[^\.]*$//').sh" ]]; then |
@@ -1110,7 +1119,7 @@ fi | ||
1110 | 1119 | |
1111 | 1120 | |
1112 | 1121 | # Show config message |
1113 | -[[ -f "${script_path}"/config ]] && _msg_info "The settings have been overwritten by the "${script_path}"/config." | |
1122 | +[[ -f "${script_path}"/config ]] && _msg_debug "The settings have been overwritten by the "${script_path}"/config." | |
1114 | 1123 | |
1115 | 1124 | |
1116 | 1125 | # Debug mode |
@@ -0,0 +1,11 @@ | ||
1 | +[Desktop Entry] | |
2 | +Version=1.0 | |
3 | +Type=Link | |
4 | +Name=Welcome to AlterLinux | |
5 | +Comment=This page is useful for using AlterLinux. | |
6 | +Icon=/usr/share/icons/hicolor/scalable/alter.svg | |
7 | +URL=https://fascode.net/projects/linux/alter/welcome.php | |
8 | + | |
9 | +Name[ja]=AlterLinuxへようこそ | |
10 | +GenericName[ja]=AlterLinuxへようこそ | |
11 | +Comment[ja]=AlterLinuxの利用に役立つページです。 |
@@ -0,0 +1,11 @@ | ||
1 | +[Desktop Entry] | |
2 | +Version=1.0 | |
3 | +Type=Link | |
4 | +Name=Welcome to AlterLinux | |
5 | +Comment=This page is useful for using AlterLinux. | |
6 | +Icon=/usr/share/icons/hicolor/scalable/alter.svg | |
7 | +URL=https://fascode.net/projects/linux/alter/welcome.php | |
8 | + | |
9 | +Name[ja]=AlterLinuxへようこそ | |
10 | +GenericName[ja]=AlterLinuxへようこそ | |
11 | +Comment[ja]=AlterLinuxの利用に役立つページです。 |
@@ -0,0 +1,11 @@ | ||
1 | +[Desktop Entry] | |
2 | +Version=1.0 | |
3 | +Type=Link | |
4 | +Name=Welcome to AlterLinux | |
5 | +Comment=This page is useful for using AlterLinux. | |
6 | +Icon=/usr/share/icons/hicolor/scalable/alter.svg | |
7 | +URL=https://fascode.net/projects/linux/alter/welcome.php | |
8 | + | |
9 | +Name[ja]=AlterLinuxへようこそ | |
10 | +GenericName[ja]=AlterLinuxへようこそ | |
11 | +Comment[ja]=AlterLinuxの利用に役立つページです。 |
@@ -23,3 +23,13 @@ ENDTEXT | ||
23 | 23 | MENU LABEL Boot %OS_NAME% without boot splash (x86_64) |
24 | 24 | LINUX boot/x86_64/vmlinuz-linux-ck |
25 | 25 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
26 | + | |
27 | +LABEL rescue | |
28 | +TEXT HELP | |
29 | +Start with minimal of prompts. do not use systemd. | |
30 | +Please use it in the environment where GUI cannot be started. | |
31 | +ENDTEXT | |
32 | +MENU LABEL Rescue mode without GUI (x86_64) | |
33 | +LINUX boot/x86_64/vmlinuz-linux-ck | |
34 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
35 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |
@@ -24,3 +24,13 @@ MENU LABEL Boot %OS_NAME% without boot splash (x86_64) | ||
24 | 24 | LINUX boot/x86_64/vmlinuz |
25 | 25 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
26 | 26 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
27 | + | |
28 | +LABEL rescue | |
29 | +TEXT HELP | |
30 | +Start with minimal of prompts. do not use systemd. | |
31 | +Please use it in the environment where GUI cannot be started. | |
32 | +ENDTEXT | |
33 | +MENU LABEL Rescue mode without GUI (x86_64) | |
34 | +LINUX boot/x86_64/vmlinuz | |
35 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
36 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |
@@ -24,3 +24,13 @@ MENU LABEL Boot %OS_NAME% without boot splash (x86_64) | ||
24 | 24 | LINUX boot/x86_64/vmlinuz-linux-lqx |
25 | 25 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
26 | 26 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
27 | + | |
28 | +LABEL rescue | |
29 | +TEXT HELP | |
30 | +Start with minimal of prompts. do not use systemd. | |
31 | +Please use it in the environment where GUI cannot be started. | |
32 | +ENDTEXT | |
33 | +MENU LABEL Rescue mode without GUI (x86_64) | |
34 | +LINUX boot/x86_64/vmlinuz-linux-lqx | |
35 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
36 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |
@@ -24,3 +24,13 @@ MENU LABEL Boot %OS_NAME% without boot splash (x86_64) | ||
24 | 24 | LINUX boot/x86_64/vmlinuz-linux-lts |
25 | 25 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
26 | 26 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
27 | + | |
28 | +LABEL rescue | |
29 | +TEXT HELP | |
30 | +Start with minimal of prompts. do not use systemd. | |
31 | +Please use it in the environment where GUI cannot be started. | |
32 | +ENDTEXT | |
33 | +MENU LABEL Rescue mode without GUI (x86_64) | |
34 | +LINUX boot/x86_64/vmlinuz-linux-lts | |
35 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
36 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |
@@ -24,3 +24,13 @@ MENU LABEL Boot %OS_NAME% without boot splash (x86_64) | ||
24 | 24 | LINUX boot/x86_64/vmlinuz-linux-rt-lts |
25 | 25 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
26 | 26 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
27 | + | |
28 | +LABEL rescue | |
29 | +TEXT HELP | |
30 | +Start with minimal of prompts. do not use systemd. | |
31 | +Please use it in the environment where GUI cannot be started. | |
32 | +ENDTEXT | |
33 | +MENU LABEL Rescue mode without GUI (x86_64) | |
34 | +LINUX boot/x86_64/vmlinuz-linux-rt-lts | |
35 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
36 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |
@@ -24,3 +24,13 @@ MENU LABEL Boot %OS_NAME% without boot splash (x86_64) | ||
24 | 24 | LINUX boot/x86_64/vmlinuz-linux-rt |
25 | 25 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
26 | 26 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
27 | + | |
28 | +LABEL rescue | |
29 | +TEXT HELP | |
30 | +Start with minimal of prompts. do not use systemd. | |
31 | +Please use it in the environment where GUI cannot be started. | |
32 | +ENDTEXT | |
33 | +MENU LABEL Rescue mode without GUI (x86_64) | |
34 | +LINUX boot/x86_64/vmlinuz-linux-rt | |
35 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
36 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |
@@ -24,3 +24,13 @@ MENU LABEL Boot %OS_NAME% without boot splash (x86_64) | ||
24 | 24 | LINUX boot/x86_64/vmlinuz-linux-xanmod-lts |
25 | 25 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
26 | 26 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
27 | + | |
28 | +LABEL rescue | |
29 | +TEXT HELP | |
30 | +Start with minimal of prompts. do not use systemd. | |
31 | +Please use it in the environment where GUI cannot be started. | |
32 | +ENDTEXT | |
33 | +MENU LABEL Rescue mode without GUI (x86_64) | |
34 | +LINUX boot/x86_64/vmlinuz-linux-xanmod-lts | |
35 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
36 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |
@@ -24,3 +24,13 @@ MENU LABEL Boot %OS_NAME% without boot splash (x86_64) | ||
24 | 24 | LINUX boot/x86_64/vmlinuz-linux-xanmod |
25 | 25 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
26 | 26 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
27 | + | |
28 | +LABEL rescue | |
29 | +TEXT HELP | |
30 | +Start with minimal of prompts. do not use systemd. | |
31 | +Please use it in the environment where GUI cannot be started. | |
32 | +ENDTEXT | |
33 | +MENU LABEL Rescue mode without GUI (x86_64) | |
34 | +LINUX boot/x86_64/vmlinuz-linux-xanmod | |
35 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
36 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |
@@ -24,3 +24,13 @@ MENU LABEL Boot %OS_NAME% without boot splash (x86_64) | ||
24 | 24 | LINUX boot/x86_64/vmlinuz-linux-zen |
25 | 25 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
26 | 26 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
27 | + | |
28 | +LABEL rescue | |
29 | +TEXT HELP | |
30 | +Start with minimal of prompts. do not use systemd. | |
31 | +Please use it in the environment where GUI cannot be started. | |
32 | +ENDTEXT | |
33 | +MENU LABEL Rescue mode without GUI (x86_64) | |
34 | +LINUX boot/x86_64/vmlinuz-linux-zen | |
35 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
36 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |
@@ -14,3 +14,13 @@ MENU LABEL Boot %OS_NAME% (x86_64) | ||
14 | 14 | LINUX boot/x86_64/vmlinuz-linux-ck |
15 | 15 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
16 | 16 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
17 | + | |
18 | +LABEL rescue | |
19 | +TEXT HELP | |
20 | +Start with minimal of prompts. do not use systemd. | |
21 | +Please use it in the environment where GUI cannot be started. | |
22 | +ENDTEXT | |
23 | +MENU LABEL Rescue mode without GUI (x86_64) | |
24 | +LINUX boot/x86_64/vmlinuz-linux-ck | |
25 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
26 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |
@@ -14,3 +14,13 @@ MENU LABEL Boot %OS_NAME% (x86_64) | ||
14 | 14 | LINUX boot/x86_64/vmlinuz |
15 | 15 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
16 | 16 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
17 | + | |
18 | +LABEL rescue | |
19 | +TEXT HELP | |
20 | +Start with minimal of prompts. do not use systemd. | |
21 | +Please use it in the environment where GUI cannot be started. | |
22 | +ENDTEXT | |
23 | +MENU LABEL Rescue mode without GUI (x86_64) | |
24 | +LINUX boot/x86_64/vmlinuz | |
25 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
26 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |
@@ -14,3 +14,13 @@ MENU LABEL Boot %OS_NAME% (x86_64) | ||
14 | 14 | LINUX boot/x86_64/vmlinuz-linux-lqx |
15 | 15 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
16 | 16 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
17 | + | |
18 | +LABEL rescue | |
19 | +TEXT HELP | |
20 | +Start with minimal of prompts. do not use systemd. | |
21 | +Please use it in the environment where GUI cannot be started. | |
22 | +ENDTEXT | |
23 | +MENU LABEL Rescue mode without GUI (x86_64) | |
24 | +LINUX boot/x86_64/vmlinuz-linux-lqx | |
25 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
26 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |
@@ -14,3 +14,13 @@ MENU LABEL Boot %OS_NAME% (x86_64) | ||
14 | 14 | LINUX boot/x86_64/vmlinuz-linux-lts |
15 | 15 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
16 | 16 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
17 | + | |
18 | +LABEL rescue | |
19 | +TEXT HELP | |
20 | +Start with minimal of prompts. do not use systemd. | |
21 | +Please use it in the environment where GUI cannot be started. | |
22 | +ENDTEXT | |
23 | +MENU LABEL Rescue mode without GUI (x86_64) | |
24 | +LINUX boot/x86_64/vmlinuz-linux-lts | |
25 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
26 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |
@@ -14,3 +14,13 @@ MENU LABEL Boot %OS_NAME% (x86_64) | ||
14 | 14 | LINUX boot/x86_64/vmlinuz-linux-rt-lts |
15 | 15 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
16 | 16 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
17 | + | |
18 | +LABEL rescue | |
19 | +TEXT HELP | |
20 | +Start with minimal of prompts. do not use systemd. | |
21 | +Please use it in the environment where GUI cannot be started. | |
22 | +ENDTEXT | |
23 | +MENU LABEL Rescue mode without GUI (x86_64) | |
24 | +LINUX boot/x86_64/vmlinuz-linux-rt-lts | |
25 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
26 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |
@@ -14,3 +14,13 @@ MENU LABEL Boot %OS_NAME% (x86_64) | ||
14 | 14 | LINUX boot/x86_64/vmlinuz-linux-rt |
15 | 15 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
16 | 16 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
17 | + | |
18 | +LABEL rescue | |
19 | +TEXT HELP | |
20 | +Start with minimal of prompts. do not use systemd. | |
21 | +Please use it in the environment where GUI cannot be started. | |
22 | +ENDTEXT | |
23 | +MENU LABEL Rescue mode without GUI (x86_64) | |
24 | +LINUX boot/x86_64/vmlinuz-linux-rt | |
25 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
26 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |
@@ -14,3 +14,13 @@ MENU LABEL Boot %OS_NAME% (x86_64) | ||
14 | 14 | LINUX boot/x86_64/vmlinuz-linux-xanmod-lts |
15 | 15 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
16 | 16 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
17 | + | |
18 | +LABEL rescue | |
19 | +TEXT HELP | |
20 | +Start with minimal of prompts. do not use systemd. | |
21 | +Please use it in the environment where GUI cannot be started. | |
22 | +ENDTEXT | |
23 | +MENU LABEL Rescue mode without GUI (x86_64) | |
24 | +LINUX boot/x86_64/vmlinuz-linux-xanmod-lts | |
25 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
26 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |
@@ -14,3 +14,13 @@ MENU LABEL Boot %OS_NAME% (x86_64) | ||
14 | 14 | LINUX boot/x86_64/vmlinuz-linux-xanmod |
15 | 15 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
16 | 16 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
17 | + | |
18 | +LABEL rescue | |
19 | +TEXT HELP | |
20 | +Start with minimal of prompts. do not use systemd. | |
21 | +Please use it in the environment where GUI cannot be started. | |
22 | +ENDTEXT | |
23 | +MENU LABEL Rescue mode without GUI (x86_64) | |
24 | +LINUX boot/x86_64/vmlinuz-linux-xanmod | |
25 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
26 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |
@@ -14,3 +14,13 @@ MENU LABEL Boot %OS_NAME% (x86_64) | ||
14 | 14 | LINUX boot/x86_64/vmlinuz-linux-zen |
15 | 15 | INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img |
16 | 16 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
17 | + | |
18 | +LABEL rescue | |
19 | +TEXT HELP | |
20 | +Start with minimal of prompts. do not use systemd. | |
21 | +Please use it in the environment where GUI cannot be started. | |
22 | +ENDTEXT | |
23 | +MENU LABEL Rescue mode without GUI (x86_64) | |
24 | +LINUX boot/x86_64/vmlinuz-linux-zen | |
25 | +INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img | |
26 | +APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% init=/bin/zsh |