X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=sysinfos;h=7cd21be90b41d57e0bc95ae4176069f4f337ed0b;hb=f41e274186ffbed8f6bdc4d44da23758c83f1bb9;hp=6c2cee6134e80f433d2c158406deaf122e0772ad;hpb=958ac6df11cd534d72b9c7cd462cd702a875d3cf;p=hvlinux.git diff --git a/sysinfos b/sysinfos index 6c2cee6..7cd21be 100644 --- a/sysinfos +++ b/sysinfos @@ -16,17 +16,16 @@ 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" +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). @@ -45,7 +44,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"