diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | archinstall.sh | 2 | ||||
-rw-r--r-- | bin/first_stage.sh | 7 |
3 files changed, 2 insertions, 9 deletions
@@ -29,12 +29,12 @@ Execute 'loadkeys de-latin1' after booting to live environment, if you want to s ## To Do +- [ ] Provide complete error log - [ ] Provide reusable configuration file (json) - [ ] Support LVM - [ ] Provide LUKS on LVM encryption - [ ] Support english localization - [ ] Support installation with WiFi (instead of cable connection) - [ ] Modify mirrorlist -- [x] Provide error log - [x] Automatic partitioning - [x] Write first version of archinstall.sh diff --git a/archinstall.sh b/archinstall.sh index e764b4c..15dbe94 100644 --- a/archinstall.sh +++ b/archinstall.sh @@ -102,4 +102,4 @@ sleep $DELAY # Launching first stage -bash $REPOSITORY_PATH/bin/first_stage.sh $DELAY $REPOSITORY_PATH $LOG_FILE_PATH | tee -a $LOG_FILE_PATH +bash $REPOSITORY_PATH/bin/first_stage.sh | tee -a $LOG_FILE_PATH diff --git a/bin/first_stage.sh b/bin/first_stage.sh index 360b2fa..b87669d 100644 --- a/bin/first_stage.sh +++ b/bin/first_stage.sh @@ -23,13 +23,6 @@ #################### -# Argument Processing - -$DELAY=$1 -$REPOSITORY_PATH=$2 -$LOG_FILE_PATH=$3 - - # Interview echo "Here is a list of available hard disks on your computer:" |