Skip to content

Commit

Permalink
add bare metal support with adding linux package
Browse files Browse the repository at this point in the history
This commit fixes #53

Signed-off-by: Christian Rebischke <[email protected]>
  • Loading branch information
Christian Rebischke committed Oct 10, 2019
1 parent 2b384ff commit 47cea29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 47cea29

Please sign in to comment.