Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2012-09-28 14:33:18 (GMT)
committer Daniel Drake <dsd@laptop.org>2012-09-28 14:33:18 (GMT)
commite41aaec60d874cbd32ab4a4f39891ae4c18b37b7 (patch)
treefe38f2dfbf1d70c30910effb69323e9e2edd1da5
parent2904925d3734b52d8249dde2015b43bbcb4a7cce (diff)
base: temporarily don't remove unzipped boot files (#12129)
The XO-4 has some problems and unresolved questions around booting from zip files. Leave the unzipped boot files in place until that is resolved.
-rw-r--r--modules/base/kspost.50.zip_bootfiles.nochroot.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/base/kspost.50.zip_bootfiles.nochroot.inc b/modules/base/kspost.50.zip_bootfiles.nochroot.inc
index 8477ae2..e5d4cc8 100644
--- a/modules/base/kspost.50.zip_bootfiles.nochroot.inc
+++ b/modules/base/kspost.50.zip_bootfiles.nochroot.inc
@@ -35,9 +35,9 @@ remove_original() {
rm -f $name
}
-remove_original vmlinuz
-remove_original actrd.img
-remove_original initrd.img
+#remove_original vmlinuz
+#remove_original actrd.img
+#remove_original initrd.img
# symlink actXX to runXX (or the other way) if any of them are missing
[ -e $INSTALL_ROOT/boot/actos.zip ] || ln -s runos.zip $INSTALL_ROOT/boot/actos.zip