How to edit a Fedora Live image file
I am looking for instructions on how to edit an ISO 9660 CD-ROM filesystem image file.
I have created in fedora 12 image. Now I want to modify some files in the /etc directory. Because of some other issues related to creating a new image, I decided to investigate how to change the image I have been using.
I have tried the manual approach using the following command
mount -o loop F12-R02-ipdt1.20.1.0-live.iso /editiso/
Then I executed the ll command looking for the /etc directory. Here is the output of the command
dr-xr-xr-x. 3 root root 2048 2010-03-18 13:42 EFI
-r-xr-xr-x. 1 root root 679 2010-03-18 13:42 etc
-r--r--r--. 1 root root 18363 2010-03-18 13:42 GPL
dr-xr-xr-x. 2 root root 4096 2010-03-18 13:42 ipdt - (this folder contains my customized utility)
dr-xr-xr-x. 2 root root 2048 2010-03-18 13:42 isolinux
-r-xr-xr-x. 1 root root 1351056 2010-03-18 13:42 lib
dr-xr-xr-x. 2 root root 2048 2010-03-18 13:43 LiveOS
So my question is which of these contains the /etc directory? I see there is a etc file but I was expecting to see the /etc directory. :unsure:
This is an urgent need so any assistance is greatly appreciated,
Comments
-
I have never had to open up a Live CD image before, but I have two links that you might find helpful. The IBM link is a bit old but it has within it many other links where you might find the information your looking for.
http://www.ibm.com/developerworks/linux/library/l-fedora-livecd/?S_TACT=105AGX03&S_CMP=LP
http://fedoraproject.org/wiki/FedoraLiveCD0 -
Here are a few items that make your task overly painful.
1. An ISO image is a read only image.
2. the contents of the resulting /etc/ directory are actually the contents of multiple packages
3. to modify the files you want, you would need to modify the packages themselves then re-package them before rebuilding the ISO image.
The simplest method in my opinion would be to build a script to be downloaded and run after a a base install that would modify or replace the chosen files.0 -
Yes, I have been using fedora livecd for about a year and I used it to create this image. However, the image I created with the modified files in the /etc directory worked on 5 of the 6 computers where I use livecd. On one computer, there was an issue in which the Gnome Desktop did not launch at boot up. I could not resolve this issue so I decided to investigate whether there is a method to change the working image.
I did see that the ISO image is a read only image. I also found the etc directory located in the LiveOS/squashfs.img file.
I mounted this file and copied the etc directory to another one which has read/write access. But as mfillpot stated, this is painful as now I have to figure out how to get the updated/modified etc back into the image.
thanks for the replies0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 769 Linux Foundation IT Professional Programs
- 379 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 102 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 7 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 16 Cloud & Containers Training
- 2 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 4 System Administration Training
- 1 System Engineering Training
- 2 Web & Application Development Training
- 796 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 91 Storage
- 771 Linux Distributions
- 81 Debian
- 68 Fedora
- 23 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 466 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 79 Network Management
- 101 System Management
- 46 Web Management
- 127 Mobile Computing
- 20 Android
- 92 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 401 Off Topic
- 125 Introductions
- 32 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 705 Software Development
- 1K Software
- 409 Applications
- 182 Command Line
- 5 Compiling/Installing
- 70 Games
- 318 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)