Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
0d3fb6df
You need to sign in or sign up before continuing.
Commit
0d3fb6df
authored
Sep 04, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
e2k: fix initrd-bootchain support
NB: the variable 'directory' specifies that the image should be mounted, when initrd-bootchain feature using.
parent
0f79cdea
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
20-e2k-boot
features.in/e2k/scripts.d/20-e2k-boot
+2
-2
config.mk
features.in/initrd-bootchain/config.mk
+1
-0
config.mk
features.in/initrd-propagator/config.mk
+1
-0
No files found.
features.in/e2k/scripts.d/20-e2k-boot
View file @
0d3fb6df
...
...
@@ -53,13 +53,13 @@ for i in live altinst liveinst rescue; do
label=
$label
partition=0
image=/boot/image.0
cmdline=console=ttyS0,115200 console=tty0 hardreset fastboot live
automatic
=method:cdrom
${
stage2
:+
$stage2
}${
init
:+
$init
}${
GLOBAL_STAGE2_BOOTARGS
:+
$GLOBAL_STAGE2_BOOTARGS
}${
GLOBAL_BOOT_LANG
:+lang
=
$GLOBAL_BOOT_LANG
}
cmdline=console=ttyS0,115200 console=tty0 hardreset fastboot live
${
GLOBAL_STAGE1_INITRD_TYPEARGS
:-
automatic
}
=method:cdrom
${
stage2
:+
$stage2
}${
init
:+
$init
}${
GLOBAL_STAGE2_BOOTARGS
:+
$GLOBAL_STAGE2_BOOTARGS
}${
GLOBAL_BOOT_LANG
:+lang
=
$GLOBAL_BOOT_LANG
}
initrd=/boot/initrd.img
label=
${
label
}
_flash
partition=0
image=/boot/image.0
cmdline=console=ttyS0,115200 console=tty0 hardreset fastboot live lowmem
automatic=method:disk,label:altinst,directory:/
${
stage2
:+
$stage2
}${
init
:+
$init
}${
GLOBAL_STAGE2_BOOTARGS
:+
$GLOBAL_STAGE2_BOOTARGS
}${
GLOBAL_BOOT_LANG
:+lang
=
$GLOBAL_BOOT_LANG
}
cmdline=console=ttyS0,115200 console=tty0 hardreset fastboot live lowmem
${
GLOBAL_STAGE1_INITRD_TYPEARGS
:-
automatic
}
=method:disk,label:altinst
${
stage2
:+
$stage2
}${
init
:+
$init
}${
GLOBAL_STAGE2_BOOTARGS
:+
$GLOBAL_STAGE2_BOOTARGS
}${
GLOBAL_BOOT_LANG
:+lang
=
$GLOBAL_BOOT_LANG
}
initrd=/boot/initrd.img
EOF
done
...
...
features.in/initrd-bootchain/config.mk
View file @
0d3fb6df
...
...
@@ -3,6 +3,7 @@ use/initrd-bootchain:
@$(call set,STAGE1_INITRD,initrd-bootchain)
@$(call set,STAGE1_PACKAGES,make-initrd-bootchain)
@$(call set,STAGE1_INITRD_TYPEARGS,$(shell echo "root=bootchain bootchain=fg,altboot automatic"))
@$(call xport,STAGE1_INITRD_TYPEARGS)
@$(call set,STAGE1_INITRD_BOOTMETHOD,$(shell echo "method:disk,uuid:$(UUID_ISO)"))
@$(call set,STAGE1_INITRD_STAGE2_OPTION,stagename)
@$(call try,BOOTCHAIN_BC_FGVT_ACTIVATE,7)
...
...
features.in/initrd-propagator/config.mk
View file @
0d3fb6df
...
...
@@ -3,5 +3,6 @@ use/initrd-propagator:
@$(call add,STAGE1_PACKAGES,make-initrd-propagator propagator)
@$(call set,STAGE1_INITRD,initrd-propagator)
@$(call set,STAGE1_INITRD_TYPEARGS,$(shell echo "changedisk automatic"))
@$(call xport,STAGE1_INITRD_TYPEARGS)
@$(call set,STAGE1_INITRD_BOOTMETHOD,$(shell echo "method:cdrom,fuid:$(UUID_ISO)"))
@$(call set,STAGE1_INITRD_STAGE2_OPTION,stagename)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment