Skip to content

Commit

Permalink
udev support
Browse files Browse the repository at this point in the history
Addresses rancher#113 and rancher#151
  • Loading branch information
dweomer committed Jan 28, 2020
1 parent 090d8ba commit 327bbe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions images/00-base/Dockerfile
Expand Up @@ -17,6 +17,7 @@ RUN apk --no-cache add \
e2fsprogs \
e2fsprogs-extra \
efibootmgr \
eudev \
findutils \
grub-efi \
haveged \
Expand All @@ -32,6 +33,7 @@ RUN apk --no-cache add \
lvm2-extra \
mdadm \
mdadm-misc \
mdadm-udev \
multipath-tools \
ncurses \
nfs-utils \
Expand Down
2 changes: 1 addition & 1 deletion overlay/libexec/k3os/boot
Expand Up @@ -33,7 +33,7 @@ setup_sudoers()

setup_services()
{
for i in hwdrivers mdev dmesg devfs loadkmap; do
for i in hwdrivers udev dmesg devfs loadkmap; do
ln -s /etc/init.d/$i /etc/runlevels/sysinit
done

Expand Down

0 comments on commit 327bbe4

Please sign in to comment.