remove /initrd
This commit is contained in:
parent
8e68368b35
commit
9b1c1380c8
@ -1,6 +1,6 @@
|
||||
Summary: The basic directory layout for a Linux system.
|
||||
Name: filesystem
|
||||
Version: 2.3.2
|
||||
Version: 2.3.3
|
||||
Release: 1
|
||||
License: Public Domain
|
||||
Group: System Environment/Base
|
||||
@ -24,7 +24,7 @@ cd %{buildroot}
|
||||
mkdir -p mnt/{floppy,cdrom} \
|
||||
bin boot \
|
||||
etc/{X11/{applnk,sysconfig,serverconfig,starthere},opt,xinetd.d,skel,sysconfig,pki} \
|
||||
home initrd lib/modules %{_lib}/tls media mnt opt proc root sbin selinux srv sys tmp \
|
||||
home lib/modules %{_lib}/tls media mnt opt proc root sbin selinux srv sys tmp \
|
||||
usr/{bin,etc,games,include,%{_lib}/{games,gcc-lib,tls},lib/{games,gcc-lib,locale},libexec,local/{bin,etc,games,lib,%{_lib},sbin,src,share/{man/man{1,2,3,4,5,6,7,8,9,n},info},libexec,include,},sbin,share/{applications,doc,dict,info,man/man{1,2,3,4,5,6,7,8,9,n},doc,misc,empty,pixmaps,xsessions},src,X11R6/{bin,include,lib,%{_lib}/tls,man,share}} \
|
||||
var/{empty,lib/{games,misc},local,lock/subsys,log,nis,preserve,run,spool/{mail,lpd},tmp,db,cache,opt,games,yp}
|
||||
|
||||
@ -42,7 +42,6 @@ rm -rf %{buildroot}
|
||||
/boot
|
||||
/etc
|
||||
/home
|
||||
/initrd
|
||||
/lib
|
||||
%ifarch x86_64 ppc ppc64 sparc sparc64 s390 s390x
|
||||
/%{_lib}
|
||||
@ -94,6 +93,9 @@ rm -rf %{buildroot}
|
||||
/var/yp
|
||||
|
||||
%changelog
|
||||
* Thu May 5 2005 Peter Jones <pjones@redhat.com> - 2.3.3-1
|
||||
- remove /initrd, since mkinitrd we don't use it anymore by default
|
||||
|
||||
* Wed Apr 20 2005 John Dennis <jdennis@redhat.com> - 2.3.2-1
|
||||
- add /etc/pki, a place to store keys and certificates
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user