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
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
43ff7f17
Commit
43ff7f17
authored
Feb 02, 2022
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
e2k: fix bootloading iso from CD/DVD
parent
ce822ef5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
20-e2k-boot
features.in/e2k/scripts.d/20-e2k-boot
+6
-2
No files found.
features.in/e2k/scripts.d/20-e2k-boot
View file @
43ff7f17
...
@@ -29,17 +29,21 @@ for i in live altinst rescue; do
...
@@ -29,17 +29,21 @@ for i in live altinst rescue; do
stage2
=
"stagename=
$i
"
stage2
=
"stagename=
$i
"
fi
fi
# Rename kernel image, unable to boot kernel from CD/DVD
# if its name does not contain "." (mcst#6856).
mv
boot/image
{
,.0
}
cat
>>
boot.conf
<<
EOF
cat
>>
boot.conf
<<
EOF
label=
$label
label=
$label
partition=0
partition=0
image=/boot/image
image=/boot/image
.0
cmdline=console=ttyS0,115200 console=tty0 hardreset fastboot live automatic=method:cdrom
${
stage2
:+
$stage2
}${
GLOBAL_STAGE2_BOOTARGS
:+
$GLOBAL_STAGE2_BOOTARGS
}${
GLOBAL_BOOT_LANG
:+lang
=
$GLOBAL_BOOT_LANG
}
cmdline=console=ttyS0,115200 console=tty0 hardreset fastboot live automatic=method:cdrom
${
stage2
:+
$stage2
}${
GLOBAL_STAGE2_BOOTARGS
:+
$GLOBAL_STAGE2_BOOTARGS
}${
GLOBAL_BOOT_LANG
:+lang
=
$GLOBAL_BOOT_LANG
}
initrd=/boot/full.cz
initrd=/boot/full.cz
label=
${
label
}
_flash
label=
${
label
}
_flash
partition=0
partition=0
image=/boot/image
image=/boot/image
.0
cmdline=console=ttyS0,115200 console=tty0 hardreset fastboot live lowmem automatic=method:disk,label:altinst,directory:/
${
stage2
:+
$stage2
}${
GLOBAL_STAGE2_BOOTARGS
:+
$GLOBAL_STAGE2_BOOTARGS
}${
GLOBAL_BOOT_LANG
:+lang
=
$GLOBAL_BOOT_LANG
}
cmdline=console=ttyS0,115200 console=tty0 hardreset fastboot live lowmem automatic=method:disk,label:altinst,directory:/
${
stage2
:+
$stage2
}${
GLOBAL_STAGE2_BOOTARGS
:+
$GLOBAL_STAGE2_BOOTARGS
}${
GLOBAL_BOOT_LANG
:+lang
=
$GLOBAL_BOOT_LANG
}
initrd=/boot/full.cz
initrd=/boot/full.cz
EOF
EOF
...
...
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