| Author |
Message |
Barlafuss
|
|
Post subject: Customizing liveCD image
Posted: 30.12.2010, 21:11
|
|

Joined: 2010-09-14
Posts: 36
Status: Offline
|
|
I'm used to run on my T43 work Laptop, a LiveCD aptosid with nice results.
Once up and running, I add wi-fi and other firmware by deb files stored on an usb pen.
Now, seeing last ISO image of 2010.03 so "small" (<600MB), I'm thinking if I can insert directly on iso image a directory "/firmware" where to store all these additional files.
That using, i.e., "iso master" software.
Does it sound possible or, unfortunately, it is more complicated than an easy cd-iso image managing ...
Thanks,
Barlafuss |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Customizing liveCD image
Posted: 30.12.2010, 21:45
|
|
Team Member

Joined: 2010-08-26
Posts: 168
|
|
using fromiso with persist one can install firmware easily
please pay attention to this bug on 2010-03 and use ext2/3 as filesystem for the device |
_________________ Why do strong arms fatigue themselves with frivolous dumbbells?
To dig a vineyard is worthier exercise for men.
Marcus Valerius Martialis, römischer Satiriker und Epigrammdichter
Será que o diabo perdeu a virgindade?
|
| |
|
|
|
 |
Barlafuss
|
|
Post subject: RE: Customizing liveCD image
Posted: 31.12.2010, 10:17
|
|

Joined: 2010-09-14
Posts: 36
Status: Offline
|
|
@x-un-i
yes, that's fine. But I "cannot" use usbpen(laptop has only one usb, the second one is not more working) or touch HDisk.
So, my idea was/is try to modify the iso-cdrom image to fit better my custom needs.
Ciao,
Barlafuss |
|
|
| |
|
|
|
 |
|
|
Post subject: Re: RE: Customizing liveCD image
Posted: 31.12.2010, 10:25
|
|
Team Member

Joined: 2010-08-26
Posts: 168
|
|
|
Barlafuss wrote:
@x-un-i
yes, that's fine. But I "cannot" use usbpen(laptop has only one usb, the second one is not more working) or touch HDisk.
So, my idea was/is try to modify the iso-cdrom image to fit better my custom needs.
Ciao,
Barlafuss
Aptosid does not support iso-pollution as we try to build them as clean as possible to keep it near to a clean debian system.
So you are on your own and must look for possible help in the web out there |
_________________ Why do strong arms fatigue themselves with frivolous dumbbells?
To dig a vineyard is worthier exercise for men.
Marcus Valerius Martialis, römischer Satiriker und Epigrammdichter
Será que o diabo perdeu a virgindade?
|
| |
|
|
|
 |
sx9
|
|
Post subject: RE: Re: RE: Customizing liveCD image
Posted: 01.01.2011, 02:43
|
|

Joined: 2010-09-12
Posts: 219
Location: Wiesbaden,Germany
Status: Offline
|
|
It's right what x-un-i said, but the command you are searching for is genisoimage.
I have always used
Code:
genisoimage -l -J - R -joliet-long -b (Boot image) -c (boot.cat) --no-emul-boot -iso-level --boot-load-size 4 -boot-info-table -o (output file) (Folder where to make the iso from)
or something like this. But for more Information you can visit the Site of the Linux Command Directory of O'Reilly Media; you can find it under mkisofs.
EDIT: Optimized the command |
_________________ My new self-made computer:
Intel Core i7-2600k
ASUS Maximus IV Gene-Z (Mainboard)
2x4GB DDR3 RAM
ATI Radeon HD 6770
OCZ Vertex 3 60GB (SSD)
Western Digital Caviar Green WD20EARX 2TB (HDD)
...
aptosid x86_64
Last edited by sx9 on 03.01.2011, 15:36; edited 1 time in total
|
| |
|
|
|
 |
Barlafuss
|
|
Post subject: RE: Re: RE: Customizing liveCD image
Posted: 01.01.2011, 19:10
|
|

Joined: 2010-09-14
Posts: 36
Status: Offline
|
|
@sx9
OK, thanks for the hint, I'll check it.
Regards,
Barlafuss |
|
|
| |
|
|
|
 |
|
|