Add initial CentOS 3.9 root filesystem structure and essential scripts

- Created default user environment files: .bash_logout, .bash_profile, and .bashrc.
- Added symbolic links for dynamic linker and various libraries.
- Included essential binaries in /sbin for system management (e.g., fdisk, mkfs, hwclock).
- Implemented RPM verification script to check availability of required packages in CentOS vault.
- Established basic directory structure for logs and mail.
- Added a tarball for external libraries.
This commit is contained in:
John Doe
2025-11-04 00:05:11 +01:00
parent 4953a0c56d
commit edf4938d83
192 changed files with 2809 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
output/
usr/
*.tar.gz
*.iso
rootfs/
rpms/
centos39-rootfs/