mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-21 21:57:38 +01:00
integrate-distro.sh: Add more boot partition definitions
Add grub_boot_partition_num=0 and grub_slash_boot_partition_num=1 to mkinitrd. FIXME: this is redundant to another definition further up in the script.
This commit is contained in:
parent
83792852bf
commit
42f2a0457c
1 changed files with 2 additions and 0 deletions
|
|
@ -950,6 +950,8 @@ unmount)
|
||||||
exit $?
|
exit $?
|
||||||
;;
|
;;
|
||||||
mkinitrd)
|
mkinitrd)
|
||||||
|
grub_boot_partition_num=0
|
||||||
|
grub_slash_boot_partition_num=1
|
||||||
[ "$install_dev" ] && {
|
[ "$install_dev" ] && {
|
||||||
mount_devices
|
mount_devices
|
||||||
setup_boot_loader_local
|
setup_boot_loader_local
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue