remove unneeded/obsolete gk_mainargs from *cd-stage2*.spec
There is no reason for the livecd initramfs to need to be able to open mdraid/dmraid/lvm arrays, so we can remove this support from the genkernel call. The livecds will still have all the tools needed to create/maintain/use these kinds of volumes later. Modern genkernel also autodetects makeopts so we do not need to set that explicitly.
This commit is contained in:
parent
9f35dadbc3
commit
fa5b95a0f7
15 changed files with 2 additions and 15 deletions
|
@ -10,7 +10,6 @@ portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
|
|||
livecd/bootargs: dokeymap
|
||||
livecd/cdtar: /usr/share/catalyst/livecd/cdtar/isolinux-elilo-memtest86+-cdtar.tar.bz2
|
||||
livecd/fstype: squashfs
|
||||
livecd/gk_mainargs: --lvm --dmraid --mdadm --makeopts=-j8
|
||||
livecd/iso: admincd-amd64-latest.iso
|
||||
livecd/type: gentoo-release-minimal
|
||||
livecd/volid: Gentoo amd64 AdminCD latest
|
||||
|
|
|
@ -10,7 +10,6 @@ portage_confdir: @REPO_DIR@/releases/weekly/portage/isos
|
|||
livecd/bootargs: dokeymap
|
||||
livecd/cdtar: /usr/share/catalyst/livecd/cdtar/isolinux-elilo-memtest86+-cdtar.tar.bz2
|
||||
livecd/fstype: squashfs
|
||||
livecd/gk_mainargs: --lvm --dmraid --mdadm --makeopts=-j8
|
||||
livecd/iso: admincd-amd64-latest.iso
|
||||
livecd/type: gentoo-release-minimal
|
||||
livecd/volid: Gentoo amd64 AdminCD latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue