diff options
author | EuAndreh <eu@euandre.org> | 2019-04-27 12:01:21 +0000 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-04-27 12:01:21 +0000 |
commit | d9234325dbbb752a1df67939a40dcbfdcd42595b (patch) | |
tree | 16152821ccdeaf436a8207871c76ea7c06c8fdd4 | |
parent | Prefer custom installed GNU tools over built in ones. (diff) | |
download | dotfiles-d9234325dbbb752a1df67939a40dcbfdcd42595b.tar.gz dotfiles-d9234325dbbb752a1df67939a40dcbfdcd42595b.tar.xz |
Remove duplicated partition labeling.
-rw-r--r-- | nixos/os-installation.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/os-installation.sh b/nixos/os-installation.sh index 36342cb..23fa1af 100644 --- a/nixos/os-installation.sh +++ b/nixos/os-installation.sh @@ -46,7 +46,6 @@ n # create new partition 3 # partition number ENTER # use default first sector ENTER # partition size is the remaining of the disk -EF00 # set partition type to "EFI System" 8E00 # set partition type to "Linux LVM" w |