X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=sysinfos;h=1b6c06a60e4103c03b2b3b8cc72a16041315bcb4;hb=7bd5cb98a6b65a48fcd45f7275a63a7a4c4209cd;hp=0d752cdd70cb858a25b9e97303bd9b7ab3936211;hpb=97b938a7a341fe0d45ba4f93ce9e785b2bdc182a;p=hvlinux.git diff --git a/sysinfos b/sysinfos index 0d752cd..1b6c06a 100644 --- a/sysinfos +++ b/sysinfos @@ -16,17 +16,17 @@ REGUSER="hugo" # Destination path where to install new Linux-HV system. This is usually where # you have mounted your new LFS partition, but it can also be any directory. -# After stage 1, this must be set to "". -LFS="/mnt/hvlinux-x86_64" +# This is relevant only for stage 0 and 1. +LFS="/mnt/hvlinux" # Destination partition where to install new Linux-HV system -LFS_PARTITION="/dev/sda8" +LFS_PARTITION="/dev/sdb7" # Boot partition (if applicable) -BOOT_PARTITION="/dev/sda1" +BOOT_PARTITION="/dev/sdb1" # Swap partition (if applicable) -SWAP_PARTITION="/dev/sda2" +SWAP_PARTITION="/dev/sdb2" # Define this when cross-compiling to the desired target # architecture. Default is x86 32-bits architecture (i686). @@ -38,8 +38,6 @@ HVL_TARGET="x86_64" # Used for setting '-march=xxx' option in CFLAGS and CPPFLAGS MACHINE_ARCHITECTURE="" -DEFAULT_EDITOR="emacs" - # Keyboard mapping (example: us) KEYBOARD="us" @@ -47,7 +45,7 @@ KEYBOARD="us" SOUND_CARD="yes" # Removable media drives -CDROM="/dev/hdc" +CDROM="/dev/sr0" # Set to yes to have SANE support SANE_SUPPORT="yes"