I am curious to know how one would configure the anaconda
program that runs off the bootnet.img to install a predefined
list of packages.
How does one look inside these boot images? I thought it might
be possible to mount them somehow?
-walter
How does one look inside these boot images? I thought it might
be possible to mount them somehow?
-walter
> How does one look inside these boot images? I thought it might
> be possible to mount them somehow?
> -walter
Example:
cp bootnet.img /tmp
mkdir testmnt
mount -t vfat bootnet.img ./testmnt -o loop=/dev/loop0
cd testmnt
ls -l
You must make sure your kernel either has support for the vfat filesystem
(cat /proc/filesystems) and loopback device driver support (cat
/proc/devices). If not, you'll have to recompile or load the correct
modules (loop.o and vfat.o).
Cheers,
Jeremy
> How does one look inside these boot images? I thought it might
> be possible to mount them somehow?
> -walter
Jeremy
1. creating bootnet.img disk inside Linux
dd if=bootnet.img of=/dev/fd0
you'll probably have to be root.
later
-----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==----------
http://www.newsfeeds.com The Largest Usenet Servers in the World!
------== Over 73,000 Newsgroups - Including Dedicated Binaries Servers ==-----
2. Binary AIX 5.1, Apache 2, Tomcat 4, Connector Needed
3. how to make a custom redhat bootnet.img...i.e predefined package list
5. bootnet.img: support for DEC21143 (tulip.o)
6. SunPro C Compiler info needed quick
7. Screen blanks with RedHat 6.0 bootdisk (bootnet.img)
8. YEY!!!
9. bootnet.img
10. Inserting a ethernet driver in the bootnet.img
11. bootnet.img
12. RedHat 6.2: bootnet.img/DHCP/NFS