integrate-distro.sh: Add -s 853x480 to mkinitrd of netboot

This commit is contained in:
Jan Lindemann 2011-06-28 18:13:15 +00:00 committed by Jan Lindemann
commit 8bf9fa0d6f

View file

@ -611,7 +611,8 @@ setup_boot_loader_net()
-i /boot/initrd-netboot-$kernel_version \
-M /boot/System.map-$kernel_version \
-m "$initrd_modules" \
-d jan://blub/dings
-d jan://blub/dings \
-s "853x480"
(cd $root/boot; ln -sf initrd-netboot-$kernel_version initrd-netboot)
}