diff options
| author | Chris Lumens <clumens@redhat.com> | 2009-10-02 09:43:49 -0400 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2009-10-02 09:43:49 -0400 |
| commit | d93db5a53ee7d22b35aeb5dcac12c0de0c2a0c00 (patch) | |
| tree | 6f312f3d52dc31530bde2c311967005f6d25924c /scripts | |
| parent | 39219d85fa65e546175ab16905c24e0452c5e067 (diff) | |
| download | anaconda-d93db5a53ee7d22b35aeb5dcac12c0de0c2a0c00.tar.gz anaconda-d93db5a53ee7d22b35aeb5dcac12c0de0c2a0c00.tar.xz anaconda-d93db5a53ee7d22b35aeb5dcac12c0de0c2a0c00.zip | |
Surround the stage2= parameter in quotes for RHEL (#526863).
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/mk-images.x86 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images.x86 b/scripts/mk-images.x86 index 6a8c53786..93b7a64d2 100644 --- a/scripts/mk-images.x86 +++ b/scripts/mk-images.x86 @@ -116,7 +116,7 @@ makeBootImages() { mv $MBD_BOOTTREE/syslinux.cfg $MBD_BOOTTREE/isolinux.cfg # set up the label for finding stage2 with a hybrid iso - sed -i "s/initrd=initrd.img/initrd=initrd.img stage2=hd:LABEL=$CDLABEL/" $MBD_BOOTTREE/isolinux.cfg + sed -i "s/initrd=initrd.img/initrd=initrd.img stage2=hd:LABEL=\"$CDLABEL\"/" $MBD_BOOTTREE/isolinux.cfg # copy in memtest if present if [ -f $IMGPATH/usr/lib/anaconda-runtime/boot/memtest* ]; then |
