[Frugalware-darcs] setup-current: 0.0.6

VMiklos mamajom at axelero.hu
Thu Mar 16 17:51:17 CET 2006


[0.0.6
VMiklos <mamajom at axelero.hu>**20050401222855] {
hunk ./en 13
+# rootdev dection
+rootdevstring="Setting up root partition"
+miscdevstring="Setting up partitions"
+selrootdevt="Select Linux installation partition"
+select="Select"
+continue="Continue"
+selrootdevd="Please select a partition from the following list to use for your root (/) partition."
+formatpart="Format partition"
+wantformatq="If this partition has not been formatted, you should format it. \n NOTE: This will erase all data on it.  Would you like to format this partition?"
+formatt="Format"
+fromatd="Quick format with no bad block checking"
+checkt="Check"
+checkd="Slow format that checks for bad blocks"
+nofromatt="No"
+noformatd="No, do not format this partition"
+ext2predesc="Ext2 is the traditional Linux file system and is fast and stable.\n"
+reiserpredesc="ReiserFS is a journaling filesystem that stores all files and filenames in a balanced tree structure.\n"
+ext3predesc="Ext3 is the journaling version of the Ext2 filesystem.\n"
+jfspredesc="JFS is IBM's Journaled Filesystem, currently used in IBM enterprise servers.\n"
+xfspredesc="XFS is SGI's journaling filesystem that originated on IRIX.\n"
+selectfst="Selecting filesystem for"
+selectfsd="Please select the type of filesystem to use for the specified device.  Here are descriptions of the available filesystems:\n"
+ext2shortdesc="Standard Linux ext2fs filesystem"
+reisershortdesc="Hans Reiser's journaling filesystem"
+ext3shortdesc="Journaling version of the ext2fs filesystem"
+jfsshortdesc="IBM's journaled filesystem"
+xfsshortdesc="SGI's journaling filesystem"
+duringformatt="Formatting"
+formatdevicestring="Formatting device:"
+formatfsstring="Filesystem:"
+
hunk ./setup.sh 7
-### mkswap -c, clear
+### clear;mkswap
hunk ./setup.sh 18
+# rootdev section
+prefstab=
+
hunk ./setup.sh 57
+	[ -z "$prefstab" ] && prefstab=`mktemp`
+	printf "%-16s %-16s %-11s %-16s %-3s %s\n" "none" "/proc" "proc" "defaults" "0" "0" >>$prefstab
+	printf "%-16s %-16s %-11s %-16s %-3s %s\n" "none" "/sys" "sysfs" "defaults" "0" "0" >>$prefstab
+	printf "%-16s %-16s %-11s %-16s %-3s %s\n" "devpts" "/dev/pts" "devpts" "gid=5,mode=620" "0" "0" >>$prefstab
hunk ./setup.sh 65
-		sleep 4
-		[ -d etc/ ] || mkdir etc
-		printf "%-16s %-16s %-11s %-16s %-3s %s\n" "$i" "swap" "swap" "defaults" "0" "0" >>etc/fstab
+		printf "%-16s %-16s %-11s %-16s %-3s %s\n" "$i" "swap" "swap" "defaults" "0" "0" >>$prefstab
}


More information about the Frugalware-darcs mailing list