[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 2/3] Install locale-archive on stage1.
- From: Bill Nottingham <notting redhat com>
- To: anaconda-devel-list redhat com
- Cc: Bill Nottingham <notting redhat com>
- Subject: [PATCH 2/3] Install locale-archive on stage1.
- Date: Sat, 16 May 2009 01:39:22 -0400
This allows wcwidth et. al. to work in the loader.
Signed-off-by: Bill Nottingham <notting redhat com>
---
scripts/mk-images | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/scripts/mk-images b/scripts/mk-images
index e7b30ce..dfbe188 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -617,6 +617,7 @@ makeinitrd() {
install -m 644 $IMGPATH/etc/group $MBD_DIR/etc/group
install -m 644 $IMGPATH/etc/nsswitch.conf $MBD_DIR/etc/nsswitch.conf
install -m 644 $IMGPATH/etc/hosts $MBD_DIR/etc/hosts
+ cp -a $IMGPATH/usr/lib/locale/locale-archive $MBD_DIR/usr/lib/locale/locale-archive
instbin $IMGPATH /usr/bin/mount $MBD_DIR /sbin/mount
for mountcmd in $IMGPATH/usr/sbin/mount.* ; do
--
1.6.2.2
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]