changeset 1360:d51e7c7a35a6

The migrate-kernel script doesn't need to include the initramfs settings in its config. (Facepalm.)
author Rob Landley <rob@landley.net>
date Tue, 24 May 2011 02:00:11 -0500
parents 5536048765fb
children 1ce33f5b5fec
files more/migrate-kernel.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/more/migrate-kernel.sh	Sun May 22 06:09:29 2011 -0500
+++ b/more/migrate-kernel.sh	Tue May 24 02:00:11 2011 -0500
@@ -17,7 +17,7 @@
 
 USE_UNSTABLE=
 
-(getconfig linux && echo -e "$MORE_KERNEL_CONFIG") > "$WORK/miniconfig-linux"
+getconfig linux > "$WORK/miniconfig-linux"
 
 setupfor linux