From 9b1c1380c83843c9d8be6ea2e32ea55541e91b9e Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 5 May 2005 20:12:19 +0000 Subject: [PATCH] remove /initrd --- filesystem.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/filesystem.spec b/filesystem.spec index 15bae4e..ef54808 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -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 - 2.3.3-1 +- remove /initrd, since mkinitrd we don't use it anymore by default + * Wed Apr 20 2005 John Dennis - 2.3.2-1 - add /etc/pki, a place to store keys and certificates