Displaying 1 result from an estimated 1 matches for "uncompressed_root".
Did you mean:
compressed_root
2002 Aug 09
0
islinux can't load kernel :-(
...-PROMPT 1
-TIMEOUT 600
-DEFAULT Srv1
-
-LABEL Srv1
- KERNEL kernel.img
- APPEND initrd=initrd.gz root=/dev/ram0
-
-LABEL Srv2
- KERNEL kernel.img
- APPEND initrd=initrd.gz root=/dev/rd/0
As the tree i want to burn is about 1500 Mo big, i have used mkzftree to make it smaller :
# mkzftree -z 9 uncompressed_root compressed_root
then i have uncompressed the isolinux directory :
# cd compressed_root
# mkzftree -u isolinux uisolinux
# rm -rf isolinux
# mv uisolinux isolinux
(The iso image i got is about 600 Mo big ! one CD for 1500 Go :-)
I have checked that file in this directory were not compressed, and i...