Subversion Repositories livecd

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 beyerle@PS 1
..\vmlinuz               # first value must be the filename of the Linux-kernel
2
root=/dev/ram0           # the device which gets mounted as root FS
3
rw                       # mount it read-write
4
 
5
initrd=..\initrd.gz      # this file gets loaded as 'initial ramdisk'
6
init=linuxrc             # start /linuxrc script from initrd.gz image
7
ramdisk_size=50000
8
 
9
max_loop=32              # overide default to allow inserting up to 32 modules
10