aboutsummaryrefslogtreecommitdiffstats
path: root/arch-installer.sh
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-28 21:27:22 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-28 21:27:22 +0100
commitd3251e3e601b55c77c4cc8b2ffc035353e740217 (patch)
treed91572319fb4c0e0599f881e38310b7c7caee8f3 /arch-installer.sh
parentagain (diff)
downloadarch-installer-d3251e3e601b55c77c4cc8b2ffc035353e740217.tar.gz
arch-installer-d3251e3e601b55c77c4cc8b2ffc035353e740217.tar.bz2
arch-installer-d3251e3e601b55c77c4cc8b2ffc035353e740217.tar.xz
arch-installer-d3251e3e601b55c77c4cc8b2ffc035353e740217.tar.zst
arch-installer-d3251e3e601b55c77c4cc8b2ffc035353e740217.zip
Forgot some titles
Diffstat (limited to 'arch-installer.sh')
-rwxr-xr-xarch-installer.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch-installer.sh b/arch-installer.sh
index d27f1e1..201f8c3 100755
--- a/arch-installer.sh
+++ b/arch-installer.sh
@@ -539,7 +539,7 @@ $rtpwd
ARCH_CHROOT_CMDS
sleep 2
if [ "$isusr" = true ]; then
- dialog --title "$1"\
+ dialog --title "V. CONFIGURING LINUX"\
--infobox "Setting up the user"\
3 30
if [ "$isusrsudo" = true ]; then
@@ -560,7 +560,7 @@ ARCH_CHROOT_CMDS
fi
sleep 2
fi
-dialog --title "$1"\
+dialog --title "V. CONFIGURING LINUX"\
--infobox "Generating kernel image"\
3 30
if [ "$ltskern" = false ]; then
@@ -573,7 +573,7 @@ else
ARCH_CHROOT_CMDS
fi
sleep 2
-dialog --title "$1"\
+dialog --title "V. CONFIGURING LINUX"\
--infobox "Configuring bootloader"\
3 30
if [ "$efimode" = true ]; then