From 3bb48a9c945dbafbbc912ef8d65234d88cb65794 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 24 Oct 2020 22:29:54 +0200 Subject: setup2hd fixes and enhancements DAW configuration is now properly copied Extracting the Live OS to hard disk is roughly 10 times faster now, after abandoning the fancy progress bar and just showing the rsync status. Use an enhanced Slackware SeTpasswd to add a non-root user and set the root password. Various syntax and logic errors removed. --- setup2hd/SeTumedia.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup2hd/SeTumedia.tpl') diff --git a/setup2hd/SeTumedia.tpl b/setup2hd/SeTumedia.tpl index 9a68eaf..f14e37c 100644 --- a/setup2hd/SeTumedia.tpl +++ b/setup2hd/SeTumedia.tpl @@ -8,9 +8,9 @@ dialog --backtitle "Select Slackware installation source." \ --title "SOURCE MEDIA SELECTION" --menu \ "Please select the media from which to install Slackware Linux:" \ 14 70 7 \ -"1" "Install from NFS (Network File System)" \ -"2" "Install from FTP/HTTP server" \ -"3" "Install from Samba share" \ +"1" "Install Slackware from NFS (Network File System)" \ +"2" "Install Slackware from FTP/HTTP server" \ +"3" "Install Slackware from Samba share" \ "4" "Install @UDISTRO@ (@LIVEDE@) Live OS to disk" \ 2> $TMP/media if [ ! $? = 0 ]; then -- cgit v1.2.3-65-gdbad