summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-06-10 13:12:00 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-06-10 13:12:00 +0000
commit495b268cdba250b293cc5012c6478dcb224d4594 (patch)
tree24640ec091d4ad0e0b6071225975e9f6b2f4bf0a /livecd-functions.sh
parentAdded quotes to get_video_cards. (diff)
downloadlivecd-tools-495b268cdba250b293cc5012c6478dcb224d4594.tar.gz
livecd-tools-495b268cdba250b293cc5012c6478dcb224d4594.tar.bz2
livecd-tools-495b268cdba250b293cc5012c6478dcb224d4594.zip
Removing broken get_baselayout_ver funtion.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@58 7bf51bff-881f-0410-a643-fba68b97345e
Diffstat (limited to 'livecd-functions.sh')
-rwxr-xr-xlivecd-functions.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/livecd-functions.sh b/livecd-functions.sh
index 67f0819..a55bb50 100755
--- a/livecd-functions.sh
+++ b/livecd-functions.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/livecd-tools/livecd-functions.sh,v 1.5 2005/06/10 00:18:30 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/livecd-tools/livecd-functions.sh,v 1.6 2005/06/10 13:12:00 wolf31o2 Exp $
# Global Variables:
# CDBOOT -- is booting off CD
@@ -89,13 +89,6 @@ get_video_cards() {
fi
}
-get_baselayout_ver() {
- BL_VER="$(cat /etc/gentoo-release | grep [0-9.])"
- BL_MAJ_VER="$(echo ${BL_VER} | cut -d. -f1)"
- BL_MIN_VER="$(echo ${BL_VER} | cut -d. -f2)"
- BL_REV_VER="$(echo ${BL_VER} | cut -d. -f3)"
-}
-
livecd_config_wireless() {
cd /tmp/setup.opts
dialog --title "SSID" --inputbox "Please enter your SSID, or leave blank for selecting the nearest open network" 20 50 2> ${iface}.SSID