New commits:
commit c1376339bcc7b606b782b8b20622a82809b4f4ad
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Revert "linux: use persistent_add instead of export"
This reverts commit 83d395e2754cd0270688750b0272c3083e8dcf29.
Conflicts:
kernels/linux/HISTORY
diff --git a/kernels/linux/FINAL b/kernels/linux/FINAL
index b8a10ee..24296a9 100755
--- a/kernels/linux/FINAL
+++ b/kernels/linux/FINAL
@@ -31,8 +31,9 @@ then
;;
esac
if [ "$NO_CONFIG" == "false" ] ; then
- persistent_add VERSION SPELL_DIRECTORY &&
- $SPELL_DIRECTORY/UPDATE_BOOTLOADER
+ export VERSION &&
+ export SPELL_DIRECTORY &&
+ $SPELL_DIRECTORY/UPDATE_BOOTLOADER
else
message "${PROBLEM_COLOR}AH! No bootloader config file for
your system${DEFAULT_COLOR}"
message "${PROBLEM_COLOR}Abandoning update bootloader
script${DEFAULT_COLOR}"
diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index 8475945..aa4403f 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -2,9 +2,6 @@
* latest.defaults: Latest mm_patch is 2.6.25-rc5-mm1
* info/patches/mm_patches/2.6.25-rc5-mm1: Added
-2008-03-11 Ismael Luceno <ismael AT sourcemage.org>
- * UPDATE_BOOTLOADER, FINAL: use persistent_add instead of export
-
2008-03-10 Eric Sandall <sandalle AT sourcemage.org>
* latest.defaults: Latest PRE_2_6 is 2.6.25-rc5
* info/patches/PRE_2_6/patch-2.6.25-rc5: Added
diff --git a/kernels/linux/UPDATE_BOOTLOADER b/kernels/linux/UPDATE_BOOTLOADER
index a35347d..12d8689 100755
--- a/kernels/linux/UPDATE_BOOTLOADER
+++ b/kernels/linux/UPDATE_BOOTLOADER
@@ -24,7 +24,8 @@ template_entry() {
;;
esac