Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
mkinitfs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
mkinitfs
Commits
f54d1a96
Commit
f54d1a96
authored
Dec 22, 2020
by
Natanael Copa
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'prepare_zfs_root-fix' into 'master'
Fix typo in prepare_zfs_root(). See merge request
!72
parents
981c09d7
156b697a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
initramfs-init.in
initramfs-init.in
+1
-1
No files found.
initramfs-init.in
View file @
f54d1a96
...
...
@@ -282,7 +282,7 @@ is_url() {
# Do some tasks to make sure mounting the ZFS pool is A-OK
prepare_zfs_root
()
{
local
_root_vol
=
${
KOPT_root
#ZFS=
}
local
_root_pool
=
${
_roo
l
_vol
%%/*
}
local
_root_pool
=
${
_roo
t
_vol
%%/*
}
# Force import if this has been imported on a different system previously
if
[
"
$KOPT_zfs_force
"
=
1
]
;
then
...
...
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