livecd-gnome-root: x86_64 target support
This commit is contained in:
parent
d8a9c20cca
commit
96afb6ab2e
@ -2,9 +2,16 @@ PRODUCT_NAME=livecd-gnome
|
||||
MEDIA=squash_xz
|
||||
MULTITHREAD=1
|
||||
|
||||
KERNEL_EXTRAVER=mamba
|
||||
KERNEL_PLATFORM=""
|
||||
#KERNEL_ADDITIONAL="extramodules"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
KERNEL_EXTRAVER=mamba
|
||||
KERNEL_PLATFORM=""
|
||||
#KERNEL_ADDITIONAL="extramodules"
|
||||
KERNEL_MORE_EXTRAVER=mamba-64GB
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
KERNEL_EXTRAVER=mamba-x86_64
|
||||
KERNEL_PLATFORM=""
|
||||
#KERNEL_ADDITIONAL="extramodules"
|
||||
fi
|
||||
|
||||
TARGET_HOSTNAME=openmamba-gnome
|
||||
ROOTDEV=
|
||||
|
Loading…
Reference in New Issue
Block a user