Browse Source

scripts/VineSeed_{i386,x86_64} を更新:BASEPKGS に util-linux を追加

git-svn-id: http://trac.vinelinux.org/repos/projects/vbootstrap/trunk@6087 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 12 years ago
parent
commit
9353ae3f05
2 changed files with 2 additions and 2 deletions
  1. 1 1
      vbootstrap/scripts/VineSeed_i386.sh
  2. 1 1
      vbootstrap/scripts/VineSeed_x86_64.sh

+ 1 - 1
vbootstrap/scripts/VineSeed_i386.sh

@@ -1,7 +1,7 @@
 # VineSeed_i386
 
 INSTVER="VineSeed_i386"
-BASE_PKGS="setup glibc coreutils bash apt rootfiles vine-release libstdc++34"
+BASE_PKGS="setup glibc coreutils bash apt rootfiles vine-release libstdc++34 util-linux"
 #APT_LINE="-o Dir::Etc::sourcelist=$VBOOTSTRAPDIR/sources.list.d/$INSTVER"
 
 vbootstrap_post()

+ 1 - 1
vbootstrap/scripts/VineSeed_x86_64.sh

@@ -1,7 +1,7 @@
 # VineSeed_x86_64
 
 INSTVER="VineSeed_x86_64"
-BASE_PKGS="setup glibc coreutils bash apt rootfiles vine-release libstdc++34"
+BASE_PKGS="setup glibc coreutils bash apt rootfiles vine-release libstdc++34 util-linux"
 #APT_LINE="-o Dir::Etc::sourcelist=$VBOOTSTRAPDIR/sources.list.d/$INSTVER"
 
 vbootstrap_post()