several cosmetic changes
[kernel-bfs] / kernel-bfs-2.6.28 / debian / kernel-bfs-flasher.preinst
index 2f6c5e5..004ca90 100755 (executable)
@@ -4,12 +4,12 @@ test "$1" = install || exit 0 # upgrades are fine
 echo "Confirm information text on screen"
 f=/tmp/kernel-bfs-msg
 cat > $f <<EOF
-This will install Linux kernel for BFS/power user,
+This will install Linux kernel for BFS user,
 with many additional features and bugfixes.
 By default, all extra features are disabled
 but they can be enabled by the user during runtime.
 For more details please read the package description or
-visit http://wiki.maemo.org/Kernel_Power
+visit http://wiki.maemo.org/Kernel_BFS
 
 Warning: The kernel is an essential component of your device
 and a misconfiguration of it may brick your device 
@@ -22,7 +22,7 @@ by tapping the blurred area above this dialog.
 After the installation, you need to unplug the USB cable,
 completely shutdown your device, and start it again.
 EOF
-maemo-confirm-text "Linux kernel for BFS/power user" $f
+maemo-confirm-text "Linux kernel for BFS user" $f
 res=$?
 rm -f $f
 exit $res