mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 06:30:38 +01:00
integrate-distro.sh: Add -s 853x480 to mkinitrd of netboot
This commit is contained in:
parent
3004fb1988
commit
8bf9fa0d6f
1 changed files with 2 additions and 1 deletions
|
|
@ -611,7 +611,8 @@ setup_boot_loader_net()
|
||||||
-i /boot/initrd-netboot-$kernel_version \
|
-i /boot/initrd-netboot-$kernel_version \
|
||||||
-M /boot/System.map-$kernel_version \
|
-M /boot/System.map-$kernel_version \
|
||||||
-m "$initrd_modules" \
|
-m "$initrd_modules" \
|
||||||
-d jan://blub/dings
|
-d jan://blub/dings \
|
||||||
|
-s "853x480"
|
||||||
|
|
||||||
(cd $root/boot; ln -sf initrd-netboot-$kernel_version initrd-netboot)
|
(cd $root/boot; ln -sf initrd-netboot-$kernel_version initrd-netboot)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue