several cosmetic changes
authorDennis Groenen <tj.groenen@gmail.com>
Sun, 11 Sep 2011 19:30:43 +0000 (21:30 +0200)
committerDennis Groenen <tj.groenen@gmail.com>
Sun, 11 Sep 2011 19:30:43 +0000 (21:30 +0200)
kernel-bfs-2.6.28/debian/README.Debian
kernel-bfs-2.6.28/debian/control
kernel-bfs-2.6.28/debian/kernel-bfs-flasher.preinst
kernel-bfs-2.6.28/debian/kernel-bfs-uninstall

index ada3807..a272b9d 100644 (file)
@@ -1,9 +1,10 @@
 Extended kernel-sources for Nokia N900
++ Con Kolivas' BFS CPU scheduler
 --------------------------------------
 
 * Downloading the sources:
 
- apt-get source kernel-power
+ apt-get source kernel-bfs
 
 * Building the kernel packages:
 
@@ -16,9 +17,9 @@ Extended kernel-sources for Nokia N900
 * Modifying the kernel configuration:
 
 in the kernel top directory do:
- cp debian/rx51power_defconfig .config
+ cp debian/rx51-bfs_defconfig .config
  make menuconfig
- cp .config debian/rx51power_defconfig
+ cp .config debian/rx51-bfs_defconfig
  make mrproper
 and the rebuild it again
 
@@ -48,3 +49,4 @@ to create or update your patch
 For more details read the quilt documentation.
 
 Thomas Tanner <maemo@tannerlab.com>
+Adapted to kernel-bfs by the kernel-bfs team
index a1755a6..278724b 100644 (file)
@@ -118,10 +118,10 @@ Description: Linux kernel updater (kernel bfs 2.6.28.10)
  After the installation, you need to unplug the USB cable,
  completely shutdown your device, and boot again to activate the kernel.
  .
- For more details and help please visit http://wiki.maemo.org/Kernel_Power
+ For more details and help please visit http://wiki.maemo.org/Kernel_BFS
  .
  If you want to deinstall this kernel to revert to the original Nokia kernel, 
- you must run the "Deinstall kernel-bfs" application. Deinstallation in
+ you must run the "Uninstall kernel-bfs" application. Uninstallation in
  the Application Manager is not possible.
  .
  This custom kernel contains additional modules for IPv6, packet filtering,
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
index 1ac59ba..34fe813 100755 (executable)
@@ -1,11 +1,11 @@
 #!/bin/sh
-tmp=/tmp/kernel-deinstall
+tmp=/tmp/kernel-bfs-uninstall
 cat > $tmp <<EOF
 This program will remove the BFS Linux kernel
 and restore the original Nokia kernel.
 Warning: This method is currently experimental and
 could lead to a bricked device. For a safe but manual
-method please visit http://wiki.maemo.org/Kernel_Power
+method please visit http://wiki.maemo.org/Kernel_BFS
 
 This program only uninstalls "Linux kernel for BFS user".
 Other packages can be uninstalled in Application Manager.
@@ -20,7 +20,7 @@ Otherwise confirm the dialog to revert back Nokia kernel.
 After the uninstallation, 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" $tmp
+maemo-confirm-text "Linux kernel for BFS user" $tmp
 res=$?
 rm -f $tmp
 dbus="run-standalone.sh dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications"