aboutsummaryrefslogtreecommitdiffstats
path: root/config/hooks/kernel-image.sh.chroot
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-11-19 17:50:17 +0100
committerficus <ficus@robocracy.org>2012-11-19 17:50:17 +0100
commit337071e30fdf50270748e93ab7b6152530d3d3c2 (patch)
tree929b9e97427a5570f3446adeb49f0ac2ef16767c /config/hooks/kernel-image.sh.chroot
parent3c45f0b8149f2970d65069cd5ea96d15aa8f0356 (diff)
downloadtorouter-live-337071e30fdf50270748e93ab7b6152530d3d3c2.tar.gz
torouter-live-337071e30fdf50270748e93ab7b6152530d3d3c2.zip
debugging user creation problem
Diffstat (limited to 'config/hooks/kernel-image.sh.chroot')
-rwxr-xr-xconfig/hooks/kernel-image.sh.chroot5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/hooks/kernel-image.sh.chroot b/config/hooks/kernel-image.sh.chroot
index 2c15971..31dbaf1 100755
--- a/config/hooks/kernel-image.sh.chroot
+++ b/config/hooks/kernel-image.sh.chroot
@@ -3,9 +3,10 @@
set -e
# TODO: this seems to be a null-op... flash-kernel is symlinked to `true`?
-echo "Trying to flashing kernel..."
+# XXX: remove this
+#echo "Trying to flashing kernel..."
#/usr/sbin/flash-kernel || echo "Failed to flash kernel! Don't worry, will mangle"
-/usr/sbin/flash-kernel
+#/usr/sbin/flash-kernel
echo "Mangling kernel..."
mkdir /tmp/initrd-repack