diff options
| author | Chris Lumens <clumens@redhat.com> | 2010-01-26 13:23:38 -0500 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2010-01-26 14:26:57 -0500 |
| commit | ef7330c8786decf6786abc2a12c905916f95d3ae (patch) | |
| tree | 76bb40e663ff25f6497659170e23e1a274d7ce09 /scripts | |
| parent | ba02218e93394c00e65ea1d24d6b90491fadbe0e (diff) | |
| download | anaconda-ef7330c8786decf6786abc2a12c905916f95d3ae.tar.gz anaconda-ef7330c8786decf6786abc2a12c905916f95d3ae.tar.xz anaconda-ef7330c8786decf6786abc2a12c905916f95d3ae.zip | |
Add strace to the stage2 image and initrd.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mk-images | 1 | ||||
| -rwxr-xr-x | scripts/upd-instroot | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index cd515c5e7..edd4ecc51 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -844,6 +844,7 @@ EOF instbin $IMGPATH /usr/bin/rmdir $MBD_DIR /sbin/rmdir instbin $IMGPATH /usr/bin/sed $MBD_DIR /sbin/sed instbin $IMGPATH /usr/bin/sleep $MBD_DIR /sbin/sleep + instbin $IMGPATH /usr/bin/strace $MBD_DIR /sbin/strace instbin $IMGPATH /usr/bin/touch $MBD_DIR /sbin/touch instbin $IMGPATH /usr/bin/wget $MBD_DIR /sbin/wget diff --git a/scripts/upd-instroot b/scripts/upd-instroot index ebb55418f..2fbed2250 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -190,7 +190,7 @@ PACKAGES="GConf2 NetworkManager ORBit2 acl anaconda python-libs python-nss python-pyblock python-sqlite python-epdb python-urlgrabber python-volume_key pyxf86config readline redhat-artwork reiserfs-utils rpm rpm-libs rpm-python rsyslog sed selinux-policy-targeted - setup slang smc-meera-fonts specspo sqlite synaptics system-config-date + setup slang smc-meera-fonts specspo sqlite strace synaptics system-config-date system-config-keyboard ${brandpkgname}-logos ${brandpkgname}-release sysvinit-tools taipeifonts tcp_wrappers tcp_wrappers-libs telnet tzdata udev un-core-dotum-fonts urw-fonts util-linux-ng tigervnc-server @@ -539,6 +539,7 @@ usr/bin/setxkbmap usr/bin/sha1sum usr/bin/split usr/bin/ssh-keygen +usr/bin/strace usr/bin/syslinux usr/bin/tac usr/bin/tail |
