Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
abuild
Commits
7058a538
Commit
7058a538
authored
Jan 15, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initramfs-init: use new apk option --initdb
parent
204df011
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
initramfs-init
initramfs-init
+2
-2
No files found.
initramfs-init
View file @
7058a538
...
@@ -152,8 +152,8 @@ fi
...
@@ -152,8 +152,8 @@ fi
# install new root
# install new root
ebegin
"Installing packages to root filesystem"
ebegin
"Installing packages to root filesystem"
mount
-t
tmpfs
-o
size
=
50M tmpfs
$NEWROOT
mount
-t
tmpfs
-o
size
=
50M tmpfs
$NEWROOT
apk
create
--root
/newroot
apk
add
--root
/newroot
--repository
/media/cdrom/apks
\
apk add
--root
/newroot
--repository
/media/cdrom/apks
--quiet
--progress
$pkgs
--initdb
--quiet
--progress
$pkgs
eend
$?
eend
$?
# switch over to new root
# switch over to new root
...
...
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