about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKarl <x>2019-08-06 14:15:56 +0200
committerKarl <x>2019-08-06 14:15:56 +0200
commit57ab46d6e8d99838869124233469b84ea6507e09 (patch)
treecc9a97bbfdee3faf8463770efa88ea2c19903835
parentc12d37f09c0108c4e1771df14449d3bedad9aea4 (diff)
downloadvoid-install-57ab46d6e8d99838869124233469b84ea6507e09.tar.gz
void-install-57ab46d6e8d99838869124233469b84ea6507e09.zip
removed bootloader id from arguments
-rwxr-xr-xvoid-install.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/void-install.sh b/void-install.sh
index 4a40deb..6b2cfe2 100755
--- a/void-install.sh
+++ b/void-install.sh
@@ -4,8 +4,7 @@
 # 1.: Device on which Void Linux must be installed, eg. "/dev/sda"
 # 2.: Volume group name for the new LVM, eg "void".
 # 3.: New hostname to use.
-# 4.: Bootloader id to use (must be UNIQUE)
 
 ./partitioning.sh "$1"
 ./lvm-setup.sh "$1" "$2"
-./base-install.sh "$1" "$2" "$3" "$4"
+./base-install.sh "$1" "$2" "$3"