custom initrd

2004-10-05 Thread Ali ASLANDAS
hi, i made a custom initrd for debian installation cd, but after cd boot, mounted file systems is not as i expected. and df out look like this rootfs 102400 9432 92968 9% / tmpfs 102400 9432 92968 9% / i cannot find a way to get rid of rootfs, it must not be seen in mounted

Re: custom initrd

2004-10-05 Thread Harald Dunkel
Ali ASLANDAS wrote: hi, i made a custom initrd for debian installation cd, but after cd boot, mounted file systems is not as i expected. and df out look like this rootfs 102400 9432 92968 9% / tmpfs 102400 9432 92968 9% / i cannot find a way to get rid of rootfs, it must

Re: custom initrd

2004-10-05 Thread Ali ASLANDAS
yes, i have an pivot_root block in init , i guess i have to give more information, sorry corresponding isolinux.cfg line DEFAULT /install/vmlinuz APPEND vga=normal initrd=/install/initrd.gz ramdisk_size=10240 root=/dev/rd/0 init=/linuxrc devfs=mount,dall rw here is the init file #!/bin/sh -e #