diff options
author | Erik Troan <ewt@redhat.com> | 2000-05-04 13:40:10 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-05-04 13:40:10 +0000 |
commit | 0c8946498525fc2e3d5350441bd1da7d2dc9bbf5 (patch) | |
tree | 1c4f22c9652f7bb9dc9b0777c9dd5e47aaced990 /scripts/buildinstall | |
parent | 5f10ca28bb8d7fda12f5b3880a010c64711b1df5 (diff) | |
download | anaconda-0c8946498525fc2e3d5350441bd1da7d2dc9bbf5.tar.gz anaconda-0c8946498525fc2e3d5350441bd1da7d2dc9bbf5.tar.xz anaconda-0c8946498525fc2e3d5350441bd1da7d2dc9bbf5.zip |
added --kernelto and --initrdto options
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-x | scripts/buildinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall index 7be493b8a..9610b9044 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -30,7 +30,7 @@ if [ ! -f $MK_IMAGES ]; then fi $UPD_INSTROOT $1/RedHat/RPMS $1/image-template $1/RedHat/instimage -$MK_IMAGES $1/RedHat/RPMS $1/images $1/RedHat/instimage/modules $1/RedHat/base $1/image-template +$MK_IMAGES $1/RedHat/RPMS $1 $1/RedHat/instimage/modules $1/RedHat/base $1/image-template rm -rf $BUILDINSTDIR rm -rf $1/image-template $1/RedHat/instimage/usr/lib/anaconda-runtime |