wok rev 4965
mirror-tools/mkpkgiso: fix loram support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 22 20:26:25 2010 +0100 (2010-02-22) |
parents | 7677c6ea8e85 |
children | 6c1482c59ac9 |
files | mirror-tools/stuff/usr/bin/mkpkgiso |
line diff
1.1 --- a/mirror-tools/stuff/usr/bin/mkpkgiso Mon Feb 22 12:26:57 2010 +0000 1.2 +++ b/mirror-tools/stuff/usr/bin/mkpkgiso Mon Feb 22 20:26:25 2010 +0100 1.3 @@ -334,7 +334,7 @@ 1.4 F6 enopts.txt 1.5 EOT 1.6 sed -i -e 's|kernel /boot/bzImage|kernel /boot/isolinux/ifmem.c32\n\tappend 160768 core 29696 loram noram\n|' \ 1.7 - -e 's|\(.*/\)rootfs\(.gz .*\)$|label core\n\tkernel /boot/bzImage\n\1rootfs\2\n\nlabel loram\n\tkernel /boot/bzImage\n\1loram\2 loram=LABEL=packages-$PKG_VER,|' \ 1.8 + -e "s|\\(.*/\\)rootfs\\(.gz .*\\)\$|label core\\n\\tkernel /boot/bzImage\\n\\1rootfs\\2\\n\\nlabel loram\\n\\tkernel /boot/bzImage\\n\\1loram\\2 loram=LABEL=packages-$PKG_VER,|" \ 1.9 $TEMP_DIR/boot/isolinux/*.cfg 1.10 status 1.11 ;;