diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-15 15:46:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-15 15:46:24 +0000 |
commit | 7058a53837e715cf3fc63ac628efc11934cc83df (patch) | |
tree | 21a2eb595aeea3d332f004f07fea838352cb8356 /initramfs-init | |
parent | 204df011a7194f8d32cbf6a54c0649f094863d82 (diff) | |
download | abuild-7058a53837e715cf3fc63ac628efc11934cc83df.tar.gz abuild-7058a53837e715cf3fc63ac628efc11934cc83df.tar.bz2 abuild-7058a53837e715cf3fc63ac628efc11934cc83df.tar.xz abuild-7058a53837e715cf3fc63ac628efc11934cc83df.zip |
initramfs-init: use new apk option --initdb
Diffstat (limited to 'initramfs-init')
-rwxr-xr-x | initramfs-init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/initramfs-init b/initramfs-init index 8996f23..02444f8 100755 --- a/initramfs-init +++ b/initramfs-init @@ -152,8 +152,8 @@ fi # install new root ebegin "Installing packages to root filesystem" mount -t tmpfs -o size=50M tmpfs $NEWROOT -apk create --root /newroot -apk add --root /newroot --repository /media/cdrom/apks --quiet --progress $pkgs +apk add --root /newroot --repository /media/cdrom/apks \ + --initdb --quiet --progress $pkgs eend $? # switch over to new root |