[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH 1/1] Copy ipcalc at the right moment (#502249)
- From: Joel Granados <jgranado redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH 1/1] Copy ipcalc at the right moment (#502249)
- Date: Fri, 29 May 2009 10:21:10 +0200
On Thu, May 28, 2009 at 07:26:53PM +0200, Hans de Goede wrote:
> Looks ok,
>
> Regards,
>
> Hans
>
>
> On 05/28/2009 05:39 PM, Joel Granados Moreno wrote:
>> ---
>> scripts/mk-images | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/scripts/mk-images b/scripts/mk-images
>> index 9fe6f85..c8d4681 100755
>> --- a/scripts/mk-images
>> +++ b/scripts/mk-images
>> @@ -449,6 +449,7 @@ EOF
>> cp -f $IMGPATH/usr/sbin/xinetd $MBD_DIR/sbin/xinetd
>> cp -f $IMGPATH/usr/sbin/in.telnetd $MBD_DIR/sbin/in.telnetd
>> cp -f $IMGPATH/usr/bin/bash $MBD_DIR/sbin/bash
>> + cp -f $IMGPATH/bin/ipcalc $MBD_DIR/sbin/ipcalc
After some painful upd-instroot reading I found out that ipcalc really
ends up in /usr/bin (why? Dunno). I'm going to go ahead and change this
to reflect what was done in rhel.
>> cp -f $IMGPATH/usr/bin/busybox $MBD_DIR/sbin/busybox
>>
>> # make some symlinks
>> @@ -641,7 +642,6 @@ EOF
>> install -m 755 $IMGPATH/usr/sbin/dasdfmt $MBD_DIR/sbin/dasdfmt
>> install -m 755 $IMGPATH/usr/sbin/udevsettle $MBD_DIR/sbin/udevsettle
>> install -m 755 $IMGPATH/usr/sbin/udevd $MBD_DIR/sbin/udevd
>> - install -m 755 $IMGPATH/bin/ipcalc $MBD_DIR/sbin/ipcalc
>> mkdir -p $MBD_DIR/etc/udev
>> echo "# udev.conf"> $MBD_DIR/etc/udev/udev.conf
>> fi
>
> _______________________________________________
> Anaconda-devel-list mailing list
> Anaconda-devel-list redhat com
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
--
Joel Andres Granados
Brno, Czech Republic, Red Hat.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]