summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Rebischke <chris@nullday.de>2019-10-10 22:42:21 +0200
committerChristian Rebischke <chris@nullday.de>2019-10-10 23:15:02 +0200
commit47cea29f097c222cf9f07ce055891aa9af74c88c (patch)
tree16fe0d15175bbf7706999ac0887147b11c128721
parent2b384ffe97fa105ed4949d32471701c3345c39f0 (diff)
add bare metal support with adding linux package1.3.0
This commit fixes #53 Signed-off-by: Christian Rebischke <chris@nullday.de>
-rw-r--r--http/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/install.sh b/http/install.sh
index 077ac88..f545941 100644
--- a/http/install.sh
+++ b/http/install.sh
@@ -25,7 +25,7 @@ mkswap "${device}1"
mkfs.ext4 -L "rootfs" "${device}2"
mount "${device}2" /mnt
-pacstrap /mnt base grub openssh sudo polkit haveged
+pacstrap /mnt base linux grub openssh sudo polkit haveged
swapon "${device}1"
genfstab -p /mnt >> /mnt/etc/fstab
swapoff "${device}1"