
I build for both x32 and x64 and the x64 setting is always x32 and I have to edit it.. so it is something I am sure I have overlooked
Thanks
Welcome |
---|
Welcome to refracta You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. In addition, registered members also see less advertisements. Registration is fast, simple, and absolutely free, so please, join our community today! |
DISTRIB_ID=Refracta
DISTRIB_DESCRIPTION="Refracted Devuan GNU/Linux 1.0"
DISTRIB_RELEASE=8.0
DISTRIB_CODENAME=jessie
set_distro_name () {
if [[ $iso_dir = "/usr/lib/refractasnapshot/iso" ]] && [[ $boot_menu = "live.cfg" ]] ; then
DISTRO=$(lsb_release -i -s 2>/dev/null)
if $(grep -q Refracta /etc/issue) ; then
DISTRO="Refracta"
fi
DISTRO=$($DIALOG --entry --title=$"Linux Distribution" ${CENTER} --text=$"This is the distribution name that will appear in the boot menu
for the live image. If it's blank, the menu entries will just say
\"GNU/Linux (kernel-version)\" " \
--entry-text="$DISTRO" --width=500 --${BUTTON0}="OK"${BUTTON0NUM})
if [[ -z "$DISTRO" ]] ; then
DISTRO="GNU/Linux `uname -r`"
fi
fi
}
Users browsing this forum: No registered users and 0 guests