Skip to content

Commit

Permalink
lglive-installer.sh: Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven-Hendrik Haase committed May 3, 2011
1 parent 1574bda commit f5e15e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions overlay/opt/bin/lglive-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ autopart() {
parted -s $DEVICE mkpart primary 612 100%
sleep 2
mkfs.ext4 -L root-lglive ${DEVICE}3
) | zenity --progres --title "Installation" --text="Partitioning" --auto-close --no-cancel --pulsate
) | zenity --progress --title "Installation" --text="Partitioning" --auto-close --no-cancel --pulsate
}

copy_files() {
Expand All @@ -60,7 +60,7 @@ copy_files() {
mkdir /mnt/root-lglive/{dev,sys,proc,media,mnt,tmp,boot}
chmod 777 /mnt/root-lglive/tmp/
mount --bind /mnt/root-lglive/tmp /tmp
) | zenity --progres --title "Installation" --text="Copying files" --auto-close --no-cancel --pulsate
) | zenity --progress --title "Installation" --text="Copying files" --auto-close --no-cancel --pulsate
}

install_bootloader() {
Expand All @@ -79,7 +79,7 @@ install_bootloader() {
mount --bind /mnt/boot-lglive /boot

mkinitcpio -p kernel26
) | zenity --progres --title "Installation" --text="Installing bootloader" --auto-close --no-cancel --pulsate
) | zenity --progress --title "Installation" --text="Installing bootloader" --auto-close --no-cancel --pulsate
}

echo ":: Device selection"
Expand Down

0 comments on commit f5e15e6

Please sign in to comment.