Skip to content

Commit 47cea29

Browse files
author
Christian Rebischke
committed
add bare metal support with adding linux package
This commit fixes #53 Signed-off-by: Christian Rebischke <[email protected]>
1 parent 2b384ff commit 47cea29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mkswap "${device}1"
2525
mkfs.ext4 -L "rootfs" "${device}2"
2626
mount "${device}2" /mnt
2727

28-
pacstrap /mnt base grub openssh sudo polkit haveged
28+
pacstrap /mnt base linux grub openssh sudo polkit haveged
2929
swapon "${device}1"
3030
genfstab -p /mnt >> /mnt/etc/fstab
3131
swapoff "${device}1"

0 commit comments

Comments
 (0)