Skip to content
Snippets Groups Projects
Commit 47cea29f authored by Christian Rebischke's avatar Christian Rebischke
Browse files

add bare metal support with adding linux package


This commit fixes #53

Signed-off-by: default avatarChristian Rebischke <chris@nullday.de>
parent 2b384ffe
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment