X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=config%2Facer-731%2Fsysinfos;h=0f8b2eaf38b961a310780373a4ec26b451a3241a;hb=9404c8414ff64699c1ebdae9037aa81fccdb24c4;hp=1f34502247cc663763793ef48c057d77f85d99ee;hpb=2683f12163dc9915df5b418b341d14d6c0043cab;p=hvlinux.git diff --git a/config/acer-731/sysinfos b/config/acer-731/sysinfos index 1f34502..0f8b2ea 100644 --- a/config/acer-731/sysinfos +++ b/config/acer-731/sysinfos @@ -10,10 +10,15 @@ MAKEJOBS=2 # 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. # This is relevant only for stage 0 and 1. -LFS="/mnt/rescue" -LFS_PARTITION="/dev/sda3" -BOOT_PARTITION="/dev/sda1" -SWAP_PARTITION="/dev/sda2" +LFS="/mnt/hvlinux-latest" +LFS_PARTITION="/dev/sda4" +#BOOT_PARTITION="/dev/sda1" +SWAP_PARTITION="/dev/sda8" +TMP_PARTITION_SIZE="10G" + +# Default options when mounting partitions +# For SSD and ext4, use relatime,discard +PARTITION_MOUNT_OPTS="relatime,discard" # New user to create REGUSER="hugo"