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
Anton Palgunov
mkimage-profiles
Commits
d571ab54
Commit
d571ab54
authored
May 07, 2019
by
Anton Midyukov
Committed by
Michael Shigorin
Jun 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tar2fs: implement u-boot support
parent
9488b53e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
tar2fs
bin/tar2fs
+7
-0
No files found.
bin/tar2fs
View file @
d571ab54
...
...
@@ -271,6 +271,13 @@ echo "** end of boot.conf"
popd
# for u-boot
if
[
"
$BOOTLOADER
"
=
"uboot"
]
;
then
EXTLINUX_CONF
=
"
$ROOTFS
/boot/extlinux/extlinux.conf"
sed
-i
"/LABEL=ROOT/d"
"
$ROOTFS
/etc/fstab"
sed
-i
"s/LABEL=ROOT/
$ROOTDEV
/g"
"
$EXTLINUX_CONF
"
fi
if
[
-x
"
$ROOTFS
"
/sbin/lilo
]
;
then
# configure and install bootloader
REGEXP
=
'^.*: ([0-9]+) cylinders, ([0-9]+) heads, ([0-9]+) sectors/track*$'
...
...
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