[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [PATCH] Use whiptail instead of dialog in rescue mode, supports serial line better and looks nicer



> diff --git a/scripts/upd-instroot b/scripts/upd-instroot
> index 9594716..43343c3 100755
> --- a/scripts/upd-instroot
> +++ b/scripts/upd-instroot
> @@ -242,7 +242,7 @@ PACKAGESRESCUE="bzip2 bzip2-libs dump libidn
>                  modutils mtools mt-st mtr net-tools smartmontools
>                  openssh openssh-clients pciutils rsh traceroute tar rsync
>                  device-mapper device-mapper-libs dmraid ntfsprogs samba-client
> -		firstaidkit dialog firstaidkit-plugin-passwd firstaidkit-plugin-xserver
> +		firstaidkit firstaidkit-plugin-passwd firstaidkit-plugin-xserver
>  		firstaidkit-gui firstaidkit-plugin-mdadm-conf firstaidkit-plugin-key-recovery volume_key"
>  
>  if [ $ARCH = i386 -o $ARCH = i586 -o $ARCH = x86_64 ]; then
> @@ -860,7 +860,7 @@ usr/sbin/smartctl
>  usr/sbin/traceroute
>  usr/$LIBDIR/firstaidkit/plugins/
>  usr/lib/python?.?/site-packages/pyfirstaidkit/
> -usr/bin/dialog
> +usr/bin/whiptail
>  usr/bin/firstaidkit-qs
>  EOF

Looks good.  Should you perhaps add a dialog -> whiptail symlink for
people who are expecting dialog to be there?  Some people are doing very
interesting things with their kickstart %post scripts, for instance.

- Chris


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]