[devel-distro] mkimage profile for pxe boot
Lenar Shakirov
shakirov at cg.ru
Thu Sep 10 10:46:01 MSK 2009
On Среда 09 сентября 2009 15:29:48 Eugene Prokopiev wrote:
> eostapets@ :
>
> Нужно посмотреть, откуда он берет переменную use_initramfs_dev,
если
> она 1, то rw /dev перемещается поверх ro корня и тогда все работает.
> Сейчас в офисе нет никого, кто занимается сетевой загрузкой -
уточнить
> мне не у кого...
>
> А здесь есть кто-нибудь, кто в курсе?
Выше по скрипту init есть строчки:
...
# Read udev config from the real filesystem if possible
if [ -e $rootmnt/etc/udev/udev.conf ]; then
. $rootmnt/etc/udev/udev.conf
elif [ -e /etc/udev/udev.conf ]; then
. /etc/udev/udev.conf
fi
# Move /dev created in initramfs to the real filesystem if this is enabled
# in the udev configuration.
if [ "$use_initramfs_dev" = 1 ]; then
...
Может туда стоит посмотреть?
More information about the devel-distro
mailing list