diff options
author | xun ni - Sun Microsystems - Beijing China <Xun.Ni@Sun.COM> | 2009-09-28 10:21:13 +0800 |
---|---|---|
committer | xun ni - Sun Microsystems - Beijing China <Xun.Ni@Sun.COM> | 2009-09-28 10:21:13 +0800 |
commit | 3bef9c636b6b04c25e60ceef4e2ff1c24f5c4fb7 (patch) | |
tree | 3c71635dc4d7f931149199fc1690f208a5a0596b /usr/src/cmd/boot | |
parent | 2ab9355fd0b7eee900436bbe1ec5758ffc59d52b (diff) | |
download | illumos-gate-3bef9c636b6b04c25e60ceef4e2ff1c24f5c4fb7.tar.gz |
6777211 SPARC systems need ITU lovin'
Diffstat (limited to 'usr/src/cmd/boot')
-rw-r--r-- | usr/src/cmd/boot/scripts/root_archive.ksh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/boot/scripts/root_archive.ksh b/usr/src/cmd/boot/scripts/root_archive.ksh index 8054872965..73f163731c 100644 --- a/usr/src/cmd/boot/scripts/root_archive.ksh +++ b/usr/src/cmd/boot/scripts/root_archive.ksh @@ -735,7 +735,9 @@ compress() find kernel/misc/sparcv9/ctf kernel/fs/sparcv9/dcfs \ kernel/misc/ctf kernel/fs/dcfs \ etc/system etc/name_to_major etc/path_to_inst \ - etc/name_to_sysnum | cpio -pdum $DST 2> /dev/null + etc/name_to_sysnum etc/driver_aliases \ + etc/driver_classes etc/minor_perm | \ + cpio -pdum $DST 2> /dev/null fi ) } |