commit | c0a6739f7e941c114b7e29e780c3850dc55cca75 | [log] [tgz] |
---|---|---|
author | Dean Troyer <dtroyer@gmail.com> | Mon Oct 03 16:31:36 2011 -0500 |
committer | Dean Troyer <dtroyer@gmail.com> | Mon Oct 03 21:03:03 2011 -0500 |
tree | 386c641ed65de8e35adb846fb5f0a79fd054c677 | |
parent | cf9db8da3354946b7b9c606b5e8673d9d076c4f5 [diff] [blame] |
Fix two typos
diff --git a/build_pxe_boot.sh b/build_pxe_boot.sh index 9d44949..4f59ed6 100755 --- a/build_pxe_boot.sh +++ b/build_pxe_boot.sh
@@ -55,7 +55,7 @@ fi cp -p $PXEDIR/vmlinuz-${KVER} $DEST_DIR/ubuntu if [ ! -r $PXEDIR/stack-initrd.gz ]; then - cd $PXEDIR + cd $OPWD sudo $PROGDIR/build_pxe_ramdisk.sh $PXEDIR/stack-initrd.gz fi cp -p $PXEDIR/stack-initrd.gz $DEST_DIR/ubuntu